Activation of the Collected Status Response
The collected status response can be activated on the device in the ETS.
With the collected status response object, you can send the status responses coded bit-by-bit via a 4-byte telegram with a time delay.
Each device (Master / Extension 1 / Extension 2) has its own collected status response object.
The collected status response is intended to save group addresses and to reduce the bus load, e.g., in the case of a Central Off telegram, the 8 channels are grouped together to form a single collected status response.
The 4-byte object has the following structure. The upper two bytes indicate which status bit is valid (“1” = valid, “0” = invalid). The lower two bytes indicate the statuses (pressed or released) of the channels.
Byte 4 |
0 |
Not used |
1 |
Not used |
|
2 |
Not used |
|
3 |
Not used |
|
4 |
Not used |
|
5 |
Not used |
|
6 |
Not used |
|
7 |
Not used |
|
Byte 3 |
0 |
Valid output 1 |
1 |
Valid output 2 |
|
2 |
Valid output 3 |
|
3 |
Valid output 4 |
|
4 |
Valid output 5 |
|
5 |
Valid output 6 |
|
6 |
Valid output 7 |
|
7 |
Valid output 8 |
|
Byte 2 |
0 |
Not used |
1 |
Not used |
|
2 |
Not used |
|
3 |
Not used |
|
4 |
Not used |
|
5 |
Not used |
|
6 |
Not used |
|
7 |
Not used |
|
Byte 1 |
0 |
Status output 1 |
1 |
Status output 2 |
|
2 |
Status output 3 |
|
3 |
Status output 4 |
|
4 |
Status output 5 |
|
5 |
Status output 6 |
|
6 |
Status output 7 |
|
7 |
Status output 8 |
|
Byte 4 |
0 |
Not used |
1 |
Not used |
|
2 |
Not used |
|
3 |
Not used |
|
4 |
Not used |
|
5 |
Not used |
|
6 |
Not used |
|
7 |
Not used |
Example:
Master with 8 switching channels, channels 2 and 6 are pressed:
00000000 11111111 00000000 00100010.
You can define or invert the value of the collected status response (pressed = 1, released = 0 or pressed = 0, released = 1) via the parameter Assign channel status to 1-bit value.
Once the set sending delay has expired, the current status of the output channels is sent to the bus.