An enumeration used by legacy diplan system to describe the handling for this part.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax [FlagsAttribute]
public enum Handling
<FlagsAttribute>
Public Enumeration Handling
[FlagsAttribute]
public enum class Handling
[<FlagsAttribute>]
type Handling
Members
| Member name | Value | Description |
---|
| GloballySkip | 1 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| NeedsGlue | 2 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| NeedsPlaced | 4 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| DisposeOnPlacementError | 8 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| ActivateCRDLMeasuring | 16 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| PerformCRDLMeasuring | 32 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| Dispense | 64 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| NeedsPlacedExclusive | 128 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| LowerTable | 256 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| NeedsCoplanarityCheck | 512 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| NoPolarity | 1024 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| NeedsDipped | 2048 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| HasIndividualWeight | 4096 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| DrawTransparent | 8192 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| NeedsTaught | 16384 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| ForceSetupVerification | 65536 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| SpliceDetection | 131072 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| ForceTraceability | 262144 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
| UniqueReels | 524288 |
No longer used by FactoryLogix. Attribute of legacy diplan system.
|
See Also