CRJ Flightplan Format
CRJ Flightplan Format
CRJ Flightplan Format
The CRJ uses a standard Windows Ini-File to store flightplans in. It contains three sections: “CoRte”,
“PerfData” and “VNAVData”.
Flightplans are stored in the user’s “Documents” folder under “Aerosoft\Digital Aviation
CRJ\Flightplans”. The default filename extension is “.flp”
CoRte Section
ArptDep Departure Airport (4-Letter ICAO Code; “EDDP”)
RwyDep Departure Runway Identifer (“EDDP26L”)
ArptArr Arrival Airport (4-Letter ICAO Code; “LOWS”)
RwyArpt Arrival Runway Identifier (“LOWS15”)
ArptAltn Alternate Airport (4-Letter ICAO Code; “EDDM”)
SID Departure Route Identifer (“GOLA1S”)
SIDEnrTrans Departure Route to Enroute Transition (optional)
STAR Arrival Route Identifier (“BADI1R”)
EnrSTARTrans Enroute to Arrival Route Identifier (optional)
STARApprTrans Arrival Route to Approach Transition Transition Identifier (optional)
Appr_Trans Approach Transition Identifier (“SBG”)
RwyArr_Final Approach Identifier (“I15”)
CoRoute Company Route Identifier (optional)
FltNo Flight Number (“EWG123”)
This is followed by the legs of the route. These can be either airways or directs. They are numbered
sequentially starting with 1
All values except the wind data default to -1 if not set. In this case, the FMS defaults will be loaded.
VNAVData Section
The VNAVData section contains the transition altitude and level. Both are in feet. They can be loaded
with the flight plan and will be used instead of the FMS default settings.
Demo Code
How to get the correct path and filename:
[CoRte]
ArptDep=EDDL
RwyDep=EDDL23L
ArptArr=EDDM
RwyArr=EDDM08L
ArptAltn=
SID=DODE8T
SIDEnrTrans=
STAR=ANOR3A
EnrSTARTrans=
STARApprTrans=
APPR_Trans=VECTORS
RwyArrFINAL=I08L
CoRoute=
FltNo=
Airway1=Y853
Airway1FROM=DODEN
Airway1TO=BOMBI
Airway2=T104
Airway2FROM=BOMBI
Airway2TO=LEVBU
[PerfData]
CrzAlt=27000
CrzAltAltn=-1
PaxCnt=56
PaxWeight=185
CargoWeight=1089
FuelWeight=7408
WindDirClb=0
WindSpdClb=0
WindDirCrz=0
WindSpdCrz=0
WindDirDes=0
WindSpdDes=0
ISADev=0
ResFuel=1650
TaxiFuel=0
[VNAVData]
TransAlt=18000
TransLvl=18000