09-24-2013 01:26 AM - edited 09-24-2013 01:51 AM
Hi,
I am new to LabView Programming. I am currently using LabView 8.6. As you can see in the attached files, I've written some codes to synchronize X and Y axes movement of two T-Cube DC Servo Controllers using LabView programming. I am now trying to plot some data of Move_Absolute_Position on XY Graph in LabView. After I've made some movement of motor positions, the graph only plot for the current position and erase the previous data. Is there a way to plot all data on the graph? If you could give some examples, I would appreciate it.
Best Regards,
Jack
Solved! Go to Solution.
09-24-2013 01:31 AM - edited 09-24-2013 01:34 AM
@JackBrown wrote:
...As you can see in the attached files,...
There are no attached files.
To plot an xy history, easiest would be to use the "build xy graph express VI" and configure it not to erase data between calls. You get that express VI if you place the xy graph found in the express palette on the front panel.
09-24-2013 01:55 AM
Sorry!