Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vAMSYS PFPX Exporter #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions guides/pfpx-airac-validation/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@ This is a community guide and not part of official vAMSYS documentation.
## Guide

### Download your routes in the PFPX format
Right now, there is no official vAMSYS v5 Exporter for the PFPX, so the only way how to convert the vAMSYS routes into a compatible format, is to create a string of text from your Route CSV, which is then compatible with the PFPX.
- The format is like this: ***"DEP_ICAO""DEST_ICAO";"DEP_ICAO" "ROUTE" "DEST_ICAO"***
- So for example: **```LKPRLIEE;LKPR VOZ DCT PISAM DCT TAGAS DCT RADLY DCT NIKOL DCT APSUX DCT DEXUL Q125 KOVAS LIEE```**
- You may try to use this formula for the Google Sheets (and probably MS Excel too) on an official vAMSYS v5 Routes CSV: **```=C2&E2&";"&C2&" "&K2&" "&E2```**
- Then, paste the entire column, containing all the generated "PFPX compatible" routes into a TXT file
- Download the routes via the vAMSYS PFPX Exporter in Orwell -> Data -> Export -> Routes - PFPX

### Import the TXT file into PFPX
### Import the exported TXT file into PFPX
- Open the PFPX, click on the globe -> Route Data -> Route Database
![Step 2-1](/guides/pfpx-airac-validation/step2-1.png)
- Select Import
Expand Down