Add a waypoint to the (FMS) route of an aircraft. It can be specified using an existing waypoint in the navigation database, or a custom latitude/longitude. Additional options control how the aircraft should fly past this waypoint.
For more information on editing routes, look at this tutorial.
Usage:
ADDWPT acid, (wpname/lat,lon/FLYBY/FLYOVER),[alt,spd,afterwp]
Arguments:
Name | Type | Required | Description |
---|---|---|---|
acid | txt | yes | Aircraft id |
wpname | txt | yes | Waypoint name |
lat | float/txt | yes | Latitude |
lon | float/txt | yes | Longitude |
FLYBY | txt | no | Make this a fly-by waypoint |
FLYOVER | txt | no | Make this a fly-over waypoint |
alt | float | no | Altitude constraint for this waypoint |
spd | float | no | Speed constraint for this waypoint |
afterwp | txt | no | Insert the new waypoint after waypoint 'afterwp' |