Binary trigger
Function
This module runs one or more HomeServer commands when a new telegram arrives. The commands are run depending on the input telegram.
The module differentiates between a value zero and a value not equal to zero of the input telegram. Any number of commands can be assigned to each input value .
If the value of the input telegram equals zero then the commands assigned there are run.
If the value of the input telegram is not equal to zero then the commands assigned here are run. The input values are sent transparent to the output.
Example: Alarm signaling caused by a window contact
An alarm is triggered on arrival of a telegram.
The group address (communication object) is also assigned to the input. The corresponding command is assigned depending on the value of the input telegram.
Input
| Input |
0 |
Here, all communication objects are assigned that are to run the corresponding commands. |
Output
| Output |
0 |
The input value is passed through transparent here. This output is only available in the graphic logic editor. |
Commands
| Command (input not equal to 0) |
- |
The commands assigned here are run when the value of the input telegram is not equal to zero. |
| Command (input equal to 0) |
- |
The commands assigned here are run when the value of the input telegram is equal to zero. |
Other
| Telegram interval |
0 |
This value blocks the execution of commands in the set time period. |
| Recalculation 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: 9001