Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
[FlagsAttribute]
public enum ProcessStepType
Members
  Member nameValueDescription
None0 No step type assigned.
Standard1 The step is a standard step made up of one or more user defined activities.
AutomatedInstallation2 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.
Installation4 The step represents activities that are intended to perform an assembly or installation type operation.
AutomatedInspection8 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.
Inspection16 The step represents activities that are intended to perform an in-process inspection of a unit.
Custom32 This is a custom step which utilizes an xTend Plug-In to drive its execution.
Packout64 This is a step related to packing units for shipment.
Automated128 The step is comprised of activities that are automatically generated by the system.
Initalization256 The purpose of this step is to introduce new unique unit identifiers (unit UID's) into a production batch.
MaterialSetup512 This step requires particular materials to be loaded at the physical workstation (factory resource) before production may commence.
LoadCarrier1024 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.
GuidedInspection2048 The step represents activities that are intended to guide human operators to perform an in-process inspection of a unit.
FirstArticleInspection4096 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.
LabelMaterials8192 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