July 23, 2025Jul 23 Hi all, I'm trying to create an RPN script to fully disconnect both AP1 and AP2 on the Fenix A320, simulating the sidestick red button. So far, using: 0 (>L:S_FCU_AP1, Number) 0 (>L:S_FCU_AP2, Number) doesn’t work reliably—AP2 sometimes activates when AP1 is turned off. I noticed Guenseli uses this toggle-style script on flightsim.to: (L:S_FCU_AP1, Number) ++ (>L:S_FCU_AP1, Number) (SPLIT:100) (L:S_FCU_AP1, Number) ++ (>L:S_FCU_AP1, Number) But it's unclear how it achieves a proper disconnect. Any insights or working examples would be appreciated! Thanks! Edited July 23, 2025Jul 23 by lavoied
July 23, 2025Jul 23 Commercial Member I think that these LVars in the Fenix only control the switch(es), not the autopilot or whatever else aircraft system is involved. Know what I mean? Is the master AP disconnect button on the joystick clickable? If so, I would expect it to have its own set of variables. And what about the native SDK AP events, like 1 (>K:AUTOPILOT_OFF)? Edited July 23, 2025Jul 23 by Lorby_SI LORBY-SI
Create an account or sign in to comment