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
<FlagsAttribute>
Public Enumeration Frequency
[FlagsAttribute]
public enum class Frequency
[<FlagsAttribute>]
type Frequency
Members
| Member name | Value | Description |
---|
| EveryItem | 1 |
Must be performed for each and every unit.
|
| ByItemCount | 2 |
To be performed every xx units.
|
| JobBased | 4 |
To be perfomed once at the begineing of each production batch (Job).
|
| TimeBased | 8 |
To be performed once every xx seconds / minutes / hours.
|
| ByPercentOfTotal | 16 |
To be performed on xx percent of the total number of units in the production batch (Job).
|
See Also