I am currently using a waveform chart to plot 4 different plots, each with it's own axis. The data for the chart is being generated by a while loop, which is gathering data from two different GPIB devices. The reason I use a chart is because I need to see the plotting being done real time. The problem is, I have no way of knowing how fast the while loop is running (or will be running), and thus no way to set an x-scale multiplier that provides accurate time. Is there a way around this? I would use the waveform data type, as it includes timing information, but that requires me to limit how fast the while loop can run, and I need it to be running as fast as possible, and also from what I understand, doesn't support multiple plots. Thanks for any help!
Geoff