Click or drag to resize

Operation Class

Represents a single major process sequence within the process flow of a process definition.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class Operation : OperationBase

The Operation type exposes the following members.

Constructors
  NameDescription
Public methodOperation
Initializes a new instance of the Operation class
Top
Properties
  NameDescription
Public propertyAllowMultipleUnits
Indicates whether or not multiple units may be processed simultaneously by the same end user using a single FactoryLogix Production portal instance.
Public propertyAllowSerialRanges
Indicates whether or not end users using FactoryLogix Production portals may start units by specifying a range of unit identifier values.
Public propertyAssemblyOpportunityCount
For DPMO calculations (Defects per Million Opportunities), the number of opportunities that should be considered for each individiual procuction unit at this operation.
Public propertyComponentOpportunityCount
For DPMO calculations (Defects per Million Opportunities), the number of additional opportunities that should be considered for each individiual electronic component of this assembly unit at this operation.
Public propertyConnectionOpportunities
For DPMO calculations (Defects per Million Opportunities), the number of additional opportunities that should be considered for each individiual connection of each individual electronic component of this assembly unit at this operation.
Public propertyERPIdentity
The name of this operation as it is known to the company's ERP (Enterprise Resource Planning) system. This is an optional field, and may be empty.
Public propertyERPIdentityValue
Additional information used to match this operation to a similar routing point within the company's ERP (Enterprise Resource Planning) system. This is an optional field, and may be empty.
Public propertyEstimatedCycleTime
The cycle time that have been estimated for this Operation.
Public propertyExitPathways
The exit pathways that have been defined for this Operation.
Public propertyFinishConditions
The finish conditions that have been configured for this Operation.
Public propertyNonPolarizedOpportunity
For DPMO calculations (Defects per Million Opportunities), the number of additional opportunities that should be considered for each individiual non-polarized electronic component of this assembly unit at this operation.
Public propertyOperationLocatorMode
An enumerated value indicated how this operation is to be located by xLink machine integrations linked to specific factory resources.
Public propertyOtherOpportunities
For DPMO calculations (Defects per Million Opportunities), the number of additional opportunities that should be considered for each individiual production unit of this assembly unit at this operation.
Public propertypartAssignmentElements
A list of the data sources (data generators) contained within this data template.
Public propertyPolarizedOpportunity
For DPMO calculations (Defects per Million Opportunities), the number of additional opportunities that should be considered for each individiual polarized electronic component of this assembly unit at this operation.
Public propertySetupTime
The change over time that have been defined for this Operation.
Public propertyStartConditions
The starting conditions that have been configured for this Operation.
Public propertyTrackingMode
An enumerated value indicating how units are tracked at this operation.
Top
See Also