Hello, I’m working with a UR10e robot and would like to add external start and stop buttons, so I can run and stop the program without using the teach pendant. I’ve managed to get the start button to work in remote control mode, but in that mode, I can’t put the robot into freedrive to move it manually when needed.**
**Is it possible to make the external buttons work while the robot is in either manual or automatic mode? I’m using PolyScope version 5.21.3.
I don’t think you can start the robot program with that feature without having the robot in Remote mode.
Would it work for you to implement the start and stop as a part of your program and have your program run constantly instead? Then you can add a third button (or rotary switch) to enable freedrive within your program with a script.
I’ve done this a few times and it works well.
I like the rotary switch for freedrive. I know you can’t use the IO freedrive input while in remote mode, but do you know if using the script command to turn it on works while in remote? That’d make for a pretty slick workaround.