05-17-2015 12:53 PM - edited 05-17-2015 12:55 PM
Hello everyone,
I am new in this forum and alson in labview.I have a flowmeter sensor, I made cable connections bewteen the sensor and DAQ(NI-USB 6229) The question is what am i supposed to do to read the data on sensor.I just want to measure read the flowmeter sensor and dont know how to construct the labview diagram.I searched on net and learned that I have to do something with counters to convert square signal to a grapgh.and also I searched some codes about it but there must be an easy way to do this it ooks too complicated.In attachment I am sending the vi file.
Can you please help me because I have limited time..
Thanks in advance.
05-17-2015 01:17 PM
Why did you attach a VI that writes out an analog output rather than a VI that actually reads in a signal?
What type of signal is the flowmeter putting out?
Did you look in LabVIEW help? There are dozens of examples there for reading different signals using DAQmx.
05-17-2015 01:34 PM
I know i have to do it with a digital output but because i am new in labview and dont know the types of codes which generates analog or digital.Tehn our solution is easy i think with a digital output.The sensor is giving square wave.But firstly i have to consruct the labview code for it.
05-17-2015 01:40 PM
You don't want to generate a digital output. You want to READ a digital input.
05-17-2015 01:42 PM - edited 05-17-2015 01:44 PM
Ok then what am i supposed to do in front panel or block diagram could you please tell me?
05-17-2015 01:48 PM
05-17-2015 01:50 PM
thank you, i will try it.if i cannot not progress will write again
05-17-2015 01:55 PM
Checking for examples in help? What a novel idea! If only someone had suggested that back in message #2.
05-17-2015 02:03 PM
I was in a rush and suppossed you wrote me last comment thank you also at least i know what to do.