
57
4.5.11 Alert
Description = indicate to the user that something has happened
Arguments:
“beep” FDT will output a warning beep
“output”
Required
(One of)
FDT will output a message on the active
project tab
Example:
Alert output|Please make sure the board is connected
4.5.12 Pause
Description = this command will pause script file execution for the specified number of milliseconds
Arguments:
<time> Required Number of milliseconds to pause for
Example:
Pause 2000
4.5.13 Delete
Description = deletes the script file. NB: FDT will process the script no further than this line before
deleting it
Arguments:
“$script” Required Delete the script file
Example:
Delete $script
4.5.14 Move \ Copy
Description = move or copy the script file. NB: FDT will process the script no further than this line
Arguments:
“$script” Required
Copy\move\rename this script
file
Komentáře k této Příručce