Skip to content

UR mistake #80

Answered by visose
francescobic asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, we have the same UR10 version here at the Bartlett but have never encountered that error.
I added below the minimum code the plugin creates with one target, this should work properly. Are you using the RemoveUR component to stream the program over the network to the controller? This is the recommended way.

def Program():
  DefaultToolTcp = p[0.00000, 0.00000, 0.00000, 0.0000, 0.0000, 1.5708]
  DefaultToolWeight = 0.000
  DefaultToolCog = [0.00000, 0.00000, 0.00000]
  DefaultSpeed = 0.10000
  DefaultZone = 0.00000
  set_tcp(DefaultToolTcp)
  set_payload(DefaultToolWeight, DefaultToolCog)
  movej([0.0000, -1.5708, 0.0000, 0.0000, 0.0000, 0.0000], a=3.1416, v= 0.314, r=DefaultZone)
end

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by visose
Comment options

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

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