Hi,
I am trying to understand what the precise meaning of the value returned by programState
, especially as it compares to what running
returns when queried on the dashboard server.
I suspected that maybe running
returns true iff programState == "PLAYING"
but this seems to be false. In particular when I send a urscript running
returns true while programState
returns “STOPPED”. On the pendant the program (unnamed) clearly shows a status of RUNNING.
Relevant documentation: https://s3-eu-west-1.amazonaws.com/ur-support-site/42728/DashboardServer_e-Series.pdf (this is for UR5e).
Any help appreciated