Hi,
I'm using CVI 6.0 FULL and Windows 2000
I have some troubles to find the best end efficient way to acquire, manage and display the values on a graph.
Here is the problem, I receive data from a MCU (Cygnal F020) the data is acquired 500Kps, and I want to send it via serial Rs232 115200 bps to my PC, I know that I need a circular buffer, but I can't find the formula to calculate the exact minimum size to ensure a safe data transfer without over writing my buffer.
Then what would be the fastest method to display my data on a graph so I can have a virtual scope effect. Should I plot it by 1000 data values or 1 value at a time ? if someone have done something similar that could help me I will appreciate.
Should I u
se ActiveX graph or the normal graph ?
Thank you,