12-11-2017 11:59 PM
Hello, i am working on the I-V curve tracer for 3 different PV modules and i am using the ethernet chassis CDAQ-9184 with submodule NI 9205 to acquire the signals from 3 voltage sensors and 3 current sensors on pcbs. I am using LabVIEW for the coding and i wanted to know how can i acquire the signals simultaneously from one hardware and plot the I-V curves on the same graph. Is it possible to do so?
Thank you.
12-12-2017 03:07 AM
Yes, that is rather simple. In this case i'd suggest using NI-max to create a NI-DAQmx Task which samples 6 AI ports. That way you can run and test it in MAX and use that Task in the code.
/Y
12-12-2017 03:07 AM
Hi kishan,
yes, you can do it…
i wanted to know how can i acquire the signals simultaneously from one hardware and plot the I-V curves on the same graph.
LabVIEW comes with a huge library of example VI, a lot of them explain various DAQmx features!
There are also example VIs explaining how to read more than one analog input and display the results in a graph…
12-12-2017
06:30 AM
- last edited on
11-29-2024
09:44 AM
by
Content Cleaner
kishan1994 wrote: I am using LabVIEW for the coding and i wanted to know how can i acquire the signals simultaneously from one hardware and plot the I-V curves on the same graph. Is it possible to do so?
Just add all of the channels you want to your AI task. It will work find as long as you stay within the same cDAQ chassis.
You might want to read up on some DAQmx functions: Learn 10 Functions in NI-DAQmx and Handle 80 Percent of Your Data Acquisition Applications
12-12-2017 09:23 AM
Why did you make another new thread?
You are already asking the same question in this thread.Acquiring six input signals and output three signals simultaneously
Please stick with your original thread so that people don't take time explaining the same things you've already been given responses to.
12-12-2017 10:34 AM
Thank you all. i will try to do the work that some of you gave me. If ever there is problem, i will revert back to you and sorry for another thread. It was my mistake creating another one.