LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graphing different channels separately

Solved!
Go to solution

I am designing a VI that acquires data from 3 different channels (voltage). The data from each of these channels is to be converted separately (defined by the user) into other quantities (say, pressure, temp and force). I am acquiring voltage data, and using formula with user-fed co-efficients to convert the data.

 

However, I want to be able to store amd graph data separately. In the above procedure, the signals from all channels are undergoing the conversion. I want each channel to undergo a specific conversion and graph and store each channel's data separately. How do I do this? Please suggest.

 

Thanks

 

Dheeraj Bharadwaj
IIT-Madras
0 Kudos
Message 1 of 6
(2,650 Views)

PFA the VI I designed so far

Dheeraj Bharadwaj
IIT-Madras
0 Kudos
Message 2 of 6
(2,647 Views)

Hi,

 

Try doing something like this..

 

Split Signals.PNG

 

Regards,

Nitzz

(Give kudos to good Answers, Mark it as a Solution if your problem is Solved;)) 

Message 3 of 6
(2,637 Views)

Thanks for the solution. However, there is one problem.

 

How do I know what signal is taken in each branch? Assuming my signals contain voltage, temp and pressure. Which branch contains each signal?

Dheeraj Bharadwaj
IIT-Madras
0 Kudos
Message 4 of 6
(2,624 Views)
Solution
Accepted by topic author dheeraj2102

Hi Dheeraj,

 

The order of the signal depends on the order of the DAQ channel you configure. I think the 0th channel(ai0) signal will be available in the top most branch which is voltage in your case.

 

You may mark it as a solution if your problem is solved so that others can also get help from the thread later on. Feel free to ask if you have anymore doubts.

 

Regards,

Nitzz

(Give kudos to good Answers, Mark it as a Solution if your problem is Solved;)) 

Message 5 of 6
(2,613 Views)

Thanks a ton 🙂

 

 

Dheeraj Bharadwaj
IIT-Madras
0 Kudos
Message 6 of 6
(2,604 Views)