-
Notifications
You must be signed in to change notification settings - Fork 250
ATSPD
ProfHoekstra edited this page Mar 22, 2018
·
4 revisions
When an aircraft reaches a given speed, execute the given command. reaching the speed is detected by a sign change of the difference between current value and target value of the condition
The issued command can be any command for any a/c id. It could even be another ATSPD command which will only be active after reaching this speed.
Usage:
acid ATSPD spd, cmdtxt
Arguments:
Name | Type | Required | Description |
---|---|---|---|
acid | txt | Yes | Aircraft id |
spd | float | Yes | Speed |
cmdtxt | string | Yes | Full command line to be issued when condition is met |