IndReset
๐ KR
Description
This is a component that initializes the position and rotation values of an auxiliary axis (IndReset). It is primarily used to initialize accumulated external axis angle values before executing motion instructions.

| Input
| Required Parameter
| Name | Type | Description |
|---|---|---|
| MechUnit | String | Mechanical unit name. |
| Target Axis | String | Target axis number (1โ6). The target axis for returning from independent mode or redefining the logical position. |

| Name | Type | Description |
|---|---|---|
| RefNum(ยฐ) | Number | Specifies the measurement reference position as a number (ยฐ). Valid only when Direction is Short, Fwd, or Bwd. |
| Direction | String | Measurement system adjustment method. โข Short: Shortest path to the reference position (within ยฑ180ยฐ) โข Fwd: Adjusts in the positive direction of the reference position โข Bwd: Adjusts in the negative direction of the reference position โข Old: Maintains the current logical position (Default). |

| Output
| Name | Type | Description |
|---|---|---|
| Instruction | Instruction | Generated ABB instruction. Passed to the Instructions input of the Core component. |