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.245.0.0 (8.245.0.0)
Syntax public enum EnforceRouting
Public Enumeration EnforceRouting
public enum class EnforceRouting
Members
| Member name | Value | Description |
---|
| Disabled | 0 |
There will be no route enforcement, and production units may
travel through the operations defined by this process in any order.
|
| Warn | 1 |
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.
|
| Enabled | 2 |
Routing will be fully enforced, and users will not be permitted
to process units out of sequence.
|
See Also