January 1, 20242 yr Good morning Google translation happy new year 2024 I don't know how to write the syntax FBW A32NX I want two conditions to be met to validate a function example : (L:A32NX_LGCIU_1_NOSE_GEAR_DOWNLOCKED)·0·!=·if AND (B:LIGHTING_LANDING_1_Set)·2·!=·if { 0 (>B:LIGHTING_LANDING_1_Set)} els{ 2 (>B:LIGHTING_LANDING_1_Set)} What would be the syntax THANKS
January 1, 20242 yr Commercial Member (L:A32NX_LGCIU_1_NOSE_GEAR_DOWNLOCKED)·0·!=·(B:LIGHTING_LANDING_1_Set)·2·!= and·if{ 0 (>B:LIGHTING_LANDING_1_Set) } els{ 2 (>B:LIGHTING_LANDING_1_Set) } LORBY-SI
January 1, 20242 yr Author thanks for putting me on the right track My goal is that TO switches automatically, when gear down in approch here is the correct syntax, I don't know if it's in the rules of the art or if we can do better (SPLIT:13000) (L:A32NX_LGCIU_1_NOSE_GEAR_DOWNLOCKED,·Number)·0·>·(B:LIGHTING_LANDING_1_Set)·3·<·and·if{·0·(>B:LIGHTING_LANDING_1_Set)·}·els{·2·(>B:LIGHTING_LANDING_1_Set)·}
January 1, 20242 yr Commercial Member 4 minutes ago, ptimale said: automatically In that case look into the LISTEN_FOR_RPN script header and/or the [..] syntax. Or even better, check out the CONVERSATION feature, a special form of script file in AAO. Edited January 1, 20242 yr by Lorby_SI LORBY-SI
Archived
This topic is now archived and is closed to further replies.