The commands described here are only available when writing a standalone program.


In standalone programs, this command is used to set a delay in milliseconds. Assigned value is a 32-bit unsigned integer or a variable.


Applies to: CMD-4CR, CMD-4EX-SA, PMX-4EX-SA, PMX-4ET-SA, PMX-2ED-SA, PMX-2EX


Standalone                DELAY        

Syntax:                        

Write:

DELAY=[timems]                 

Where:        [timems]  is the delay time in ms (0 – 65,535)  Can be an unsigned integer or a variable.

Reply: 

Command is accepted and executed

No Reply

Example: 

Write:        

DELAY=300         * Sets delay time to 300 ms.

DELAY=V1         * Sets delay time to value assigned to variable V1.


Notes:

  • None

See also:

Standalone Programming Commands


Commander Manual

2.1.1.1 Identification Number