Click or drag to resize

Frequency Enumeration

A flagged enumeration representing how often a process step, activity, condition, or action should be performed by operators.

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 Frequency
Members
  Member nameValueDescription
EveryItem1 Must be performed for each and every unit.
ByItemCount2 To be performed every xx units.
JobBased4 To be perfomed once at the begineing of each production batch (Job).
TimeBased8 To be performed once every xx seconds / minutes / hours.
ByPercentOfTotal16 To be performed on xx percent of the total number of units in the production batch (Job).
See Also