01-15-2014 04:16 PM - edited 01-15-2014 04:17 PM
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
01-16-2014 05:10 PM
Hi rajcerc,
To clarify point 1, everything but your flow meter will be an analog input?
Regards,
01-21-2014 05:21 PM
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.
01-21-2014 06:35 PM
01-24-2014 11:40 AM
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
01-24-2014 11:53 AM
01-24-2014 12:06 PM
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.
01-24-2014 02:37 PM
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