Continues the execution of
the program after a pause command is received.
Controller Returns
None
Mode
Run
Example
rem Halt program
execution. The controller may be interrogated after receiving the pause.
pause
rem Continue the program
execution.
cont
pause
Syntax
pause
Function
Pauses program
execution until CONT is received. PAUSE
is useful in debugging. Using PAUSE, the execution of the program may be halted
and the controller can be interrogated.