ItemClassification Enumeration |
An enumeration describing the type or kind of an
Item.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum ItemClassification
Public Enumeration ItemClassification
public enum class ItemClassification
Members
| Member name | Value | Description |
---|
| Feeder | 3 |
The item is a material feeding device which may be loaded on to a
robotic surface mount placement machine (SMT Placer).
|
| Assembly | 10 |
The item is a part that is built or assembled by the factory. This may
be a sub-assembly, or a final product that is shipped to customers or other factories.
|
| Part | 12 |
The item is a part or raw material that was purchased or consigned to the factory.
|
| Tooling | 14 |
The item is a tool that is used by operators during production.
|
| Carrier | 18 |
The item is a container, tote, pallete, cart, bin, or any other type of carrier that is used
to hold or transport assembly type units during production.
|
| Box | 19 |
The item is a box or carton that production units and other items are packed into for shipment.
|
| Batch | 22 |
The item represents a production order (production batch) that is tracked without unit serialization (quantity/batch based tracking).
|
| PCBPanel | 23 |
The item represetns a PCB Panel containing one or more child circuits (PCB's).
|
See Also