06-14-2011 05:30 AM
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
Solved! Go to Solution.
06-14-2011 05:34 AM
PFA the VI I designed so far
06-14-2011 06:22 AM
Hi,
Try doing something like this..
Regards,
Nitzz
(Give kudos to good Answers, Mark it as a Solution if your problem is Solved;))
06-14-2011 10:14 PM
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?
06-15-2011 12:38 AM
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;))
06-15-2011 04:17 AM
Thanks a ton 🙂