WinWing CDU supported aircraft - MobiFlight/MobiFlight-Connector GitHub Wiki
Platform | Aircraft | Supported configurations | Comment |
---|---|---|---|
MSFS | Fenix A3xx | CPT or FO or CPT+FO | |
MSFS | FSLabs A321 | CPT | |
MSFS | PMDG 737 | CPT or FO or CPT+FO | |
MSFS | PMDG 777 | CPT or FO or CPT+FO | |
MSFS | iFly 737 | CPT or FO or CPT+FO | CPT+FO untested so far |
MSFS | TFDi MD-11 | CPT or FO or CPT+FO |
In general everything is work in progress. X-Plane 12 and X-Plane 11 support is work in progress as well.
PMDG Setup
For PMDG planes an ini-file needs to be manually updated. It is planned to do that automatically in the future.
To enable the data communication output, you will need to open the file 737_Options.ini / 777_Options.ini
that is located in the 737 / 777 persistent storage folder.
- For Microsoft Store distribution, this folder is located at
%LOCALAPPDATA%\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalState\packages\pmdg-aircraft-737\work\
. - For Steam distribution, this folder is located at
%APPDATA%\Microsoft Flight Simulator\Packages\pmdg-aircraft-737\work\
. - For 777 the folder name is
pmdg-aircraft-77w
Once this folder is open, add the following lines as required to the bottom of the file:
[SDK]
EnableCDUBroadcast.0=1
EnableCDUBroadcast.1=1
-> Restart the simulator after making that change.