05-31-2022 09:34 AM
I am having a problem with my program, i am using a ni 9162 device to acquire data from a loadcell, but i am getting too much data, and i woud like to slow it down, because the program is stopping on its own, because it cant keep up, any ideas how to fix, Thanks.
05-31-2022 09:57 AM
correction, the device in use is a ni 9237, my mistake
05-31-2022 11:35 AM
Hi Pedro, please share your code for ideas on how to fix it.
05-31-2022 11:37 AM
The error means that the code that "you implemented or use" to capture the data is not implemented efficiently to read all the available data from the hardware sampling rate. In order to help you solve the issue, please share the code you used (preferably in LV 2016).
If you're using DAQ Assistant, you right away have an answer, please ditch the DAQ Assistant, learn and use DAQmx drivers to implement a better, efficient code.