Hello!
I now use LabWindows/CVI software and two PCI6024E to realize an oscillograph.I create two threads for each device to collect data.I use thread-safe queue between the data-collect thread and main thread.Now in my program,there are three threads.I have used RTSI bus to make two PCI6024E synchronizing collect data.My problem is how to read two data array for two thread synchronously to the main thread and plot them into one graph synchronously?
Thank you!