Specifications

Commands - 18
CLEAR PULSE
Tasking Statement
SYNTAX: CLEAR PULSE n [,n1] . . . [,nm]
PURPOSE: To clear the remaining time in a software timer and clear the parameters specified by CONFIG
TIMER.
REMARKS: Once a timer has been defined with the CONFIG PULSE statement, the CLEAR PULSE statement
can be used to abort the timing sequence. A CONFIG PULSE statement must be executed after
CLEAR PULSE in order for the PULSE commands to work again.
CLEAR PULSE is functional both during timed operation and when the timer is stopped. The
parameter n is the timer number and ranges from 0 to 7.
See the Multitasking Chapter for more information.
RELATED: PULSE statement and function
EXAMPLE: 10 CLEAR PULSE 1
10 CLEAR PULSE 0,1,2,3,4
ERROR: <Data negative> – for n
<Data out of range> – if n > 7