Gear_1_Position Variable

Actual position of gear 1 (nose gear): 0.0=full up, 1.0=full down. Measured in fractional units. Read-only.

Example

'Fail nose gear in up position.

IF GEAR_1_POSITION = 0 THEN

GEAR_1_FAIL = TRUE

ENDIF