DRV.CMDDELAY
Description
This parameter is used when drive commands are used in a script and a delay is needed between the execution of two consecutive commands. DRV.CMDDELAY creates a delay in the execution of drive commands. In the period of time specified, no commands are executed. This feature is especially useful for command buffers.t
Example
If the script is:
DRV.EN
IL"Instruction list" This is a low-level language and resembles assembly.CMDU 0.1
then DRV.CMDDELAY is used between the two entries to delay execution 5 ms until the drive is enabled:
DRV.EN
DRV.CMDDELAY 5
IL.CMDU 0.1
General Information
Type |
Command |
Units |
ms |
Range |
0 to 5,000 ms |
Default Value |
0 ms |
Data Type |
Float |
Start Version |
M_01-03-00-000 |