Example 1 — Run a sequence
- Last UpdatedJan 06, 2025
- 1 minute read
This example demonstrates how to run one of the sequences included as part of your AVEVA Real-Time System (RTS) installation.
Run a sequence
-
Open the RTS shell.
See Open the AVEVA Real-Time System shell to run commands for more information.
-
Enter the following command:
rts list
A list of installed sequences appears. One of them is a very simple sequence called basicsample, which simply displays text.
-
Run the basicsample sequence:
rts run basicsample
Several console windows open. Set those aside and focus on the shell window that you started with.
You should see output from the sample sequence that looks something like this:
From Init event for sequence: basicsample, HistTimestamp: ...
From Run event for sequence: basicsample, HistTimestamp: ...
From Shutdown event for sequence: basicsample, HistTimestamp: ...
This is the output from the sequence script.
You can stop RTS by entering rts stop.