Posts: 28
Threads: 17
Joined: Mar 2021
Reputation:
0
Is there a way to check if a program has started running or has stopped because of user or because of collision?
Posts: 3,578
Threads: 2
Joined: Apr 2018
Reputation:
167
This is currently not possible to know the reason why a program stopped.
On the other hand, you'll get a raised exception with an error message when you are moving the robot directly from the API (such as using MoveJ and MoveL commands).