Please see the most recent updates in the "Where did the .com name go?" thread. Posts number 16 and 17.
Thanks again, Thomas et al.
Jafo - looking forward to the 2D. (Assuming it'll work in P3dV4). I find that for tubes / business jets, I actually (gasp!) like having a 2D panel option, for radio and nav work. I'll definitely grab this when it's ready.
dl
<?xml version="1.0" encoding="utf-8"?>
<Gauge Name="General Init" Version="1.0">
<Update>
<!-- Local variable are all initialized to zero Simulations variables are inherited from default flight -->
<!-- Give enought time to Prepar3D to accept K commands -->
(L:Sim_Ready, enum) 50 < if{ (L:Sim_Ready, enum) ++ (>L:Sim_Ready, enum)
<!-- ensure startup state for Falcon 20 -->
(L:Sim_Ready, enum) 50 >= if{
(>K:FUEL_SELECTOR_ALL)
16384 (>K:MIXTURE_SET)
<!-- Other initializations you may want to add - for example I always shut down the Fuel Valve to ensure an almost cold and drak state
(A:GENERAL ENG FUEL VALVE:1,bool) if{ (>K:TOGGLE_FUEL_VALVE_ENG1) }
(A:GENERAL ENG FUEL VALVE:2,bool) if{ (>K:TOGGLE_FUEL_VALVE_ENG2) }
-->
}
</Update>
</Gauge>
gauge15=myGauge!StateInit, 1, 1, 0, 0