Specifications

Commands - 108
START COUNT
Tasking Statement
SYNTAX: START COUNT n [,n1] [,nm]
PURPOSE: To activate a software counter task that was previously defined.
REMARKS: Once one or more counters have been defined by the CONFIG COUNT statement, the counter is
activated by the START COUNT statement. Until that time no counts will be accumulated.
The range of n is 0 to 7, which is the counter number.
See the Multitasking Chapter for more information.
RELATED: CLEAR COUNT, ON COUNT, CONFIG COUNT, STOP COUNT, RESUME COUNT
EXAMPLE: 10 CONFIG COUNT 0,1,0
20 START COUNT 0
ERROR: <Data negative> – for n
<Data out of range> – if n > 7