A vatSys plugin enabling support for CPDLC via [ACARS Server](https://github.com/YuKitsune/ACARSServer).
Before installing the CPDLC Plugin, ensure you have the following:
- vatSys (version 1.4.20 or later)
- .NET Framework 4.7.2 or later
- Download the latest release from GitHub.
- Extract the
ACARSPlugin.zipfile into your vatSys plugins directory (Documents\vatSys Files\Profiles\<Profile Name>\Plugins\ACARSPlugin). - Run the
unblock-dlls.bathelper script (included in theACARSPlugin.zipfile) to unblock all the.dllfiles.
- Open vatSys.
- Look for the
CPDLCmenu item in the vatSys menu bar.
Tip
If you do not see the CPDLC menu item after restarting vatSys, refer to the Troubleshooting section below.
In order to use the CPDLC label items, you need to replace the default CPDLC label items in the Labels.xml file in the profile.
Replace each occurance of <Item Type="LABEL_ITEM_CPDLC" Colour="" BackgroundColour="CPDLCDownlink" LeftClick="Label_CPDLC_Menu" MiddleClick="Label_CPDLC_Message_Toggle" RightClick="Label_CPDLC_Editor" /> with the following lines:
<Item Type="ACARSPLUGIN_CPDLCSTATUS" />
<Item Type="ACARSPLUGIN_CPDLCSTATUS_BG" BackgroundColour="Custom" />
<Item Type="ACARSPLUGIN_TEXTSTATUS" />
<Item Type="ACARSPLUGIN_TEXTSTATUS_BG" BackgroundColour="Custom" />If the CPDLC menu item does not appear, it's likely that the .dll files for the plugin have been blocked by Windows.
This is a security feature in Windows that blocks files downloaded from the internet to protect your computer from potentially harmful software.
- Locate the
unblock-dlls.batfile (included in theACARSPlugin.zipfile). - Ensure the file is located in the same folder as the
.dllfiles, or in one of the folders above it. - Run the script by double-clicking it. You will be shown a list of all the
.dllfiles the script will unblock. PressYto continue, orNto exit. - Restart vatSys once the script has completed.
This script will search for any .dll files in the current folder or sub-folders and ensure they are unblocked.
If you are using a high-resolution display (4K monitor, high-DPI laptop screen, etc.) and experience graphical issues after launching vatSys, you may need to run the dpiawarefix.bat script.
- Locate the
dpiawarefix.batfile (included in theACARSPlugin.zipfile). - Run the script by double-clicking it.
- Restart vatSys.
This script adjusts Windows DPI settings for vatSys, making it compatible with high-resolution displays.