Hello,
I have a large amount of robot Programs on the Pendant.
I would like to get them onto my computer as a UR-script file.
Is it possible to do this programmatically with a Network interface? Basically sending the entire script to the PC after being prompted (for example via TCP/IP).
Is it necessary to access the robot via SSH for this or can this be done on a different interface?
The use-case is this:
I have multiple UR-Robots that all execute the same program. I only make changes to the program on one robot. Currently, the programs are transferred manually to the other robots. This is prone to errors and labor intensive.
How do I automate this most effectively?
Thank you in advance