11-01-2019 03:10 PM
Hi
I am using the Analog 1D Wfm NChannal N Sample mode of the DAQmx Read.vi to collect voltage data. There are 4 physical channels used so I am assuming that there should be 4 wfms as results. However, I wonder why there are 8 sets of data displayed in the waveform chart.
Take care
Huang
11-01-2019 03:17 PM
It might have to do with the task you have wired in: "MyVoltageTask_trial". I would try deleting that and leaving the input empty. Or it might have to do with how you are graphing it.
11-02-2019 10:39 AM
A couple of points:
Bob Schor
11-02-2019 11:00 AM
The task name wired in is almost certainly the problem.
With DAQmx, you can string several Creates together adding channels with each one. Each create just adds channels to the task that is already coming into it at the top left. In this specific case, what is coming into that single Create is the task name which probably has 4 channels already defined in it. So this VI is adding 4 more channels to the 4 already defined in the task.