Dear you all, dear UR team,
during a script, if you activate the teach_mode mode on the robot, then you cannot call a movement command (such has movej). I search and found no way for a remote computer supervising / controlling the robot (with dashboard) to know if the robot is currently under teach_mode or not. Can you help me ?
Best Regards
Boris
remark : your annoncement V5.6
says “New Dashboard server commands, including support for reading local/remote control mode, or operational mode.”
But looking at Dashboard documentation I did not found what I was looking for.
Hi,
yes these are the new dashboard commands, but nothing to know if the teach_mode (freedrive) is active or not.
Does anyone have an answer ?
Ho yes there is control mode “CONTROL_MODE_TEACH”. I guess this is the correct one to use. But we have to use the RTDE … Allright we will try then. Thanks for the solution.
with RTDE you could check controller output:
robot_status_bits
Bits 0-3: Is power on | Is program running | Is teach button pressed | Is power button pressed
Hi, can you also tell me if/how I can use robot_status_bits in Python code, please?
Hi, thanks a lot for the clarification!
Can you be so kind as to give an example of how to retrieve robot_mode vie Python code?
