05-07-2025 02:59 AM
Hello everyone,
I am working for the first time in labview and for my project I use two different cards : an USB 6361 for voltage output and input, and an NI 9217 to mesure the temperature.
I want to generate one short voltage pulse of 2ms and to acquire at the same time another voltage with the USB 6361. I have build a first program that is working but when i look at the files created, the timing resolution is too big : we have approximately 2.5 ms when I need 0.5ms at least. I have seen many example with the DAQmx timing vi to select the number of samples and the rate but I have an error each time I try to implement it. Do anyone has an idea to help me ?
Thank you in advance
Baptiste
05-07-2025 03:41 AM
Please save the VI in a older version of LabVIEW (2021 should be enough to allow most people to view it)
05-07-2025 04:13 AM
Here you go ! Normally it is on 2021 version
05-07-2025 07:01 AM
There are a lot of things you can work on. As starting point:
05-07-2025 07:48 AM
You should use sample clock timing. Refer toSynchronize Correlated Digital Output with Analog Input Using NI-DAQmx and replace the Digital task with Analog Task.