LISST - 25 User’s Guide
12
Batch File Commands
BP
Print batch file to screen
BS
Batch file Start command
CB
Clear Batch file from memory
EB
Exit Batch file
GT x
Goto batch command line x, x=1 to 25
LB xx cmd
Load batch command line x with cmd string, x=01
to 25. Note: command line must be two digits.
RP x, ER
Repeat code between RP and ER (end repeat)
commands x times
WE x
Wait x seconds from last WE command. Use WE 0
to reset timer.
WT x
Wait x seconds before returning