-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated documentation to add GUI instructions
- Loading branch information
Showing
5 changed files
with
62 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
.. _gui: | ||
|
||
.. |up| unicode:: U+25B2 .. UP | ||
.. |dn| unicode:: U+25BC .. DOWN | ||
.. |x| unicode:: U+274C .. X | ||
|
||
|
||
========== | ||
Run a Test | ||
========== | ||
|
||
|
||
Lets walk through the easy way to build and run tests. | ||
|
||
|
||
.. contents:: Contents: | ||
:local: | ||
:depth: 1 | ||
|
||
|
||
|
||
|
||
Startup | ||
_______ | ||
|
||
1. Bringup the robot | ||
a. *(Teach Pendant)* Turn on the robot, get into _manual_ mode, then load the "EXTERNAL_CONTROL.urp" program. | ||
b. *(Teach Pendant)* Start the robot (tap the small red dot on the bottom left corner) | ||
|
||
2. Start Armstron | ||
a. *(Host Computer)* Choose “Armstron” from your application menu (Super + A). | ||
b. *(Teach Pendant)* Run the "EXTERNAL_CONTROL.urp" program. | ||
|
||
|
||
Build a Test Profile | ||
___________________ | ||
|
||
1. Click the "Load" button and choose an existing profile | ||
2. Use the |up| or |dn| buttons to move a step up or down | ||
3. Use the |x| button to remove a step | ||
4. Add a step to with the "add step" buttons. | ||
|
||
|
||
Run a Test | ||
__________ | ||
|
||
1. Choose where to save data. | ||
2. Run a test using the "Run Test" button. | ||
3. Abort a test using the "STOP" button. *Note: Data is saved continuously during tests, so your data is safe even if a test gets aborted.* | ||
|
||
|
||
.. note:: | ||
Pictures of the GUI in action are coming soon! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters