I've created a fuel quantity gauge and I seem to be finding that I can't set the gauge to freeze if the user sets a fuel gauge failure, i.e.:
The electrical system failure works ok, but the FAIL_GAUGE_FUEL_INDICATORS just doesn't seem to respond to the failure menu option, nor does it read anything other than 0 (ok) if I query the simulation variable directly.
Anyone else ever noticed this?
Si
Code:
FAILURE_RECORD fuel_quantity_fail[] =
{
{FAIL_SYSTEM_ELECTRICAL_PANELS,FAIL_ACTION_ZERO},
{FAIL_GAUGE_FUEL_INDICATORS,FAIL_ACTION_FREEZE},
{FAIL_NONE,FAIL_ACTION_NONE}
};
The electrical system failure works ok, but the FAIL_GAUGE_FUEL_INDICATORS just doesn't seem to respond to the failure menu option, nor does it read anything other than 0 (ok) if I query the simulation variable directly.
Anyone else ever noticed this?
Si