Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Process Simulation

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

  1. In the \sequences folder of your AVEVA Real-Time System (RTS) installation, browse to and open the folder for your sequence.

  2. Open the sequence_settings.json file in any text editor.

  3. 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.

  4. 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.

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

  6. 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.

TitleResults for “How to create a CRG?”Also Available in