Specifications
Commands - 100
RESUME COUNT
Tasking Statement
SYNTAX: RESUME COUNT m [,m1] [,m2] . . . [,mn]
PURPOSE: To reenable a software event counter.
REMARKS: The statement reenables a counter after a STOP COUNT statement has been executed. The counter
contents remain unchanged.
The m parameter is the count number which ranges from 0 to 7.
See the Multitasking Chapter for more information.
RELATED: CLEAR COUNT, CONFIG COUNT, ON COUNT, START COUNT, STOP COUNT
EXAMPLE: 10 START COUNT 2
20 STOP COUNT 2
30 RESUME COUNT 2
ERROR: <Data negative> – for m
<Data out of range> – if m > 7