Jump to content
The simFlight Network Forums

Radio with 3 decimal places


Recommended Posts

Hi,

in Europe the new 8.33 kHz frequency spacing has been introduced  and currently many of airplanes use 3 decimal places on the radio, but I can only get the value of the first two, and the value of the third is always  "0"
For example on the radio I have "118.725" but with FSUIPC Client I only get "118.720"
Is there any way to get the value of the third decimal place?

Thank you
Machado

Link to comment
Share on other sites

Quote

but with FSUIPC Client I only get "118.720"

The full COM1 frequency is available at offset 0x05C4 in FSUIPC5 (see the documentation for the details).

Only 2 decimals are available in FSUIPC4 and earlier (0x034E).

If you are using my .NET Client DLL and using the FsFrequencyCOM helper class, this is only applicable to the older BCD offsets (e.g. 0x034E). Just use 0x05C4 instead by declaring a normal <int> offset.

Paul

Link to comment
Share on other sites

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.