GYRO RMI ADI2 HSI2 with Spad.Next
-
Hello all. I am new to Spad.next and I figured out how to get my switches setup for the TBM850 on the HC Alpha and Bravo. The only remaining switches that have eluded me are the 4 switches on the upper panel for GYRO RMI ADI2 and HSI2.
I downloaded the xml AAOs scripts from flightsim.to and found the reference to them (below). It seems all four of these have something to do with the electrical bus to circuit connection.<label>cb_r6_c4_gyro</label>
<script>57 9 (>K:2:ELECTRICAL_BUS_TO_CIRCUIT_CONNECTION_TOGGLE)</script><label>cb_r6_c5_rmi</label>
<script>58 6 (>K:2:ELECTRICAL_BUS_TO_CIRCUIT_CONNECTION_TOGGLE)</script><label>cb_r6_c6_adi_2</label>
<script>59 5 (>K:2:ELECTRICAL_BUS_TO_CIRCUIT_CONNECTION_TOGGLE)</script><label>cb_r6_c7_hsi_2</label>
<script>60 5 (>K:2:ELECTRICAL_BUS_TO_CIRCUIT_CONNECTION_TOGGLE)</script>If I can find this command in the available LVARS in spad.next and assign one switch to state 1 (on) and 2 (off), will it operate all four on the overhead panel? If I am way off in left field please let me know. Any help would be greatly appreciated.
-
Those four switches simply toggle one circuit on or off. In the XML code, they can addressed by name, but you will have to use their circuit numbers. Here they are. I hope this helps!
(>A:CIRCUIT SWITCH ON:57, bool)
(>A:CIRCUIT SWITCH ON:58, bool)
(>A:CIRCUIT SWITCH ON:59, bool)
(>A:CIRCUIT SWITCH ON:60, bool) -
Thank you so much I will add these right away!
-
Worked like a charm. Ty again 👍