This is a issue of variable scoping, but I'm not a heavy user of the variables tab. If you put global in front of the script assignment it will in the variables tab, but still not be an option in the move command.
If you use the "Assignment" (under advanced) it will appear in the variables tab and be a choice for the move. Another option is to run a script file and put all your logic in there.
textmsg puts messages in the Log tab.
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.