Instantaneously move an aircraft to a new position. If no values for the altitude, heading, speed and climb rate are provided, the aircraft will keep the old values.
Usage:
MOVE acid,lat,lon,[alt,hdg,spd,vspd]
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| acid | txt | yes | Aircraft ID |
| lat | float | yes | Latitude |
| lon | float | yes | Latitude |
| alt | float | no | Altitude |
| hdg | float | no | Heading |
| spd | float | no | Speed |
| vspd | float | no | Climb Rate [fpm] |