FMS Files in X-Plane
FMS Files in X-Plane
————————————————————————————————
FMS files since X-Plane 11.10:
—————————————————————————————————
————————————————————————————————
Since X-Plane 11.10, we support reading and writing FMS files in the
format explained here: https://developer.x-plane.com/?article=flightplan-
files-v11-fms-file-format
—————————————————————————————————
————————————————————————————————
FMS files compatible with all older versions of X-Plane:
—————————————————————————————————
————————————————————————————————
OK say you want to make your FMS files for X-Plane to follow.
OK look at “Example FDR file.fdr” in the Insturctions folder.
“I” or “A”, an old indicator indicating if this file is made with a Windows
(IBM… remember those days?) or Apple computer.
“3 version” indicating the file format version number (always 3 right now)
“1” (or any other number) is the next waypoint index to enter when you
enter a new waypoint in the FMS
“1” (or any other number) is the waypoint index on display in the FMS
nt_none = 0,
nt_apt = 1, // airport
nt_ndb = 2, // NDB
nt_vor = 3, // VOR
austin