Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public enum ProcessTrackingMode
Members
  Member nameValueDescription
Serialized0 Each individual production unit is assigned and marked with a unique identifier that is used to track the unit during production.
NonSerialized1 Individual production units are not marked with unique identifiers. Production is tracked using a combination of the Batch name and quantities.
Hybrid2 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