Most of the commonly reported issues and questions are answered in the Frequently Asked Questions (FAQ) option under the Support menu of this website.
*** PLEASE NOTE ***
Your forum account is not the same as the account used in the shop. They are completely separate accounts.
1st December: A new version of the GoFlight Interface Tool for MSFS is now available.
12th November: A new version of the GoFlight Interface Tool for X-Plane is now available.
6th June: A new version of Virtual Flight Sim Hardware is now available (huge update)
21st November: A new version of the GoFlight Interface Tool for FSX/FSXSE/P3D is now available.

Need a little start help

im trying to get the annunicator lights illuminating as soon as the battery switch is switched on, im trying to get the hyd_pumps eng 1 and eng 2 behave as it does in ixeg737. when engines is started the low pressure light go out but i cant seem to get this working. can someone plz give me a hint if this is possible with the xplane version of interfacetools

frank

Comments

  • edited June 2016
    Should be possible. The quickest way to snoop out those is using DatataRefTool by toggling on and off and seeing what changes and then just implement the annunciators into a start event  or for the LED of a switch . You will have to probably uncheck the "monitor dre private datarefs" checkbox in GIT while you use DRT.

    IXEG always uses _ann for annunciators so that will cut thee list of values you need to filter through. DRT is nice in that as a dataref gets stale(no change) it starts to fade back to the default color.

    Are you trying to do this on a DIO or  something else?

    If you can't find the datarefs you need I could possibly help identify them but you would need to implement them.
    Steve McNitt
  • edited June 2016


    Try these:

    ixeg/733/hydraulics/hyd_eng1_lowpress_ann  ( on value is .549775 so you could use on > 0  here)
    ixeg/733/hydraulics/hyd_eng2_lowpress_ann
    ixeg/733/hydraulics/hyd_elec1_lowpress_ann
    ixeg/733/hydraulics/hyd_elec2_lowpress_ann

    those are what you are looking for I believe , since they won't illuminate if there is no power you shouldn't have to do anything fancy as far as figuring out the busses as the aircraft logic does it already. these are just the lights so they will follow whatever the aircraft does.
    Steve McNitt
  • yes that did it, thx Slayer :-)
Sign In or Register to comment.