Hi Folks,
I have a data acquisition program running in a loop. It measures load and position for a hydraulic ram. I can graph load and position versus time on graphs in real time. However, I am unable to graph load versus position in real time, and I am stuck!
I've looked at the documentation and can't figure out how to do this. I am writing this data to a file each iteration of the while loop. Maybe I can read that file and graph it each iteration, but this seems like it would take too much time.
What I need is a graph that is persistent and can live inside the While loop, like those that graph waveforms. I need to graph load versus position. Any suggestions?