Black Square Analog Beechcraft Bonanza A36 / G36

@DrZGard Here is a script for mag start position - the way switch is coded, the animation does not ‘stick’ but returns to both automatically after a short timeout.
4·(>L:BKSQ_IgnitionPosition_1,·number) (E:SIMULATION·TIME,·seconds)·(>L:starterKnobReturnTime,·number) 1·(>K:SET_STARTER1_HELD)

Here is an AAO script for prop heat
(L:Bonanza-PROP_DEICE)·(>L:AAO_DEICE_PROPELLER1,·Number)
where (L:AAO_DEICE_PROPELLER1) is mapped to (B:DEICE_PROPELLER_1) by AAO (see AAO manual for BVAR support)

Here is a script for fuel pump high
1·(>A:CIRCUIT·SWITCH·ON:4,·bool)·2·(>L:var_FUEL_Switch_Pump_1,·number)
change the 2 to 1 for pump low

For the Turbo mixture lever, I used AAO to map 0 to 100 assigned to L:BKSQ_MixtureLeverPosition_1

I have reviewed a couple of the other switches like stby gyro which appear to not have animation accessible to outside control. The underlying sim control for electric vacuum can be controlled but the switch does not animate

1 Like