NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Task Events

Task Events

Task Events

The Task type exposes the following members.

Events

  NameDescription
Public eventCounterOutput
Occurs when any of the counters used in the task reaches its terminal count.
Public eventDigitalChangeDetection
Occurs when a digital change is detected on any of the digital lines used in the task.
Public eventDone
Occurs when the task completes.
Public eventEveryNSamplesRead
Occurs when N number of samples per channel, as defined by EveryNSamplesReadEventInterval, is written from the device to the PC buffer.
Public eventEveryNSamplesWritten
Occurs when N number of samples per channel, as defined by EveryNSamplesWrittenEventInterval, have been written from the PC buffer to the device.
Public eventSampleClock
Occurs on each pulse of the task's sample clock.
Public eventSampleComplete
Occurs when each sample is acquired into the NI-DAQmx driver buffer and is ready for reading.
Top

See Also

In This Section
Was this information helpful?