ON/OFF delay
Help / Logic / ON/OFF delay / Inputs / Outputs / Value tables / End of text
Function
If the input receives any telegram then a telegram is also sent at the output. The telegram that is sent depends on the telegram sequence at the input. The following applies:
Input = ON => Output = ON, Input = OFF => Output = OFF.
The output is delayed depending on the value of the input telegram. An OFF telegram can be delayed differently than an ON telegram.
Inputs
Type Initial value Description
Delay (ON) in seconds. 0 Telegrams with a value not equal to zero (ON telegrams) are delayed by the value queued here.
Delay (OFF) in seconds. 0 Telegrams with a value equal to zero (OFF telegrams) are delayed by the value queued here.
Input 0 All communication objects to be processed are assigned here.
Outputs
Output 1 (send) 0 The received telegrams are output here. The input value remains unchanged. The output is delayed by the value stipulated under "Delay". The delay depends on the value of the input telegram.
A 1-bit value is output.
Output 1 negated (send) 0 See Output 1 (send) The result is negated.
A 1-bit value is output.
Commands
HS Commands (output 1) - The commands assigned here are run when the value of the output telegram is not equal to zero.
HS Commands (negates output 1) - The commands assigned here are run when the value of the output telegram is not equal to zero.
Other
Telegram interval 0 Can be changed.
Recalculated on start No This module is not recalculated when staring the HomeServer. A recalculation is only made after a telegram arrives; the appropriate commands are then run when applicable.
Module is retentive No  
Internal designation: 9017
Value tables provided as an example

Special case "direct switching ON/OFF"
Point of time in seconds ON delay in seconds OFF delay in seconds Value of input Output 1
(send)
Output 1
negated
(send)
Start 2 3 1 - -
1     0 - -
2     - - -
3     - 0 1
If a telegram arrives while a delay is in progress then only the last telegram is output delayed.
"Normal case"
Point of time in seconds ON delay in seconds OFF delay in seconds Value of input Output 1
(send)
Output 1
negated
(send)
Start 2 3 1 - -
2     - 1 0
3     0 - -
4     - - -
5     - - -
6     - 0 1

Similar functions
Telegram delayer

Help / Logic / ON/OFF delay / Inputs / Outputs / Value tables / Beginning of text