Page 39 of 74 FirstFirst ... 2935363738394041424349 ... LastLast
Results 381 to 390 of 737
  1. #381
    300+ Forum Addict RobiD's Avatar
    Join Date
    Sep 2007
    Location
    Gold Coast, Australia
    Posts
    430
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Progamming help with FSBus dll

    Here is the way that I was thinking about. This arrangement won't send a signal until all three OI's are switched.

    Thanks Mike (Mikes Flightdeck), hope you don't mind me using this part of your wiring diagram.

    David
    Attached Images Attached Images

  2. #382
    300+ Forum Addict
    Join Date
    Feb 2008
    Location
    Krefeld, Germany
    Posts
    318
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Progamming help with FSBus dll

    Ok that will work.

    But please explain me 1 think.
    Why you need 3 of them.
    Like you said, you whant to use 1 Stepper with gears.
    The gears are static. From the first moment to the next 1000 years the gear has the same translation ratio. There are no dynamic components where it is necessary that you synconise the 3 needels. Would you use 3 Steppers than you need 3 sensor.
    In case of 1 Stepper with gears you need 1 sensor on the slowest part (10000 needle).

    Btw. how you calculate the translation ratio, do you have a tool an X of different gears?
    I would make it with 3 steppers and the rest are software. I dislike to rebuild anything for only a small change.

    Stefan

  3. #383
    300+ Forum Addict RobiD's Avatar
    Join Date
    Sep 2007
    Location
    Gold Coast, Australia
    Posts
    430
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Progamming help with FSBus dll

    Hi Stefan,

    I am using the design directly out of Mike's book. He has done all the hard work with the ratios. My understanding with 3 OI's is that it ensures that all 3 needles are zero'd in case there is any play in the gears (I know, there shouldn't be any). I intend to follow his design as every other design I've used from his book has worked perfectly, only difference is that I have chosen to drive them using FSBus and in his book, Mike has given controller schematics and his coding for PIC based controllers.

    David

  4. #384
    150+ Forum Groupie


    388TH_A's Avatar
    Join Date
    Nov 2008
    Location
    Medford, Oregon (USA)
    Posts
    238
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Progamming help with FSBus dll

    Confused some, so on the Autopilot MCP the NAV, HDG, ALT, SPD and so on are they on-on push buttons or on-off, Mon on-off, or even on-Mon off ?

    Trevor

  5. #385
    300+ Forum Addict RobiD's Avatar
    Join Date
    Sep 2007
    Location
    Gold Coast, Australia
    Posts
    430
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Progamming help with FSBus dll

    Hey Trevor, been a little while since I've been able to post anything. Interesting thing happened last week. I've started building the altitude indicator so I'm using the cnc machine and generating G-code, all that stuff I havent done for a while and I had a catestrophic failure of the two hard discs in my main machine (dual boot, one disc for the sim and the other for the development work) and the hard disc on the machine that controls the cnc machine. Hmm interesting.

    I use only monentary switches for MCP, Radio stack etc but use toggle for lights etc and I use some of the actual rocker switches out of a cessna for the battery, alt master, avionics etc.

    http://www.futurlec.com.au/Switches/TACT001.jsp

  6. #386
    150+ Forum Groupie


    388TH_A's Avatar
    Join Date
    Nov 2008
    Location
    Medford, Oregon (USA)
    Posts
    238
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Progamming help with FSBus dll

    Yeah same here been busy with Family, so the Switch use a off and then when you push it its Mon on? So can i use this? http://search.digikey.com/scripts/Dk...041-ND&x=0&y=0 And then today i was thinking about adding a LED over each button so you know when its on.

    Trevor

  7. #387
    300+ Forum Addict RobiD's Avatar
    Join Date
    Sep 2007
    Location
    Gold Coast, Australia
    Posts
    430
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Progamming help with FSBus dll

    I have made my own Korry design which has the momentary switch inside at the bottom, I have the 'barrel' part (for want of a better name) seperated into two halve with alfoil (to keep the light seperated) and then I have two leds, green in one half, to know when the switch is turned on the amber in the other to light up the legend. I have used the DIO board digital out to light these up.

    From what I can tell of the switch you want to use, it's not a latching switch so it should be straight forward. But you can use a latching switch anyway if you wanted.

    David

  8. #388
    150+ Forum Groupie


    388TH_A's Avatar
    Join Date
    Nov 2008
    Location
    Medford, Oregon (USA)
    Posts
    238
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Progamming help with FSBus dll

    kinda got what your saying but im using a metal box and so i picked thoughs switches because they should fit into the box real well so im hoping. And then i was just thinking about putting one of thoughs kinda dim 5mm LEDs right above each switch.

    Trevor

  9. #389
    300+ Forum Addict RobiD's Avatar
    Join Date
    Sep 2007
    Location
    Gold Coast, Australia
    Posts
    430
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Progamming help with FSBus dll

    Ok, time to buy the atmega168's.

    Either Stefan or Trevor (or anyone else who knows) is this the right version in DIP package?

    http://cgi.ebay.com.au/ws/eBayISAPI....=STRK:MEWAX:IT

    Thanks as always.
    David

  10. #390
    300+ Forum Addict
    Join Date
    Feb 2008
    Location
    Krefeld, Germany
    Posts
    318
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Progamming help with FSBus dll

    Yes, they are right.

Similar Threads

  1. Fsbus CDK
    By flyandre in forum General Builder Questions All Aircraft Types
    Replies: 4
    Last Post: 12-27-2014, 12:58 PM
  2. Need Help Getting My FSBUS NG I/O Going Again..
    By JBRoberts in forum I/O Interfacing Hardware and Software
    Replies: 14
    Last Post: 03-21-2010, 01:38 PM
  3. Fsbus ng io
    By Davral in forum I/O Interfacing Hardware and Software
    Replies: 0
    Last Post: 01-10-2009, 10:38 PM
  4. Fsbus 2.4.3
    By Anderson/SBSP in forum I/O Interfacing Hardware and Software
    Replies: 9
    Last Post: 11-30-2008, 04:25 PM
  5. Help FSBUS
    By cesarfsim in forum I/O Interfacing Hardware and Software
    Replies: 2
    Last Post: 10-26-2008, 02:23 PM

Tags for this Thread