LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

separating Data

Is there a way to separate data when using multiple channels?  I am running a thermocouple set-up and I want to run 5 channels with their own mean averages, is this possible?  Can I connect tasks to certaib physical channels?  Thanks.
0 Kudos
Message 1 of 5
(2,996 Views)
Of course this is possible. All you need is the Split Signal function.
0 Kudos
Message 2 of 5
(2,989 Views)
I know I sound stupid, but how do I connect the Split Signal function to the physical channels?  Do I connect it after my create channel vi?
0 Kudos
Message 3 of 5
(2,980 Views)

You've got a merge signal and not a split signal and you would connect it to the signal output. That means, that you connect it where you have that merge signal. Since you are acquiring an array of waveforms, the other way to do is to put a single Index Array function on the output. Look at the cleaned up version below.

Message Edited by Dennis Knutson on 07-06-2007 09:43 AM

Message 4 of 5
(2,974 Views)
Great, I really appreciate it!  Have a good one.
0 Kudos
Message 5 of 5
(2,965 Views)