Home› Programming
Discussion
Back to discussions page
Val
Posts: 2 Recruit
Kill a Pop-Up with a button |
1K views
|
Answered | |
/ Most recent by matthewd92
in Programming
|
7 comments |

Hello everyone !
My name is Valentin and I'm currently working on Universal Robots in my school (I'm a student).
I would like to kill a Pop-Up with a button but I don't know if it's possible or if there is special script codes...
The concept would be easy : I just want to make a light flash and then show the pop-up I would be able to kill with the button.
Thanks in advance,
Valentin
My name is Valentin and I'm currently working on Universal Robots in my school (I'm a student).
I would like to kill a Pop-Up with a button but I don't know if it's possible or if there is special script codes...
The concept would be easy : I just want to make a light flash and then show the pop-up I would be able to kill with the button.
Thanks in advance,
Valentin
Tagged:
Best Answer
-
matthewd92 Founding Pro, Tactile Sensor Beta Testers Posts: 1,267 Handy
Here is a video showing it running on an actual robot. You can see the program in the video is actually much simpler than on the simulation.https://www.youtube.com/watch?v=bYExO_iraGA
http://www.universal-robots.com/how-tos-and-faqs/how-to/ur-how-tos/dashboard-server-port-29999-15690/
This would require your button going through another device that could connect to the server, and then send the command to close popup on button press
The event monitors either outputs, inputs or variables for certain changes. In this example the event is watching for Digital_Output[0] to go high (True) but it could be waiting for an input to go high as well.
I will try to wire this up this morning and do a real example on the actual robot for you.
Matt
I tried to program popup which asks the user to answer yes or no on presented question. When I tried to close popup and answer the question same time via push button the program stops.