Monitor execution of the current active step
- Last UpdatedJul 19, 2024
- 1 minute read
You can view the processing state of the current step.
The following table is an overview of the attributes for monitoring the active step execution. You can view them in InTouch or Object Viewer:
|
Tasks |
Attributes |
|---|---|
|
View when the step became active |
.Current.StepStartTime |
|
View how long the step has been active |
.Current.StepDuration |
|
Identify if the step condition is fulfilled |
.Current.StepConditionState |
|
Identify if the step timer is running |
.Current.StepTimerRunning |
|
View how much time is remaining for the step timer |
.Current.StepTimeRemaining |
|
Identify if the jump condition is fulfilled |
.Current.JumpConditionState |
|
Identify if the jump timer is running |
.Current.JumpTimerRunning |
|
View how much time is remaining for the jump timer |
.Current.JumpTimeRemaining |
For a detailed overview of the attributes and their properties, see Sequencer object help.