Home› Integration
Discussion
Back to discussions page
Sebastien
Posts: 219 Handy
Robot interface on an external display |
141 views
|
Answered | |
/ Most recent by matthewd92
in Integration
|
6 comments |
in Integration
Hi Pros,
just wondering what people do when designing an interface for a UR robot? Do you guys use PLC with their HMI features or any of you programming caps or any other way to do this. What we usually show on interfaces are production status or request to the operator. We need something that would be more real time than insight. For example the robot scans a barcode on a part and we want to display the part number on the interface.
@matthewd92 what do you use?
just wondering what people do when designing an interface for a UR robot? Do you guys use PLC with their HMI features or any of you programming caps or any other way to do this. What we usually show on interfaces are production status or request to the operator. We need something that would be more real time than insight. For example the robot scans a barcode on a part and we want to display the part number on the interface.
@matthewd92 what do you use?
If all you want to do is display the value of a variable and no text you can use the popup script function. Download the script manual from UR, here, and look for popup.
If the value of variable1 is 100, I want the popup to display the value is: 100
Ideas on syntax?