Home› Programming
Discussion
Back to discussions page
Tomson
Unconfirmed Posts: 3 Apprentice
Communication between the robot and the PLC ("virtual switch") - Universal robots UR5e |
279 views
|
Answered | |
/ Most recent by matthewd92
in Programming
|
1 comment |

in Programming
Is it possible when the robot is turned on (not when the program is running) some variable, reference, marker, etc. was displayed as high and when the robot was turned off as low?. Something like a virtual "robot on" switch. I need to use such a mentioned above "switch, variable" in a PLC that supports another machine.
Tagged:
You could also use one of the fieldbus protocols (EIP or Profinet) and there are registers that contain the state of the robot so the PLC could know exactly what state the robot is in at all time, you would want to know that robot mode is running. You could also look at program mode and know what state the program is in, playing, paused, stopped, etc
You can get more information on the protocols on the UR support site.