Command Reference
END
Table explanation
Group
Program Flow Control
Syntax
END
Op. Code
70
Modes
Program, Immediate
Description
Terminates the user program currently being executed.
Example
LABEL 1
WAIT_INPUT 1 = 1 -1
CALL 2
END
LABEL 2
SET_OUTPUT 1 ON
RETURN
Example
Explanation
Waits for INPUT 1 to be ON and then calls a subroutine that sets
OUTPUT 1 to ON. Returns to the program, end of program.
Notes
The END command must be used at the end of all programs.
104
XtraWare User Manual
Содержание XTRAWARE - V3.0
Страница 2: ......
Страница 4: ......
Страница 12: ......
Страница 79: ...Operating the XtraDrive Using XtraWare Table 14 Sample ECAM Table XtraWare User Manual 69 ...
Страница 202: ......
Страница 220: ......
Страница 258: ...List of Operation Codes 248 XtraWare User Manual versions use STOP_EX ...