๐ KR
Description
wobjdata is a data type that defines the unique coordinate system of the workpiece, facilitating intuitive programming based on drawings and enabling program reuse through simple coordinate adjustments when the installation environment changes.
It can be defined by the user from the world coordinate system to the local coordinate system of the workbench. The user frame (uframe) and object frame (oframe) redefine the target plane coordinates relative to the workobject. Additionally, by right-clicking the component icon, users can choose between two modes: Movable (a workobject driven by external axes) and Fixed (a fixed, standard workobject).

| Name |
Type |
Description |
| User Frame |
Plane |
The plane used as the User Frame (uframe) for the WobjData. |
| Object Frame |
Plane |
The plane used as the Object Frame (oframe) for the WobjData. |
| Override Wobj |
Plane |
Overrides the componentโs output with the provided Work Object data (Optional). When connected, this data takes priority regardless of other inputs. |
| Flexible Options
| Name |
Type |
Description |
| Fixed WobjData |
- |
Redefines the target plane as a reference plane at a fixed/stationary position. |
| Movable WobjData |
- |
Redefines the target plane as a reference plane at a movable/dynamic position. |
| Required Parameter
| Outputs
| Name |
Type |
Description |
| WobjData |
WobjData |
Outputs the defined ABB WobjData structure. |