Skip to content
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

Function to create a dialog box with buttons on Teach Pendant #13

Open
yck011522 opened this issue Apr 1, 2021 · 0 comments
Open

Function to create a dialog box with buttons on Teach Pendant #13

yck011522 opened this issue Apr 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@yck011522
Copy link

Summary

As a user who execute robotic code, I want to program an operator stop and ask user to confirm on the Teach Pendant so that I do not have to constantly run back and forth between my code window and Teach Pendant.

Details

Describe the feature and the current behavior/state
I want to create dialog box on the Teach Pendant. With 2 to 3 buttons. The command should block the robot motion, wait for user to press a button, return the result.

Describe alternatives you've considered
At the moment, if I want to have an operator confirm an action, I program an rrc.Stop() and the only interaction I can perform is to press the Play again to continue. Anything more complex than that I have to do this in command line and I have to jump back and forth between TP and command line. And while my left hand holds down the TP switch and the TP isn't wireless, this is a pain point.

Will this change the current API? How?
It is a new feature so it is probably Backward compatible.

Are you willing to contribute it?
No

@gonzalocasas gonzalocasas added the enhancement New feature or request label Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants