OperationLocatorMode Enumeration |
An enumerated value indicated how this operation is to be located
by xLink machine integrations linked to specific factory resources.
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 OperationLocatorMode
Public Enumeration OperationLocatorMode
public enum class OperationLocatorMode
type OperationLocatorMode
Members
| Member name | Value | Description |
---|
| Auto | 0 |
The appropriate operation will be determined automatically based on the WIP history of each unit.
|
| Top | 1 |
This operation should only be considered when a machine is processing the top side of a printed circuit board (PCB).
|
| Bottom | 2 |
This operation should only be considered when a machine is processing the bottom side of a printed circuit board (PCB).
|
See Also