Location
Definition: location of the pot or spindle the cutting tool currently resides in.
If Location::negativeOverlap or Location::positiveOverlap is provided, the tool reserves additional locations on either side, otherwise if they are not given, no additional locations are required for this tool.
If the pot occupies the first or last location, a rollover to the beginning or the end of the indexable values may occur. For example, if there are 64 pots and the tool is in pot 64 with a Location::positiveOverlap of 1, the first pot MAY be occupied as well.
Version Info
| Introduced | Deprecated | Updated |
|---|---|---|
| 1.2 |
Documentation
Description
Location MUST be defined only for the CuttingToolLifeCycle of CuttingTool and MUST NOT be defined for the CuttingToolLifeCycle of CuttingToolArchetype.
Properties
| Name | Type | Int | Dep | Multiplicity | Description |
|---|---|---|---|---|---|
negativeOverlap | integer | 1.2 | 0..1 | number of locations at lower index values from this location. | |
positiveOverlap | integer | 1.2 | 0..1 | number of locations at higher index value from this location. | |
type | LocationTypeEnum | 1.2 | 1 | type of location being identified. When a | |
turret | string | 1.4 | 0..1 | turret associated with a tool. | |
toolMagazine | string | 1.7 | 0..1 | tool magazine associated with a tool. | |
toolBar | string | 1.7 | 0..1 | tool bar associated with a tool. | |
toolRack | string | 1.7 | 0..1 | tool rack associated with a tool. | |
automaticToolChanger | string | 1.7 | 0..1 | automatic tool changer associated with a tool. | |
value | string | 1.2 | 0..1 |
Relations
| Name | Type | Int | Dep | Multiplicity | Description |
|---|---|---|---|---|---|
isLocationOf | CuttingToolLifeCycle | 1.2 | 0..1 |