Jose Vela 0 Report post Posted January 14, 2018 Hi I've got a WP6 module from GoFlight. I'd like to use it to simulate some warnings and push buttons in PMDG 737NGX, like for example FIRE WARN, MASTER CAUTION or FMC P/RST. Any idea about how I could start it? Thanks! José Quote Share this post Link to post Share on other sites
Pete Dowson 226 Report post Posted January 14, 2018 17 minutes ago, Jose Vela said: I've got a WP6 module from GoFlight. I'd like to use it to simulate some warnings and push buttons in PMDG 737NGX, like for example FIRE WARN, MASTER CAUTION or FMC P/RST. Any idea about how I could start it? I don't remember what the WP6 is. Are you talking about assigning button presses? If so, for the PMDG aircraft, you'd need to work out the appropriate control number from the ".h" type file in your NGX's SDK folder, then use that number in a <custom control> assignment in FSUIPC. Pete Quote Share this post Link to post Share on other sites
Jose Vela 0 Report post Posted January 14, 2018 Here you have got a link to the program. https://goflightinc.com/product/gf-wp6-warning-panel-module/ I know how to assign button presses but I also need to read and change the annunciator/warning light. Thanks, Jose Quote Share this post Link to post Share on other sites
Pete Dowson 226 Report post Posted January 14, 2018 1 hour ago, Jose Vela said: Here you have got a link to the program Ah, so you are using a Goflight driver. I'm not sure FSUIPC will play any part then. Do Goflight drivers support the PMDG aircraft now? 1 hour ago, Jose Vela said: I know how to assign button presses but I also need to read and change the annunciator/warning light. Doesn't GoFlight support those? FSUIPC has no built-in display control facilities whatsoever. They are too variable, between hardware and addon Aircraft. With FSUIPC you'd need to use a Lua plug-in the open the Goflight HID device and send appropriate commands to it. I've just checked, and if you look in your FSUIPC Document folder, in the Lua Examples ZIP file, you'll see an example for the WP6 (called WP6test.lua), which does things like setting lights on and off, changing colours, altering brightness. There should be enough there to get you off to a good start! The states of the indicators you want in the PMDG aircraft should be all available in the PMDG offsets. Again, check the PMDG offset list for your aircraft in the FSUIPC Documents sub-folder. Pete Quote Share this post Link to post Share on other sites
Jose Vela 0 Report post Posted January 14, 2018 I will try. Thanks (again) Jose Quote Share this post Link to post Share on other sites