Ugrás a fő tartalomhoz
Verzió: 15

WAIT

Waits a specified time before executing the next command.

Syntax

WAIT [Wait time]

Command parameters

Command parameterAssignmentValue formatInput options
Wait timeOptionalIntegerLocal, variable

Wait time:

The amount of time while the next command will not be executed. Unit of time: miliseconds [ms].

The assignment of this parameter is optional. Default value: 1000 [ms].

Sample code

Command only:

WAIT 1000

Wait time with variable:

$Wait_Time=2000
WAIT $Wait_Time