Events:Counter Output Event:Output Behavior Property

NI-DAQmx Properties

Events:Counter Output Event:Output Behavior Property

Short Name: CtrOutEvent.OutputBehavior

Property of DAQmx Export Signal

Specifies whether the exported Counter Output Event pulses or changes from one state to the other when the counter reaches terminal count.

Upon reaching terminal count, the counter can issue a pulse. Use CtrOutEvent.Pulse.Polarity to select a high or low pulse.

Upon reaching terminal count, the output terminal of the counter can change state, or toggle. For example, if the terminal is initially at a low state, it changes to high state and stays at the high state until the next terminal count. The terminal then changes to low state. Use CtrOutEvent.Toggle.IdleState to select the initial state of the terminal.

When counting up, a counter reaches terminal count when it reaches the maximum value (2^24 - 1 for a 24-bit counter). When counting down, a counter reaches terminal count when it reaches 0.

Pulse (10265) Send a pulse to the terminal.
Toggle (10307) Toggle the state of the terminal from low to high or from high to low.

Remarks

The following table lists the characteristics of this property.

Permissionsread/write
Resettableyes
Settable while task is runningdevice-specific
Available in Run-Time Engineyes