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.

GoFlight WP6 - Master Warning

 

How do I program the WP6 module to recognize Master Warning.  There is an entry for Master Caution, but where is Master Warning? I have 1.2.6.0 GF/PMDG Interface Software.

Answers

  • edited November -1

    They are the same thing. Use

    Light Colour: Yellow

    Button Event: ON, EVT_MASTER_CAUTION_LIGHT_LEFT

    Button Action: MOUSE_LEFT

    Light Data: DATA_WARN_SWITCH_MASTER_CAUTION_LEFT

    Light Action: ON Light Value: 1

    Best wishes

    Steve

  • edited November -1
    THANKS!
  • edited November -1
    Does anyone have code for the WP-6 lights for the LevelD 767? I am looking to activate the Master Caution, and Warning, as well as Auto Throttle Disengaged and Fire Light for Engines and APU. I have been playing around with the software but I cannot seem to drive the buttons even when I tried the coding listed above. Was figuring that it must be along the same line as this coding but no luck yet.
  • edited November -1
    Hi,

    I'll take a look in Detective if no one responds. I do know the events and variables are available in the Level D 767 SDK so I could add specific support for it at some point.

    Best wishes
    Steve
  • edited November -1
    Great thanks, I can get the buttons to function in FSUIPC just can't get the lights to work.
  • edited November -1
    Variables are:

    LVLDMaster 0=off, 1=alert, 2= caution.

    The only AT variable is LVLDATSwitch.

    For fire try:

    LVLDFireLeverAPU
    LVLDFireLeverLeft
    LVLDFireLeverRight

    There are no other relevant variables available so if they don't work you'll have to wait for SDK support.

    Best wishes
    Steve


  • edited November -1
    Thanks Steve,

    Will give it a try and let you know how it goes.
Sign In or Register to comment.