[Scheduling]StartDelay
- Last UpdatedJul 19, 2023
- 1 minute read
This parameter sets the delay from when the Scheduler’s server side components are initialized to the point when Scheduler begins processing active schedule entries. This setting is used to allow time to establish the connections to other server processes before the scheduler server executes state actions.
Note: A value of [Scheduling]StartDelay=0 indicates no delay resulting in active schedule entries being processed immediately upon Report Server start up.
Allowable Values:
-
The value is treated as a long number.
-
The value units are seconds.
Default Value:
10 seconds
Example
If the [Scheduling] StartDelay ini parameter is not present in the Plant SCADA ini file, no schedule entries will be processed until 10 seconds after report server start up. If the ini file contains [Scheduling] StartDelay = 5, no schedule entries will be actioned until 5 seconds after the report server start up.