https://github.com/universalrobots/tooliocontrolswing
Demonstrates how to request and configure Tool IO exclusively from URCap
https://github.com/universalrobots/tooliocontrolswing
urcaps
Last synced: 14 days ago
JSON representation
Demonstrates how to request and configure Tool IO exclusively from URCap
- Host: GitHub
- URL: https://github.com/universalrobots/tooliocontrolswing
- Owner: UniversalRobots
- License: apache-2.0
- Created: 2019-06-14T13:20:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T13:10:36.000Z (over 1 year ago)
- Last Synced: 2024-01-18T16:21:28.261Z (over 1 year ago)
- Topics: urcaps
- Language: Java
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ToolIOControlSwing
Tool I/O Control Swing demonstrates how to work with the resource model and request exclusive control of the Tool I/O Interface through the URCap API. It also demonstrates how to check, if a specific capability is available on the underlying robot system (in this case the Tool Communication Interface and Tool Output Mode features).For further details about resource control, please see the separate Resource Control document. The concept of system capabilities and checking their availability is described in the separate Capabilities document.
Information:
* Available from:
* URCap API version 1.7.0.
* PolyScope version 3.10.0/5.4.0.Main API interfaces: ResourceModel, ControllableResourceModel, ToolIOInterfaceController, ToolIOInterface, ToolIOInterfaceControllable, CapabilityManager.