Task Events
- Updated2023-02-21
- 2 minute(s) read
Task Events
The Task type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | CounterOutput | Occurs when any of the counters used in the task reaches its terminal count. |
![]() | DigitalChangeDetection | Occurs when a digital change is detected on any of the digital lines used in the task. |
![]() | Done | Occurs when the task completes. |
![]() | EveryNSamplesRead | Occurs when N number of samples per channel, as defined by EveryNSamplesReadEventInterval, is written from the device to the PC buffer. |
![]() | EveryNSamplesWritten | Occurs when N number of samples per channel, as defined by EveryNSamplesWrittenEventInterval, have been written from the PC buffer to the device. |
![]() | SampleClock | Occurs on each pulse of the task's sample clock. |
![]() | SampleComplete | Occurs when each sample is acquired into the NI-DAQmx driver buffer and is ready for reading. |