Interface | Description |
---|---|
AssignmentNode | |
CircleMoveNode | |
CommentNode | |
DirectionNode | |
ElseIfNode | |
ElseNode | |
FolderNode | |
ForceNode | |
HaltNode | |
IfNode | |
LoopNode | |
MoveNode | |
PalletNode | |
PopupNode | |
ScrewdrivingNode | |
SeekNode | |
SetNode | |
UntilNode |
The Until node is a type of program node that must be under a Waypoint node or Direction node.
|
WaitNode | |
WaypointNode |
Enum | Description |
---|---|
PopupNode.Type |
Exception | Description |
---|---|
IllegalWaypointNameException |
This exception is thrown if trying to name a waypoint using an illegal name.
|
InvalidDomainException |
This exception is thrown if trying to apply an analog input/output configuration using Voltage to an IO configured to Current
or vice versa.
|
UnreachablePositionException |
This exception is thrown, if it is not possible to compute joint positions corresponding to the specified target pose
(inverse kinematics failed to find solution), when applying a Waypoint node configuration.
|
Copyright © 2020. All rights reserved.