BackHomeContact Us

 

Code Example

cont

 

Syntax

cont

 

Function

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

 

Code Example

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. 

 

Range of Value

None

 

Controller Returns

Pausing...Type CONT.

 

Mode

Run

 

Example

if A = B then pause

 

 

 


 

www.OESIncorp.com

Copyright ©  2002, 2003, 2004, 2005, 2006 Optimal Engineering Systems, Inc.