Home Programming

Discussion

Left ArrowBack to discussions page
james77james77 Posts: 10 Apprentice
Short question, I've assigned variables using URscript.
ex)
c_1 = get_actual_tcp_pose()
c_3 = pose_add(c_1, p[1, 1, 0, 0, 0, 0])so it shows me the screenshot above.
I wanted to use those variables as one of waypoints, and below is what it shows.
I could not select any of the variables, c_1 and c_3. 

I thought defining variables using functions in script will store the values into the list of variables.
I'd like to know what happened, and how to fix it.

Best Answers

Comments

Sign In or Register to comment.
Left ArrowBack to discussions page