SMN204 Posted October 18, 2023 Report Posted October 18, 2023 Fenix A320 When I select Autipilot any knobs PULL/PUSH - they does not work in Sims Example - selecting:
John Dowson Posted October 18, 2023 Report Posted October 18, 2023 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.
SMN204 Posted October 18, 2023 Author Report Posted October 18, 2023 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
John Dowson Posted October 18, 2023 Report Posted October 18, 2023 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now