Flaps position indication
Baron Professional
2
Posts
2
Posters
22
Views
1
Watching
-
I built a B58 panel using an Arduino Mega 2650 and configured most of the switches and the LED landing gear using the Mobiflight app. However, I can't get the flap indicator (three LEDs: blue, orange, and red).I selected the indicator for the BSQ Duke aircraft in the Mobiflight presets, but my LEDs don't respond. What values are responsible for their operation?
-
Almost all of the indicator lamps in my aircraft output their state to a variable, which is explained in the "Annunciator Lights" section of the manual (~Page 159). You should be able to access the state of these lights via:
(L:var_HANDLING_Light_Flaps_1_readonly, bool) (L:var_HANDLING_Light_Flaps_2_readonly, bool) (L:var_HANDLING_Light_Flaps_3_readonly, bool)Let me know if that works for you, and if you have any more questions! Always happy to help.