LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

High speed data capture

Hello,

 

I am a Labview newbie and am trying to set up a VI to collect and output data from a load cell. Ideally I'd like to collect samples every 1ms and output the data to something like a .CSV. I have an NI 9237 module. 

 

Any suggestions on where to start?

 

Thanks.

0 Kudos
Message 1 of 3
(1,372 Views)

Help -> Find examples -> Voltage - Continuous Input

 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 3
(1,369 Views)

Hi jem,

 


@jemFC212 wrote:

Ideally I'd like to collect samples every 1ms … I have an NI 9237 module. 

 

Any suggestions on where to start?


Read the datasheet of your NI9237 module! By default it does NOT support a samplerate of 1kS/s…

 

(You can set a samplerate of 2kS/s and average each pair of samples (or decimate the samples) to get your required 1kS/s samplerate.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 3
(1,366 Views)