09-10-2021 08:23 AM
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.
09-10-2021 08:31 AM
Help -> Find examples -> Voltage - Continuous Input
09-10-2021 08:37 AM
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.)