03-19-2019 08:43 AM
Hi to everyone,
I´m trying to acquire different signals:
- 4 Accelerometers at 10 000 Hz connect to NI 9234
- Current and Voltage signal at 10 000 Hz connect to NI 9215
- 7 Temperature at 1 Hz connect to NI 9213
All connected to NI cDAQ-9174
for one hour.
I have some problems because even if I have created two loops and used queues to speed up the process, I´m not able to acquire the signals for more than 5 minutes. After that the VI stops due to errors like this one:
"Multi Channel Acquisition.vi<append>
<B>Property: </B>RelativeTo
<B>Corresponding Value: </B>Current Read Position
<B>Property: </B>Offset
<B>Corresponding Value: </B>0
<B>Task Name: </B>_unnamedTask<B>"
How can I optimize my code to work better?
03-19-2019 08:53 AM - edited 03-19-2019 08:55 AM