Change configuration of a selected step
- Last UpdatedJul 20, 2024
- 1 minute read
You can change the following configuration for any selected step in your step program:
-
Values that are written to On Entry outputs
-
Values that are written to On Exit outputs
-
Step Timer Preset
-
Jump Timer Preset
-
Write On Exit setting for the Step Transition
-
Write On Exit setting for the Jump Transition
-
Jump Destination of the Jump Transition
Note: You can change the configuration of the current step by selecting it. When you use the Selected attributes to modify the Timer Preset and On Exit output values of the current step, these changes take effect immediately.
Note: When the PrgStepProgram attribute is locked, run-time configuration changes via the Selected attributes are rejected with Operational Errors.
To change the configuration of a specific step:
-
Write the step number of the step you want to select to the attribute YourSequencerObject.Selected.StepNum
-
Refer to the following attribute table to retrieve the attribute reference:
Tasks
Attributes
Change values that are written to On Entry outputs
.Selected.OnEntryOutputValues[-1]
Change Step Timer Preset
.Selected.StepTimerPreset
Change Jump Timer Preset
.Selected.JumpTimerPreset
Change values that are written to On Exit outputs
.Selected.OnExitOutputValues[-1]
Set or clear Write On Exit setting for the Step Transition
.Selected.StepWriteOnExit
Set or clear Write On Exit setting for the Jump Transition
.Selected.JumpWriteOnExit
Change the Jump Destination of the Jump Transition
.Selected.JumpToStepName
For a detailed overview of the attributes and their properties, see Sequencer object help.
Note: When PrgStepProgram is locked, the set is rejected with Operational Error and the description is "Step Program Locked".