Add a schedule to a sequence
- Last UpdatedSep 11, 2025
- 2 minute read
Each sequences has its own set of available schedules. You add schedules to the sequence settings file (sequence_settings.json). Each schedule must be a uniquely named array inside the scheduled_runs array in the sequence_setting.json file. Each schedule must have the is_default, interval, and offset attributes.
Add a schedule to a sequence
-
In the \sequences folder of your AVEVA Real-Time System (RTS) installation, browse to and open the folder for your sequence.
-
Open the sequence_settings.json file in any text editor.

-
In the scheduled_runs array, add a new schedule array.
The name of the new schedule must be unique. This is the name that you see in the RTS Console and that you use to call the schedule in any rts commands.

-
Add the is_default attribute to the schedule array, and then set the value to true or false.
Only one schedule can have an is_default attribute set to true.

-
Add the interval attribute to the schedule array, and then set the value to the amount of time between sequence runs.

-
Add the offset attribute to the schedule array, and then set the value to the amount of time that you want to wait before starting the sequence run.
