Menu:

Having problems? Feel free to
Contact Us Here


Flightdeck Avionics release 1.0971

This is release 1.0971.

Please note - The changes in this release are listed here Latest Changes

Like previously releases the installer will update your C:\Windows\System32\Avionics_IPC.dll, so this will need to be reverted back to a previous version if you want to use an earlier release.

Please report any issues to support@sim-avionics.com with a full description of the problem and how it can be reproduced.


Flightdeck Avionics Installer 1.0971.exe 6789kb


Important

This version correctly handles Hpa and Ins baro modes. It does this by using a seperate custom 2 byte offset.
To use this functionality you should modify your FSUIPC_IO.ini file like this :
[FSUIPC_EFIS_INPUTS]
CPT_BARO=530A
FO_BARO=530C
BARO_FS_FORMAT=0

In this example 'word' offset 530A would contain either 1013 or 2992 depending on the baro setting.
In you interface code you just need to increase or decrease the value in this offset as necessary.
CPFlight users should also implement this change.
If BARO_FS_FORMAT=1 then the value written to 530A would be in standard FS format. ie Hpa*16 1013*16=16208

Localizer Capture tuning has been updated.
The aproximate values in your \Server\.CFG file should be aproximately:
// LOC
LOCALIZER_SENSITIVITY_REDUCTION=8 (between 6-9)
LOCALIZER_DAMPING=0.2 (between 0.1-0.4)
Also ensure you have installed the latest version of FSUIPC. (Greater than 3rd March) Because the Localizer values are outputted faster for smoother approaches.