Hi
I am using C#. I acquired data for a specific configuration of Virtual channel input and stored in a public array named data[,].I used one of the example code:ContAcqVoltageSamples_IntClkwGr..
I wanted to access and plot the data to a WaveformGraph control(PlotYAppend) placed in another form as well I need to process the signal data. But I can't access the data[,] array from the other forms. For information, I need to acquire the data at the same time, i.e. the plots should be real.
I will appreciate any help in this regard.
thanks
Rahul