1.Description
If a value not equal to 0 arrives at Input 1, no telegram is sent via Output 1 or Output 2. If a value equal to 0 arrives at Input 1, a 0 is sent via Output 1 or a 1 via Output 2.
2.Inputs
No. | Name | Initialisation | Description |
---|---|---|---|
1 | E1 | 0 | All communication objects that are to be processed are assigned here. |
3.Outputs
No. | Name | Initialisation | SBC | Description |
---|---|---|---|---|
1 | A1 | 0 | s | The arriving telegrams are output here if the value of the input telegram is equal to zero. A 1-bit value is output. |
2 | A1 neg | 0 | s | The arriving telegrams are output here if the value of the input telegram is equal to zero. The output value is negated. A 1-bit value is output. |
s = send, sbc = send by change
4.Value table as an example
The behaviour of the individual filter modules can be compared to one another in the table:
Input | 9009 | 9010 | 9011 | 9012 | 9013 | 9014 |
---|---|---|---|---|---|---|
1 | 1 | - | 1 | 1 | - | 1 |
0 | - | 0 | 0 | - | 1 | 0 |
1 | 1 | - | 1 | 0 | - | 1 |
0 | - | 0 | 0 | - | 0 | 0 |
1 | 1 | - | 1 | 1 | - | 1 |
1 | 1 | - | 1 | 0 | - | 0 |
0 | - | 0 | 0 | - | 1 | 1 |
0 | - | 0 | 0 | - | 0 | 0 |
- 9009: On->On / Off->---
- 9010: On->--- / Off->Off
- 9011: On->On / Off->Off
- 9012: On->Toggle / Off->--- (R)
- 9013: On->--- / Off->Toggle (R)
- 9014: On->Toggle / Off->Toggle (R)
5.Other
Recalculation during start: | No |
---|---|
Module is retentive: | No |
Internal designation: | 9010 |
Category: | Filter |