BackHomeContact Us

 

Code Example

rem

 

Syntax

rem

 

Function

Designates a comment line. 

 

Controller Returns

None

 

Mode

Run

 

Example

rem This is a comment line.

 

Code Example

wait

 

Syntax

wait value

wait variable

 

Function

Waits for value or variable number of milliseconds.  

 

Range of Value

0 – 65535

 

Controller Returns

None

 

Mode

Run

 

Example

 rem Wait for 10 mSecs

wait 10

rem Wait for 200 mSecs

A = 200

wait A

 


 

www.OESIncorp.com

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