ProcessTrackingMode Enumeration |
An enumeration indicating different ways that units produced by process may be tracked during production.
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 ProcessTrackingMode
Public Enumeration ProcessTrackingMode
public enum class ProcessTrackingMode
Members
| Member name | Value | Description |
---|
| Serialized | 0 |
Each individual production unit is assigned and marked with a unique identifier that is used to track the unit during production.
|
| NonSerialized | 1 |
Individual production units are not marked with unique identifiers. Production is tracked using a combination
of the Batch name and quantities.
|
| Hybrid | 2 |
Production units are initially tracked without unique identifiers.
At a certain operation in the process flow, units are given unique identifiers, then tracked through the remainder of the process as serialized units.
|
See Also