[redu]
Settings for the Redundancy Manager
[redu] activeChangeInterval
- Type
- int (seconds)
- Default
- 3
- Range
- >= 0
[redu] aliveCheckInterval
- Type
- int (seconds)
- Default
- 10
[redu] aliveInterval
- Type
- int (seconds)
- Default
- 1
[redu] delayChange
- Type
- int
- Default
- 0
- Range
- 0|1
activeChangeInterval > 0, firstActiveChangeInterval = 0, and delayChange = 0
means that the switch takes place immediately but the next switch will never be carried out
sooner than after activeChangeInterval seconds.
activeChangeInterval > 0, firstActiveChangeInterval > 0, and delayChange = 0
means that the switch takes place after firstActiveChangeInterval but the next switch will
never be carried out sooner than after activeChangeInterval seconds.
activeChangeInterval > 0 and delayChange = 1
means that after a change of the error state the Redu manager determines whether the change
is really necessary. If the error state is still worse after activeChangeInterval seconds,
the switch takes place. A possible next switch will take place after this interval again.
This timer does not work for the "manual" switch (.Command.*) - the commands are executed
immediately (and possibly the timer is restarted). [redu] firstActiveChangeInterval
- Type
- int (seconds)
- Default
- 0
- Range
- >=0
[redu] initPeerTimeout
- Type
- unsigned int (seconds)
- Default
- 60
[redu] linkUpDelayTime
- Type
- int (Sekunden)
- Default
- 0
- Range
- 0 .. maxInt
[redu] managerDP, peerManagerDP
- Type
- string
- Range
- Datapoint of the type _ReduManager
[redu] portNr
- Type
- int
- Default
- 4776
- Range
- 1024 .. 65535 (TCP/IP Ports)
[redu] reduPort
- Type
- uint
- Default
- 4776
- Range
- 1024 .. 65535 (TCP/IP Ports)
[redu] reportAliveTime
- Type
- int
- Default
- 0
- Range
- 0|1