jbm
November 28, 2018, 8:00am
4
Since the release of SDK 1.4, naming of waypoints are now supported.
Dear Developers,
Universal Robots has just released PolyScope 3.7.0 for CB3, and PolyScope 5.1.0 for e-Series.
This is followed by a new URCaps SDK - 1.4.4, which contains API 1.4.0.
New features
This is a minor release, which include a number of new features in respect to the URCaps API;
URCaps API:
Provided support for naming Waypoint nodes:
See the new ‘createWaypointNode(String)’ method provided by the ‘ProgramNodeFactory’ API interface in the ‘program’ domain Java package.
Introduc…
The name of a URCap node in the program tree is always refelected by the String returned by “getTitle()” in the Contribution.
In order for a parent node to be able to rename the program node, you should consider a CustomAPI.
URCap CustomAPI
Description of functionality:
This example demonstrated the usage of the URCap CustomAPI interface.
Allowing a parent node to configure the configuration of its child node.
In this example, this is covered by allowing the parent node to define the color of the child node.
What topics are covered:
Proprietary API, Custom API, parent node, child node, interfaces
Find it on Github!
Requirements:
URCaps API 1.3 (Swing)
1 Like