Part
A Part represents a physical item produced during manufacturing, such as a bolt, a cookie, or a jet engine. Parts contain the Characteristics and Defect Categories used to inspect product quality.
Parts are required for SPC data collection and are optional for DMS, OEE, and Task data collection.
Settings
| Field | Description |
|---|---|
| Name | Unique name of the Part. |
| Description | Notes about the Part. This is displayed on the Part's page can be displayed in the Part Test. |
| Defect Categories | The categories of related Defects. Defect Categories are used by Tests to create no-code dynamic Inspections. |
| Locations | The Locations that have access to this Part. If no Locations are selected, the Part will be available to all Locations. |
| Hide in Lists | Whether the Part appears in lists. Hiding does not affect any previously-stored data. |
| Characteristics | The variable dimensions or properties of the Part. Characteristics can be created after the Part is created. |
Import/Export
Parts can be imported and exported using the following CSV structure.
| Column Header | Create | Update | Allows Multiple | Description |
|---|---|---|---|---|
| ID | Not Allowed | Required | No | Part's Internal ID |
| Name | Required | Optional | No | String |
| Hidden | Optional | Optional | No | True | False |
| Description | Optional | Optional | No | String |
| Add Defect Category | Optional | Optional | Yes | Defect Category's name |
| Remove Defect Category | Not Allowed | Optional | Yes | Defect Category's name |
| Add Location | Optional | Optional | Yes | Location's name |
| Remove Location | Not Allowed | Optional | Yes | Location's name |
