Command System_Wait

Using of command

This command is use for pause program for some speciefied time.After this time program continues.

Commands parameters

Command has 2 parameters:
  1. Delay from: This parameter select from where delay number is calculated. It can select value from Variable_0 to Variable_99 or Numer. Number from this variable will be use as delay in miliseconds.If you select option Number, next parameter will be use
  2. Delay number[ms]: This parameter is use only when option Number in previous parameter is selected. Number from this parameter is use as delay time in miliseconds.

Error codes

  1. Error code -11:Bad variable index. This error means that variable number in test program is not in range 0-99. Check test program file if command has correct format.