In a korry type switch a led needs to be turned on when the appropriate button (battery on) is pushed.
The left battery dataref is “sim/cockpit/electrical/battery_on”, which I have entered in the preset code area. When the battery is on, the led is on, so this works fine. The value = 0 or 1.
the right battery dataref is “sim/cockpit2/electrical/battery_on”. I have entered this as preset code as well. The led tests ok, but does not light up in the sim (xplane 12). Value = [0,0,0,0,0,0,0,0] or [0,1,0,0,0,0,0,0].
How can this be resolved? Thank you for your help.
#Left/Right Battery on/off > LED on/off
1 messages · Page 1 of 1 (latest)
Try this: sim/cockpit2/electrical/battery_on[1]
It works. Thank you so much.