Jump to content
The simFlight Network Forums

Recommended Posts

Posted (edited)
'm using a Boeing 737 FlitePal engine start switch, which is made with a solenoid. I've configured the GRD, OFF, CONT, and FLT switch positions using PMDG Event IDs. However, for the solenoid's ARM function, I need an output (annunciator). I tested this with X-Plane 11 using the Zibo mod and utilized the "Start Valve Open" DataRef, which was easy to identify with DataRef Editor. It worked correctly, disarming the solenoid at the right time,
 specifically when the "Start Valve Open" annunciator extinguished on the EICAS. My current challenge is finding this same "Start Valve Open" information within PMDG (for their 737) or FSUIPC. 
I'm looking for an equivalent offset or variable that I can use as an output to control the solenoid's arming.

válvula de partida aberta.jpg

boeing-737-engine-start-switches.jpg

Edited by Geferson Alves
Posted

Take a look at the offset mapping document for the PMDG 737 (Offset Mapping for PMDG 737NGX and 737NGXu.pdf) - note that you need to enable data broadcasts in the PMDG to have these offset populated.  There is this offset (1-byte each, for each engine):

Quote
65D5 2 BYTE x 2 ENG_StartValve[2] true: valve open

or maybe this one:

Quote
6463 2 BYTE x 2 FUEL_annunENG_VALVE_CLOSED[2] Boolean

 

12 hours ago, Geferson Alves said:

I've configured the GRD, OFF, CONT, and FLT switch positions using PMDG Event IDs.

The current position of this switch is also held in offset 0x64FC:

Quote
64FC 2 BYTE x 2 ENG_StartSelector[2] 0: GRD 1: OFF 2: CONT 3: FLT

John

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.