@@ -40,8 +40,7 @@ This page can be used to plot sample data on a graph. You can plot it instantly
First, you entire a file name by either clicking the button or typing in a file path. Then, you can choose between a scatter plot or a line plot. Next, you can choose the graphing speed delay by using the slider, setting it to 0 for zero delay (as fast as python can plot the data) or up to 100ms between plotting per delay. Then you can start the plotting with the "Start" button, and if you're "streaming" it, you can pause/unpause the graph with the pause button. At any time, you can clear the graph and plot another file.
@@ -69,7 +68,7 @@ The ball will be set on the balance beam at the set point. The default is 0, whi
Save Step does nothing because we didn't know what it was originally meant to do, and neither did Matt.
Save Plot Data is a feature that let's you save the plotting data into a matlab or csv file. There is currently a semi-working function for this, but the original idea was to have the GUI save the temp data in a file in the C:\Temp\ directory and then copy over the file whenever, because holding that data in memory can be a problem given enough time. Most of the code is implemented for this (the `copyTempFile` method), but we couldn't get it working at all.
Save Plot Data is a feature that let's you save the plotting data into a matlab or csv file. There is currently a semi-working function for this, but the original idea was to have the GUI save the temp data in a file in the C:\\Temp\\ directory and then copy over the file whenever, because holding that data in memory can be a problem given enough time. Most of the code is implemented for this (the `copyTempFile` method), but we couldn't get it working at all.
Offset +/- buttons allow for the calibration of the ball on the balance beam, by moving the ball set a little bit up or down the beam depending on which button you click.