The Terminal program can accept the “DELAY” command. 

  • When a delay is sent, it only delays the next command from being sent to the controller. 


The delay commands are shown below:


DELAY

will cause a 2000 ms (2 seconds) delay


DELAYS

will cause a short interval delay of 500 ms (1/2 second)


DELAYM

will cause a medium interval delay of 1500 ms (1.5 seconds)


DELAYL

will cause a long interval delay of 3000 ms (3 seconds)


DELAY=####

will set a delay to any value you want (where #### is the number of ms)



When entering a “DELAY” command, it can be entered with or without a comma. If using a comma, only CR/LF should be entered.

  • Acceptable entry:  


DELAY


or 


DELAY,


Return to ASCII programs