Update Using the CyDAQ User Interface - Removed "Save Step" reference authored by Wyatt Duberstein's avatar Wyatt Duberstein
......@@ -66,8 +66,6 @@ The balance beam has a few constants that are set for how the balance beam is su
The ball will be set on the balance beam at the set point. The default is 0, which is the center of the balance beam. You can set it to anything that is reachable on the balance beam, or else the balance beam will just send the ball to one side and not move. You can send the new set point by clicking "Send Set Point."
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.
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.
......
......