How to find out if the program is running or not

Hi,

cobot is in running state whether it is executing a program or not.

Is it possible to find out if the program is running or not?

Thanks,
Sankar

There a a few ways to achieve this. Check out these threads:

I’d recommend using the RTDE interface, but you are not limited to solely this method.

I’m going to use the secondary client interface (I don’t need 500Hz updates) but I find it hard to believe that there is no api to check the robot status without using this kind of hack.
Is it true that there is no api to do it?

You could set an digital output/output boolean to “High When Not Running” in the installation tab and look at that, assuming you’re using some sort of external device like a PLC to look for it.

No, I need it in an urcap (just like the first link).

Edit: re-reading the first link I see that I can use the dashboard server (which I’m already using for other things not provided by the api) :man_facepalming: