Filter On->toggle/ Off ->toggle
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 = OFF, Input = OFF => Output = ON.
Input
| Type |
Initial value |
Description |
| Input |
0 |
All communication objects to be processed are assigned here. |
Outputs
| Output 1 (send) |
0 |
The received telegrams are output here. The output value switches (toggles) depending on the telegram sequence at the input: If the input value is equal to zero then the output value is not equal to zero. If the input value is not equal to zero then the output value equals zero. 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 starting 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: 9014
Value table provided as an example
| Input |
Output 1 (send) |
Output 2 (send) negated |
| 1 |
0 |
1 |
| 0 |
1 |
0 |
Similar functions