Mode:
Duration:
1
Coding works best on desktop or with an external keyboard.
Coding works best on desktop or with an external keyboard.
A URCap snippet adding a custom button to PolyScope that inserts a command into the robot program.
public void buildUI(ContributionProvider provider) {
UIButton button = provider.createButton("Open Gripper");
button.setActionListener(event -> programModel.addCommand("set_digital_out(0, True)"));
}UR+ Modules are certified hardware and software add-ons for Universal Robots (UR) cobots. They are designed to integrate seamlessly with UR robots, extending functionality for automation tasks such as vision, grippers, sensors, and specialized end-effectors.
Origin & Creator
Developed by Universal Robots and partner ecosystem, UR+ Modules standardize hardware and software extensions for collaborative robots, aiming for fast, reliable deployment in industrial environments.
Industrial Note
Crucial for collaborative robotics applications in assembly, packaging, pick-and-place, quality inspection, and material handling where integration speed and safety compliance are critical.