Solution
The programming method used in LabVIEW strongly affects the behavior of the device. DAQmx VIs in LabVIEW help you to program the hardware in various ways. At the first sight, the code can be more complicated than using the DAQ assistant VIs, but these functions give more functionality to meet the requirements of your task.
The best way to use DAQmx VIs if there are no specific tasks is the classical DAQ programming method.
You can find many examples in LabVIEW's shipping example list for a variety of tasks. These examples help to easily understand the right Software configuration method of your device to make the acquisition more correct and avoid delays in measuring data.
To find an example for acquiring Temperature data you can open the
NI Example finder by going to
Help >> Find Examples.
In the opened menu select
Browse according to: Task and find the needed example for acquiring Temperature data by following these steps
Hardware Input and Output >> DAQmx >> Analog Input >> Thermocouple - Continous Input
This example uses the classical method of using the DAQmx VIs to acquire Analog Input Temperature data. It can be easily modified according to a specific task and prevents delays in the acquisition of data.