Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    75+ Posting Member
    Join Date
    Jan 2005
    Posts
    75
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    VRS rotory issue for AUTOBRAKE /737

    Hi Alan,
    I was reading the earlier thread on how you helped out someone who had an issue with his rotory selector for his Wiper -Off-Lo/Hi.
    I am also having the same issue trying to work my AUTOBRAKE from RTO/OFF/1/2/MAX.
    I tried everything possible and even copied what you had done except list each entry title a bit different and all it does is keep going back and forth.
    Grnd is center on the switch and I am using #1 2 3 4 in order on the switch.
    I did use an Ohm meter and determined that every turn does make contact and breaks from the last postion.


    "0" on the 0/8/8 input is being used for my landing gear handle,
    so Im using these inputs...Are these the "Value #'s"??? that are part of the equation? or is it just a number to keep things in order.

    OFF=2
    ON=1
    ON=3

    Exactly how I have it now....

    (AUTOBRAKE_SWITCH)
    Offset=2F80
    Length=1
    (AUTOBRAKE_SWITCH_RTO)
    Offset=2F80
    Length=1
    FSType=Digital
    OffValue=2
    OnValue= 1
    (AUTOBRAKE_SWITCH_OFF)
    Offset=2F80
    Length=1
    FSType=Digital
    OffValue=2
    OnValue= 2
    (AUTOBRAKE_SWITCH_ONE)
    Offset=2F80
    Length=1
    FSType=Digital
    OffValue=2
    OnValue= 3

    I need 2 more settings for the rest of this control but first I am trying to figure this out

    Kind regards
    James

  2. #2
    alandyer
    Guest
    James,

    One sends (reads) and receives (writes) VALUES to and from an OFFSET.
    Those values have meaning to MS-Flight Simulator.
    FS2Phidget takes care of reading and writing these values to and from FS.
    We have to specify what values we are going to read and write.
    That's what FS2PhUIPC.ini file does.

    For instance,
    Elevator yoke use VALUES in range –16383 to +16383, with 16383 being when you've got yoke right in your crotch and –16383 when yoke is against instrument panel.

    Obviously something like an Autobrake switch needs only 6 values.
    What are those values, you ask ?

    Peter Dowson, of FSUIPC spent years documenting each and every Offset.
    He's still going at it!
    Get hold of "FSUIPC for Programmers.doc" - available from FSUIPC SDK.
    Link to Peter Dowson's web site is on this web site.

    Looking through documenation and looking up OFSSET 2F80 we read:
    0=RTO,
    1=Off,
    2=brake1,
    3=brake2,
    4=brake3,
    5=max

    Now think of each position of your rotary switch as a SINGLE Toggle switch.
    You have 4 individual toggle switches.

    Each switch has an OFF position and an ON position.
    Switches are funny like that. One of those weird switch things.
    Something only a switch psychologist could explain.

    Welcome to the exciting world of Digital input and output.
    Digital = Binary = ON an OFF.
    You're starting to get my drift.

    Now ask yourself.
    What VALUE do I want to send FS when switch goes to OFF ?
    and
    What VALUE do I want to send FS to when switch goes to ON ?

    Set up your INI file accordingly.

    I could go ahead and just give values to you, but its good for pilots to get homwework assignments now and again.
    Keeps em on their toes.
    Isn't that right, Marc ?

    Regards,
    Alan.

  3. #3
    alandyer
    Guest
    James,

    Every sim builder should have Toolkit for experimenting.

    I have Toolkit that has:

    Interfacekit with
    3-position toggle
    2-position toggle
    2 position momentary
    Rotary Potentiometer
    Slider Potentiometer
    2 LEDS

    A rotary encoder and Phidgetservo with servo attached.

    I use Toolkit to experiment with.
    We should get PhidgetsUSA to make up sets for us Sim Builders.

    Never leave home without my Toolkit!
    I do get weird looks when I play with them on long coast-to-coast flights.
    One of these days I'm going to end up having heart-to-heart chat
    with an Air Marshall if I'm not careful
    Also allows me play around in evenings in hotel room.

    Regards,
    Alan.

  4. #4
    75+ Posting Member
    Join Date
    Jan 2005
    Posts
    75
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Alan,
    Thankyou for the explanation on this issue.I was getting confused with the 0/8/8
    numbers on the board with what I thought should be the offset number corrisponding to the command.So those numbers on the board just lets you know what line your setting up in the software.
    Its starting to sink in now...
    I have changed those offset values so many times...I felt that I tried that combination that your explaining but then again mabe I missed it.
    I'll kill another evening going at it again tonight.
    Its fun but can be a bit frustrating.

    If pilots had to worry about wiring up their switches in their aircraft...imagine that?
    Thanks,
    I will let you know when and if the outcome is
    James

  5. #5
    alandyer
    Guest
    LOL.

    All the pilots I know, including myself, that are building sims have not had problem wiring up switches.
    If a pilot could not grasp concepts around a switch how would they be able to plan a cross country flight through busy airspaces in a complex aircraft and then execute that plan.
    But pilots have big egos.
    Isn't that right, Marc ?

  6. #6
    75+ Posting Member
    Join Date
    Jan 2005
    Posts
    75
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Your right Alan,
    I saw that one coming.. LOL

    Does this make more sense...

    Looking through documenation and looking up OFSSET 2F80 we read:
    0=RTO,
    1=Off,
    2=brake1,
    3=brake2,
    4=brake3,
    5=max



    (AUTOBRAKE_SWITCH) <-------- is this still needed ?
    Offset=2F80
    Length=1
    (AUTOBRAKE_SWITCH_RTO) <-------- if I have this?
    Offset=2F80
    Length=1
    FSType=Digital
    OffValue=1
    OnValue= 0
    (AUTOBRAKE_SWITCH_OFF)
    Offset=2F80
    Length=1
    FSType=Digital
    OffValue=1
    OnValue= 1
    (AUTOBRAKE_SWITCH_ONE)
    Offset=2F80
    Length=1
    FSType=Digital
    OffValue=1
    OnValue= 2

    etc....

    Regards
    James

  7. #7
    alandyer
    Guest
    Thought you'd get kick out of my response.

    You're settings are looking good.

    Have a look at OffValue for AUTOBRAKE_SWITCH_OFF.
    OffValue = 2
    Most probably will work, but what you're saying here is that when switch is moved from OFF to another position FS should stay in OFF position.
    i.e. when OFF switch goes to OFF state (Boy, that is confusing!)

    ON state of next switch (position on your rotary) should set FSValue to either 0 or 2 (depending which way you rotate the rotary).
    I know this is a dilemna because OFF position is between two other settings.
    Hence, setting OffValue = 2 might not be a bad bet.
    Try it and see what happens.

    (AUTOBRAKE_SWITCH_OFF)
    Those need to be square brackets [ ]
    Standard Microsoft INI file format.
    (Look at all the other INI files on your PC).

    [AUTOBRAKE_SWITCH_OFF] is the name of the offset that appears on your drop down list on FS2Phidgets screen.
    You can call offset whatever you want.
    [MY_NAME_FOR_THIS_OFFSET]
    I could have made the drop down list just the actual offsets, but 0FA1 0FA4 0FA6 is kinda hard to work with.

  8. #8
    75+ Posting Member
    Join Date
    Jan 2005
    Posts
    75
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    GOT IT!!!
    Its working now.

    Alan,
    I was very close in getting it to work...and then I realized.
    What I failed to do everytime was go back into the FS2Phidget software and rechoose the new entry that I just made.I was so tied up in the wiring end of it I
    completely forgot.
    After I created the new entry etc.[AUTOBRAKE_RTO] and reassigned to that directory everything started to work (with except a few value changes).
    Thanks once again for your support.
    Lesson well learned..

    Im still working on the LEFLAPS TRANSIT annunciaor to light and then extinguish,followed by the LEFLAPS EXT.
    I am using the GOFLIGHT flap switch for this event and have assigned both LED seperatly using the FLAPS HANDLE. setting.Still no luck...
    but I am considering using a "delayed timer" used from my R/C AIRCRAFT
    landing gear.It allows the gear to come down in any sequence you choose.
    This might fit the bill...
    Regards
    James

  9. #9
    alandyer
    Guest
    You could try assigning FLAP TRANSIT annunciator to
    [LEFT_FLAPS_DEFLECTION]
    and
    [RIGHT_FLAPS_DEFLECTION]

    This is actual position of flap surfaces in FS.
    You will notice that after selecting a flap position with lever the actual flaps take a little longer to extend and retract.

    Monitor these values using Dummy tab on FS2Phidgets.

    I'm using Phidget card for my Flaps Lever.
    Have the real B737 throttle quadrant.

  10. #10
    75+ Posting Member
    Join Date
    Jan 2005
    Posts
    75
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    That must be nice to be able set up an actual 737 throttle!

    Im working on that issue....I had built my throttle using sliders and had it fit into the Goflight console. It really works great for something temporary.
    Till something better comes along...Simavionics? mabe.

    I did end up making a dummy tab???in the software by accident ...wasnt sure what it was for or what It can do for me...so I left it alone till I did.

    I will work on the LEFLAP TRANS today and into tonight. I have all day to my
    self!! Serious cockpit building today!

    Regards
    James

Page 1 of 2 12 LastLast

Similar Threads

  1. Autobrake
    By Thomas Richter in forum General Builder Questions All Aircraft Types
    Replies: 7
    Last Post: 09-01-2013, 10:00 AM
  2. Issue with Cockpit Sonic autobrake panel and Spoilers system
    By flya320 in forum General Builder Questions All Aircraft Types
    Replies: 0
    Last Post: 12-02-2010, 08:57 AM