Schedules examples
- Last UpdatedAug 18, 2025
- 1 minute read
- PI System
- Adapter for RDBMS 1.1
- Adapters
The following is an example of a complete schedule configuration:
[
{
"id": "schedule1",
"period": "00:00:01.500",
"offset": "00:02:03"
}
]
Default schedule configuration
If no schedule is configured, the adapter uses the following default schedule configuration:
Use the following EdgeCmd command:
edgecmd get schedules
Sample output:
[
{
"id": "1",
"period": "0:00:05",
"offset": "0:00:00"
}
]