Welcome to the forum for MobiFlight! Feel free to reach out to the community in case you have questions, issues or just want to share great ideas or details about your latest home cockpit project.
You like MobiFlight? Donate via PayPal and support the MobiFlight development. Thanks!
07D4 4Bytes Integer - Autopilot altitude value, as metres*65536
So go the easy way.... For testing your Display, make the Input with the Mouse in the Sim !
The display must show simply the Value of the Virtual Display.
If you like to test your encoders then observe the Virtual Display if your inputs work same way as the turning of the virtual Encoder will do.
NOT Care about that time what your 7Seg will show.... We confirm here the Input just by the virtual Display
So we need a Formula like in the Preset ..... $*3.28084/65536 (*3.28084 to get feet from Meters... And /65536 to solve the FSUIPC Offset behavour)
Badly these Calculation can occure in e.g. 499,99993939 whatever 500 is needed.
So we need to tell Mobiflight it should ROUND the Result !
correct Syntax...... Round($*3.28084/65536,0)
Simply change the current Transform with that one.... then ALT is correct.
If you like to test your encoders then observe the Virtual Display if your inputs work same way as the turning of the virtual Encoder will do.
NOT Care about that time what your 7Seg will show.... We confirm here the Input just by the virtual Display