March 29Mar 29 Using A320, Fenix, MS2024, and the suggestion in the above link I got the script part below when hovering over TO CONFIG ``` (M:Event)·'LeftSingle'·scmi·0·==·if{·(L:S_EtCAM_TO)·++·(>L:S_ECAM_TO)·}· (M:Event)·'LeftRelease'·scmi·0·==·if{·(L:S_ECAM_TO)·++·(>L:S_ECAM_TO)·}· ``` I tried multiple variants of the above; as given, it is syntactically incorrect, but the part in {} is. Nothing happens, no error in the debug window Edited March 29Mar 29 by dmenne Crash after first part
March 30Mar 30 Author Using A320, Fenix, MS2024, and the suggestion in the above link I got the script part below when hovering over TO CONFIG ``` (M:Event)·'LeftSingle'·scmi·0·==·if{·(L:S_EtCAM_TO)·++·(>L:S_ECAM_TO)·}· (M:Event)·'LeftRelease'·scmi·0·==·if{·(L:S_ECAM_TO)·++·(>L:S_ECAM_TO)·}· ``` I tried multiple variants of the above; as given, it is syntactically incorrect, but the part in {} is valid. Nothing happens, no error in the debug window (This is a repost of the original, which for unknown reasons appeared in a subpage) Edited March 30Mar 30 by dmenne
March 30Mar 30 Commercial Member LVars that are to be sychronized with the sim must have a unit in AAO. (L:S_ECAM_TO, Number) ++ (>L:S_ECAM_TO, Number) With the Fenix, momentary buttons can also be operated like this: Key down 1 (>L:S_ECAM_TO, Number) Key up 0 (>L:S_ECAM_TO, Number) Edited March 30Mar 30 by Lorby_SI LORBY-SI
March 30Mar 30 Author I had tried that, but forgotten to add a wait. This works 1·(>L:S_ECAM_TO,·Number)·(WAIT:100)·0·(>L:S_ECAM_TO,·Number)
Create an account or sign in to comment