From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multi channel data acquisition and save

Hi

I have an measurement plan which I am trying to implement step by step. Till now using the forum and tutorials I am able to get single channel data and save it to a file. I am stuck at multichannel and related save options.

I am trying to achive is

The module with current input 4-20 mA is connected to humidity , temperature, wattmeter, and a flow rate meter all with current output. The daq assistant allow me to select multiple channel but after this step how to achive:-

1 have different frequency of data logging as flow rate is pulse output and rest is not. I plan to record every reading after 10 sec and being pulse i need to record flow cummulatively.

2. save  multichannel output to a single file with custom header and timestamp with dates.

3. I want this to run unattended and also alert for any error on the data sensor.

 

Thanks

Download All
0 Kudos
Message 1 of 8
(3,857 Views)

Hi rajcerc,

 

To clarify point 1, everything but your flow meter will be an analog input?

 

Regards,

Joel I.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 8
(3,778 Views)

Yes, I have multiple sensors connected to my module all with analog current Input to the logger. I can get single channel input into waveform of eben write a file, however, I am struggling with multi channel. Also to add to to this I will have a pulse output flow meter to be configured to this.

0 Kudos
Message 3 of 8
(3,707 Views)
I don't understand the struggle. When you start the assistant, there are instructions on how to select multiple channels. After the assistant is created with a single channel, you just have to click the Add button.
0 Kudos
Message 4 of 8
(3,693 Views)

Thanks, I can get the multiple channel into the DAQ, The requirement being that I have to hook up a pulse sensor for flow measurement which need continuous recording and rest of the measurement are at constant intervals. I don't know how can I get the two data point simultaneously as DAQassistant has only one option of data capture for all channels. I read somewhere that we should not use multiple DAQass as they will fight for common resource. Keeping that as one need.

2) to save data continuously with appending to file like lmv format.

I am a starter so relying of examples but did not find anything very useful on these lines.

Thanks

0 Kudos
Message 5 of 8
(3,645 Views)
If you want to sample at a higher rate for one channel, you sample all channels at that higher rate and discard the extraneous ones. There is a decimate function that is handy for that.
0 Kudos
Message 6 of 8
(3,636 Views)

What about the Pulse counter with module that have 8 current and 8 voltage inputs. If I pulses get 4 per ft3 of gas consumption and the consumption is dynamic with the load hence the frequency keep changing. What detecter block will be required to capture the pulse with time stamp. I believe I will have to save the two data separately as their time stamps will not coincide. I am working on the VI as suggested above and post it if required.

0 Kudos
Message 7 of 8
(3,631 Views)

I worked this far getting multiple input and saving to one file following few examples. I still dont see any data being saved on the lvm file. Am I missing something.

 

See code attached

0 Kudos
Message 8 of 8
(3,616 Views)