Skip to content

Using a message from the UR5 Pendant to pause the programme #113

Answered by robin-gdwl
vsardenberg asked this question in Q&A
Discussion options

You must be logged in to vote

@vsardenberg this is easily possible with the Robots-Plugin
For UR-robots you can add a Custom Command with a popup command that blocks the robot until you press continue on the pendant.
Check the UR-script reference under "popup" (page 35) for more information.

This is how you add it in grasshopper using this plug-in:

This should be what you are looking for.
Alternatively you could also use a wait for Digital Input with a button wired to the robot:

  • add the waitDI after the desired move in Grasshopper
  • when the robot reaches this point it will stop and wait until the button connected to the digital input is activated

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by visose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #56 on December 02, 2021 21:24.