-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a section for usage hints #27
Conversation
jontje
commented
Nov 28, 2018
- Added brief descriptions of the library's primary classes.
- Added references to an optional RobotWare Add-In called StateMachine Add-In.
I forgot to mention that this PR is related to issue #17 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok. I've added some minor wording suggestions.
|
||
 | ||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you have a specific reason for converting this to PNG?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The .svg looked good in Chrome, Edge and Explorer but then I used Firefox and it was not showing the greyed out sections correctly.
@@ -41,11 +42,43 @@ This library is intended to be used with the UDP variant of EGM, and it supports | |||
|
|||
### Recommendations | |||
|
|||
* This library has been verified to work with RobotWare `6.06.01`. Other version are expected to work, but this cannot be guaranteed at the moment. | |||
* This library has been verified to work with RobotWare `6.06.01`. Other versions are expected to work, but this cannot be guaranteed at the moment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know we already do in some places, but it might be good to repeat the "don't use 6.07 with this library"-warning here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will add the warning
|
||
### [Optional] StateMachine Add-In | ||
|
||
The purpose of the RobotWare Add-In is to *ease the setup* of ABB robot controllers. It is made for both *real physical controllers* and *virtual controllers* simulated in RobotStudio. If the Add-In is selected during a RobotWare system installation, then the Add-In will load several RAPID modules and system configurations based on the system specifications (e.g. number of robots and present options). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And then what? What does it actually make easier? From this description it sounds like it "just" installs some files.
I seem to remember it actually also configures things for you. Perhaps clarify this a bit by adding a sentence that better describes what sort of work the add-in does which the user doesn't need to do any more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, yes, I will clarify that it makes up a ready-to-run RAPID program, which is also customizable. The intention is to use the Add-In together with external system that want to interact with the robot in some way. For example, the external system could contain all the decision making and it wants to use the robot as a “worker resource”.
It takes about 10-20 minutes to install a new robot system, and if the Add-In is included, then it should just be to connect the external system to the robot.
Co-Authored-By: jontje <[email protected]>
Co-Authored-By: jontje <[email protected]>
Co-Authored-By: jontje <[email protected]>
Co-Authored-By: jontje <[email protected]>
Co-Authored-By: jontje <[email protected]>
Co-Authored-By: jontje <[email protected]>
Co-Authored-By: jontje <[email protected]>
Co-Authored-By: jontje <[email protected]>
Co-Authored-By: jontje <[email protected]>
Co-Authored-By: jontje <[email protected]>
Co-Authored-By: jontje <[email protected]>
Co-Authored-By: jontje <[email protected]>
Co-Authored-By: jontje <[email protected]>
Co-Authored-By: jontje <[email protected]>
@gavanderhoorn, thanks for the review, and I think I have addressed all your comments now. |
Looks ok like this. Thanks for iterating 👍 Feel free to merge. |