srcooke Posted May 15 Share Posted May 15 In order for the Weather uplink function to work the exported route file should be in the format ICAOICAO only and not have the numeric suffix. This is a change from previous PMDG products. 1 Link to comment Share on other sites More sharing options...
Root Admin Mathijs Kok Posted May 15 Root Admin Share Posted May 15 I suggest posting this in the forum sections for MSFS, Link to comment Share on other sites More sharing options...
srcooke Posted May 18 Author Share Posted May 18 Additionally to the numeric suffix issue there are end-of-line tabs in the PFPX weather export that can prevent loading. These can be removed by editing the file with Notepad++ and using the find and replace function: Alternatively add the following Macro function to your notepad++ shortcuts.xml Macro's section located \AppData\Roaming\Notepad++ <Macro name="PFPX WX Trim" Ctrl="yes" Alt="no" Shift="no" Key="189"> <Action type="3" message="1700" wParam="0" lParam="0" sParam="" /> <Action type="3" message="1601" wParam="0" lParam="0" sParam="\t\r\n" /> <Action type="3" message="1625" wParam="0" lParam="2" sParam="" /> <Action type="3" message="1602" wParam="0" lParam="0" sParam="\r\n" /> <Action type="3" message="1702" wParam="0" lParam="768" sParam="" /> <Action type="3" message="1701" wParam="0" lParam="1609" sParam="" /> </Macro> open the .wx file and run the macro from the menu or using CTRL - Link to comment Share on other sites More sharing options...
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