Determines the number of digital samples to acquire or generate using digital handshaking between the device and a peripheral device.
task in is the name of the task that the operation applies.
error in describes error conditions that occur before this node runs. This input provides standard 'error in' functionality.
sample mode specifies if the task acquires, or generates samples continuously, or if it acquires or generates a finite number of samples.
Name | Description |
---|---|
Continuous Samples |
Acquire or generate samples until DAQmx Stop Task runs. |
Finite Samples |
Acquire or generate a finite number of samples. |
Hardware Timed Single Point |
Acquire or generate samples continuously using hardware timing without a buffer. Hardware timed single point sample mode is supported only for the sample clock and change detection timing types. |
samples per channel specifies the number of samples to acquire, or generate for each channel in the task, if sample mode is Finite Samples. If sample mode is Continuous Samples, NI-DAQmx uses this value to determine the buffer size. This node returns an error if the specified value is negative.
task out is a reference to the task after this node runs.
error out contains error information. If error in indicates that an error occurred before this node ran, error out contains the same error information. Otherwise, error out describes the error status that this node produces.
Where This Node Can Run:
Desktop OS: Windows
FPGA: LabVIEW NXG does not support FPGA devices
Web Server: Not supported in VIs that run in a web application