Cycle stage properties
- Last UpdatedFeb 26, 2024
- 2 minute read
Refer to the following tables for the key configurable properties of Cycle stage.
Mode properties
|
Property |
Description |
Valid values |
|---|---|---|
|
ManualEnabled |
||
|
ManualEnabledExpression |
Expression that enables the user to manually activate or deactivate the stage. This property appears only when the value for TransitionMode is Manual. |
|
|
ManualEnabledExpressionResults |
(SampleStream) |
|
|
StageExceededBehavior |
Basis to determine when the stage duration is exceeded. Options:
|
Snapshot, Dynamic |
|
TransitionMode |
Specifies whether the stage transition to the next stage is based on the results of an expression or a manual operation. If manual, then define the ManualEnabledExpression property. |
Manual, Expression |
Stage overrun properties
|
Property |
Description |
Valid values |
|---|---|---|
|
DetectStageOverrun |
Specifies whether to detect when the stage has overrun its expected duration. If you select True, specify the DurationExpression. |
True, False |
|
DurationExpression |
Expression that determines when the expected duration for the stage is exceeded in number of seconds. This property appears only when the value of DetectStageOverrun is set to True. If a stage is active for longer than its expected duration, AVEVA™ Production Management raises a Stage exceeded event. For example: A constant value like 120 or an expression such as Project.ScadaConnector.AcidCycleDuration.Samples[time]. |
Expression |