View configuration of a selected step
- Last UpdatedJul 20, 2024
- 1 minute read
You can view the following configuration for any selected step in your step program:
-
Step name
-
Configuration of the Step Condition
-
Step Timer Preset
-
Write On Exit setting for the Step Transition
-
Configuration of the Jump Condition
-
Jump timer preset
-
Write On Exit setting for the Jump Transition
-
Jump destination
-
Number of On Entry outputs
-
Names of Aliases associated with On Entry outputs
-
Values that are written to the On Entry outputs
-
Number of On Exit outputs
-
Names of Aliases associated with On Exit outputs
-
Values that are written to the On Exit outputs
To view the configuration of a specific step
Write the step number of the step you want to select to the attribute YourSequencerObject.Selected.StepNum or Selected.StepName.
-
Refer to the following attribute table to retrieve the attribute reference:
Tasks
Attributes
View step name
.Selected.StepName
View Step Condition Configuration
.Selected.StepConditionCfg
View Step Timer Preset
.Selected.StepTimerPreset
View Write On Exit Setting for the Step Transition
.Selected.StepWriteOnExit
View Jump Condition Configuration
.Selected.JumpConditionCfg
View Jump Timer Preset
.Selected.JumpTimerPreset
View Write On Exit Setting for the Jump Transition
.Selected.JumpWriteOnExit
View Jump destination step
.Selected.JumpToStepName
View number of On Entry outputs
.Selected.OnEntryOutputCnt
View names of Aliases associated with On Entry outputs
.Selected.OnEntryAliasNames[-1]
View values that are written to On Entry outputs
.Selected.OnEntryOutputValues[-1]
View number of On Exit outputs
.Selected.OnExitOutputCnt
View names of Aliases associated with On Exit outputs
.Selected.OnExitAliasNames[-1]
View values that are written to On Exit outputs
.Selected.OnExitOutputValues[-1]
For a detailed overview of the attributes and their properties, see Sequencer object help.