Click or drag to resize

EnforceRouting Enumeration

An enumeration indicating how route-enforcement should be handled.

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 EnforceRouting
Members
  Member nameValueDescription
Disabled0 There will be no route enforcement, and production units may travel through the operations defined by this process in any order.
Warn1 Users will be given a warning production units appear at operations in the wrong sequence. However, operators will still be able to process units in any order.
Enabled2 Routing will be fully enforced, and users will not be permitted to process units out of sequence.
See Also