CtReset Method
Description
Resets the counter value of the specified input counter. Also defines the input as a counter Input.
Syntax
Sub CtReset (BitNumber As Integer)
Parameters
- BitNumber
Number of input bits configured as counters. Only 16 counters can be active at the same time.
See Also
Ctr Method
CtReset Example
VB Example:
m_spel.CtReset(2)
C# Example:
m_spel.CtReset(2);