Specifications

Commands - 112
STOP COUNT
Tasking Statement
SYNTAX: STOP COUNT n [,n1] [,nn]
PURPOSE: To deactivate a software counter task that was previously active.
REMARKS: This statement is used to suspend a counter that has previously been started. The accumulated count
is not changed.
You can restart the counter at the same point by executing START COUNT.
The range of n is 0 to 7.
See the Multitasking Chapter for more information.
RELATED: CLEAR COUNT, CONFIG COUNT, ON COUNT, RESUME COUNT, START COUNT
EXAMPLE: 10 STOP COUNT 0,1
ERROR: <Data negative> – for n
<Data out of range> – if n > 7