Schedules parameters
- Last UpdatedSep 12, 2025
- 1 minute read
- PI System
- Adapter for RDBMS 1.1
- Adapters
The following parameters are available for configuring schedules:
|
Parameter |
Required |
Type |
Description |
|---|---|---|---|
|
id |
Required |
string |
Unique identifier for the schedule Allowed value: any string identifier |
|
period |
Required |
string |
The data sampling rate of the schedule. The expected format is HH:MM:SS.###. Invalid inputs: null, negative timespan, or zero A default value must be specified. |
|
offset |
Optional |
string |
The offset from the midnight when the schedule starts. The expected format is HH:MM:SS.### Invalid input: negative timespan A default value must be specified. |
Note: Time spans can be specified as numeric values in seconds, with no upper limit. For example, "period": 25 specifies 25 seconds, while "period": 125 corresponds to 2 minutes and 5 seconds. The system accepts any positive integer value to define the duration.