Hi,
I'm using labwindows CVI 6.0 FULL release and WIN2000.
My project is simple, I have two threads, the first thread is used to handle all my UI and the CWGraph for plotting my data. The second thread, is only used to acquire DATA from the parallel port from a ADC0801, I'm doing it as fast as possible without any delay. But how can I past my data to my other thread in a safeway without loosing data. Because I figure that I'm acquiring much faster than I can really display it. Somebody told me about the concept of circular buffer, but how do you implement it in CVI, is there a better way to do it ?
Thank you,