737-SimGuy Posted March 7, 2021 Report Posted March 7, 2021 Hi, is there something special I need to do to get/show a proper 8.33hz frequency using FsFrequencyCOM? Mine always appear truncated to two digits after the decimal point. Thank you, James P3D 5.1
Paul Henty Posted March 8, 2021 Report Posted March 8, 2021 Hi James, The FsFrequency classes are helpers to use the legacy frequency offsets stored in binary-coded decimal format (FSUIPC3/4). These only needed 2 decimals so that's all they can return. The offsets starting at 0x05C4 store the frequency as a normal 32bit int value and therefore will report the 8.33hz spacing properly. As these offsets use normal values there is no need to use the FsFrequency helper classes. Paul
737-SimGuy Posted March 9, 2021 Author Report Posted March 9, 2021 Ahh, ok thank you Paul. Great stuff... James
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