Log in

View Full Version : Autonomous Problem saving power values


3p1c w1n
15-02-2011, 18:32
When opening the Autonomous vi front panel by default all the values are negative. I change them to positive values and run the program on the robot and it works flawlessly. Then I attempt to save it, but it always goes back to the negative. How do you change and save those values?

Joe Ross
15-02-2011, 18:33
When opening the Autonomous vi front panel by default all the values are negative. I change them to positive values and run the program on the robot and it works flawlessly. Then I attempt to save it, but it always goes back to the negative. How do you change and save those values?

After you've entered the new value, right-click on the control, select data operations then select make current value default.

EricVanWyk
15-02-2011, 18:34
To save all the front panel values, click "Edit -> Make Current Values Default"

To save only one of the front panel values, right click on it and go "Data Operations -> Make Current Value Default"

3p1c w1n
15-02-2011, 19:06
Thank you!!