Trying to plot a continuous graph of data coming via a PCI-6221 DAQ card. I have set up my task and I am able to get a single "snapshot" of the data to plot but this is not what I want. I think what I need to do is to convert the "acquired data" variable as shown here...
Dim acquiredData() As NationalInstruments.AnalogWaveform(Of Double) = DaqTaskComponent1.Read
...to an array whose values I can use? The problem is I'm not familiar with the data type?
Can anyone advise???