DAQmx Real Time VIs and Function

DAQmx - Data Acquisition VIs and Functions

DAQmx Real Time VIs and Function

Owning Palette: DAQmx - Data Acquisition VIs and Functions

Use the DAQmx Real Time VIs and function to configure and perform real-time operations.

Palette Object Description
DAQmx Real-Time Property Node A Property Node with the DAQmx Real-Time class preselected. Right-click the Property Node and choose Select Filter from the shortcut menu to make the Property Node show only the properties supported by a particular device installed in the system or supported by all the devices installed in the system.
DAQmx Wait For Next Sample Clock Waits until the next pulse of the Sample Clock occurs. If an extra Sample Clock pulse occurs between calls to this VI, the second call returns an error or warning and waits for the next Sample Clock pulse. Use the Convert Late Errors to Warnings DAQmx Real-Time property to specify whether this VI returns errors or warnings. If that property is TRUE, any warnings this VI returns do not include the source string.

Use this VI to ensure I/O cycles complete within Sample Clock periods. National Instruments recommends you use this VI for certain applications only.