LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

to distinguish between two different channels from DAQ

Hello everybody I have a labview program which collects data from 3 different channels. Is there any way by which i can seperate the 3 signals in the block diagram?? Thanks in adavance for your prudent advices.. vaib
0 Kudos
Message 1 of 6
(2,885 Views)

Hi vaib,

how do you collect them? If you use the DAQ-assistant, then you can use the split signals function (you can resize it).

Mike

0 Kudos
Message 2 of 6
(2,884 Views)
Thanks for replying I am collecting signals from 3 pressure sensors and passing it to DAQ through a signal conditioner.
0 Kudos
Message 3 of 6
(2,881 Views)

Hi vaib,

do you mean like this? After the split signals function you have your three signals separate. Is it what you need?

Mike



Message Edited by MikeS81 on 06-13-2008 02:23 PM
0 Kudos
Message 4 of 6
(2,879 Views)
yeah that is it thank you for your valuable advice. I have one more question though, I want to control my data acquisition process using a physical device, i.e, if an external (physical/material circuit, which is connected in one of channels of the DAQ) is open I want data acquisition to start and when the circuit is short I want it to stop. Is there any way to do this I am attaching my vi fo you to have a look. Thanks again for your continued support Vaib
0 Kudos
Message 5 of 6
(2,873 Views)

Hi vaib,

you can use another DAQ function and configure a digital channel. You can then connect this output to the case structure. What about using DAQmx functions, did you think about it?

Mike



Message Edited by MikeS81 on 06-13-2008 05:06 PM
0 Kudos
Message 6 of 6
(2,846 Views)