LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Downsample data acquired

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.

0 Kudos
Message 1 of 4
(875 Views)

correction, the device in use is a ni 9237, my mistake

0 Kudos
Message 2 of 4
(869 Views)

Hi Pedro, please share your code for ideas on how to fix it.

 

 

0 Kudos
Message 3 of 4
(842 Views)

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.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 4 of 4
(840 Views)