Hello, I am trying to drive one of the LEDs on my VKB GNX-SEM to display the status of the autopilot for the Vision Jet in MSFS2024.
I want the LED to be:
- Off if the Autothrottle is disabled
- Green if the Autothrottle is enabled and in FMS mode
- Yellow if the autothrottle is enabled and in Manual mode
-
Mobiflight recognizes my GNX-SEM and I’ve confirmed that it basically works. I’ve successfully configured buttons on it to control things in the Vision Jet and using the test feature in Mobiflight I can change the color of the LED to all the states it supports (off, red, yellow, green). So, this means the definition files included with Mobiflight include support for my GNX-SEM and I should be able to use it. Right?
-
In the output config display tab, the alternatives offered for the GNX-SEM A2 LED are “SEM A2 - Green” and “SEM A2 - Red”. With those being the only alternatives for the A2 LED, the only way I can configure it to display two colors (in my case green and yellow) is is to use two output configs defined for that LED. There’s no way to display two colors with just one output config on that LED. Right?
-
I can’t get even one output config to work correctly on that LED. I created an output config which turns the LED off if the autothrottle is disabled and green if it is enabled. I specified “SEM A2 - Green” in the display tab and can control the LED using the test feature. So, that seems to be working fine. However, I can’t seem to get the Sim Variable tab configured correctly to read the autothrottle status variable. I’ve attached a PDF with a couple of screen shots of the details for the Vision Jet autothrottle from the behavior tool. It seems looks to me like the SF50_AUTOTHROTTLE_STATUS variable is the one to use, but “(L:SF50_AUTOTHROTTLE_STATUS)” doesn’t work. I’ve tried a few different variations using that variable and also “SF50_AUTOPILOT_AUTOPILOT_ARM” and “SF50_AUTOPILOT_ARM_POSITION”, but nothing has worked. Any ideas?