Delay subroutine
Description
Pauses program execution for specified number of seconds.
Syntax
Delay(seconds)
Parameters
The Delay subroutine accepts a parameter that specifies the number of seconds to wait.
Example
Delay(2) ** **
guides:programming:programmers_reference_manual:delay
Pauses program execution for specified number of seconds.
Delay(seconds)
The Delay subroutine accepts a parameter that specifies the number of seconds to wait.
Delay(2) ** **