I’m trying to program a URCap button that allows me to move my robot directly for a position after pressing on it without going through a Tree program.
so if I had good understood : I must do as below :
send my program to a socket the secondary for example (open the socket) and check if it works well
create a Stream for Data
Send my URScript(create Script)
close the Socket
thank you in advance
can anyone help me to understand the operation better?
Hello,
I HAVE ONE OTHER QUESTION !!
is it possible to run the URScript directly without going through the program node?
what I mean if it is Possible when I press on my Button (the URCap that I had already created) to get the desired move without gointg through a node(I press on my URCap then the Robot moves to the desired position)