ProcessStepType Enumeration |
A flagged enumeration indicating the nature of the work that is done at a particular step within an operation.
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 ProcessStepType
<FlagsAttribute>
Public Enumeration ProcessStepType
[FlagsAttribute]
public enum class ProcessStepType
[<FlagsAttribute>]
type ProcessStepType
Members
| Member name | Value | Description |
---|
| None | 0 |
No step type assigned.
|
| Standard | 1 |
The step is a standard step made up of one or more user defined activities.
|
| AutomatedInstallation | 2 |
The step represents activities that are intendted to perform an assebmly or installation type operation,
and it is comprised of activities that are automatically created / calculated by the system.
|
| Installation | 4 |
The step represents activities that are intended to perform an assembly or installation type operation.
|
| AutomatedInspection | 8 |
The step represents activities that are intended to perform an in-process inspection of a unit, where
the activities are automatically calculated by the system.
|
| Inspection | 16 |
The step represents activities that are intended to perform an in-process inspection of a unit.
|
| Custom | 32 |
This is a custom step which utilizes an xTend Plug-In to drive its execution.
|
| Packout | 64 |
This is a step related to packing units for shipment.
|
| Automated | 128 |
The step is comprised of activities that are automatically generated by the system.
|
| Initalization | 256 |
The purpose of this step is to introduce new unique unit identifiers (unit UID's) into a production batch.
|
| MaterialSetup | 512 |
This step requires particular materials to be loaded at the physical workstation (factory resource) before production
may commence.
|
| LoadCarrier | 1024 |
The purpose of this step is to load one or more units into a carrier that will transport the units through the
process in subsequent operations.
|
| GuidedInspection | 2048 |
The step represents activities that are intended to guide human operators to perform an in-process inspection of a unit.
|
| FirstArticleInspection | 4096 |
The step represents activities that are intended to guide human operators through an intensive, thorough process
of inspecting the first unit in a run with the objective of validating that it was built properly. This reduces
the risk that subsequent units will have mistakes or defects.
|
| LabelMaterials | 8192 |
The purpose of this step is to print and apply unique identification labels (UID labels) to raw materials entering the factory
through a Receiving Process.
|
See Also