Skip to content
Jerommaas edited this page Mar 14, 2017 · 7 revisions

DEFWPT: Defwpt

Define a new navigation waypoint in the database.

Coordinates of the waypoint can be given by clicking on the screen.

The type of the waypoint is a choice between four options: FIX, VOR, DME or NDB.

Usage:

DEFWPT wpname,lat,lon,type

Arguments:

Name Type Required Description
wpname txt yes Waypoint name [1]
lat float yes Latitude [deg]
lon float yes Longitude [deg]
type txt yes Type of waypoint

[1] The waypoint name needs to start with an alphanumerical character

Back to command reference.

Clone this wiki locally