Hi,
I'm using Labwindows CVI 6.0 FULL release and Windows 2000.
What I'm doing is that I plugged a ADC0801 to my parallel port LPT1 (using inp(LPT1_DATA); function) and I acquire data. My sample rate is estimated at 20KHz and I use a circular buffer. I have 3 threads, one that acquire, one that plots on the graph and the last one is used to manage de UI. I was using de CWGraph, but its slow. I would like to use de CWiviScope. But I don't understand how I pass my data to it. And will it be fast enough to display ?
If someone could just explain me how it works to plot on it.
Thank you,