ToolImporter
๐ KR
Description
Description
Defines custom tool (end-effector) data. Supports switching between Define mode (manual configuration) and Import mode (loading pre-saved tool data) via the right-click context menu.

| Input
| Name | Type | Description |
|---|---|---|
| Base Plane | Plane | The tool mounting reference plane relative to the ABB robot flange. Defines the baseline for TCP and geometry (shape). |
| TCP | Plane | The position of the TCP (Tool Center Point) at the end of the tool. Defines its position and orientation relative to the tool base (Base Plane). |
| Tool Load | ToolLoad | The load data (LoadData) of the tool. If not connected, it is estimated and generated based on the bounding box of the tool geometry. |
| Required Parameter
| Name | Type | Description |
|---|---|---|
| Tool Name | String | Defines the variable name for the generated `ToolData`. |
| Preset | Dropdown | List of previously saved ToolData presets. |
| Name | Type | Description |
|---|---|---|
| Mass(kg) | String | Weight (kg) |
| Centroid | String | Center of gravity coordinates (x, y, z) |
| Inertia | String | Moment of inertia (Ix, Iy, Iz) |

| Name | Type | Description |
|---|---|---|
| Color | Color | Visualization color |

| Name | Type | Description |
|---|---|---|
| Export | Button | Saves the tool data as a file to a user-specified local directory. |

| Output
| Name | Type | Description |
|---|---|---|
| ToolData | ToolData | Outputs the configured ABB ToolData. |
