Jump to content
The simFlight Network Forums

Fenix A320 - Autopilot KNOBs PUSH/PULL do not work!


Recommended Posts

Posted

Does it have the desired affect, i.e. switch between managed and selected mode? It could be that just the visuals are not working, Looking at the altitude push, it just decrements the value of the lvar L:S_FCU_ALTITUDE:
    (L:S_FCU_ALTITUDE) -- (>L:S_FCU_ALTITUDE)

You could  also try listing  the lvar values to confirm that the code is being sent and is working,

As I don't have the Fenix I cannot really help much further if FSUIPC is sending the code for the preset as it is defined. You can try the MobiFlight discord server, who drive the community effort for this - use the MSFS2020 channel.

Posted
2 hours ago, John Dowson said:

Does it have the desired affect, i.e. switch between managed and selected mode? It could be that just the visuals are not working,

Yes! Just the visuals are not working!
The operating modes are switched

Posted
43 minutes ago, SMN204 said:

Yes! Just the visuals are not working!
The operating modes are switched

Ok, that's good then. If you want to get the visual working, you would have to look at the code that is associated to the pull/push button operation (using the MSFS developer mode behaviors window) and see what is used to control the animation, Detailed instructions can be found here: https://www.badcasserole.com/uncovering-input-events-using-the-msfs2020-model-behavior-dialog/. However, if this was easy to do (e.g. was using a h:var) then this would already be in the preset. I suspect it will be using a B-type variable, which are (currently) only controllable using a hack - for an example if this (controlling a b-var using a user-defined lvar), see

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.