Calling and Saving Scene Values
Scene values for the output relays are called using the object “Scene”. After receiving a scene telegram, the device evaluates the sent scene address and controls the channels to the saved scene values.
If a reference movement is required before the drive is moved to the scene position, the reference movement is executed first and the drive then moves to the requested scene position.
If the “scene object” receives a scene telegram with learning bit “1”, then for all scenes assigned to the received scene address, the current height position and, in the case of blind drives, the current slat position are saved as the new scene value.
Telegram format
Telegrams for the scene function have the data format: L X D D D D D D.
L = learning bit
X = not used
DDDDDD = called scene address
If the learning bit in a telegram has the value “0”, then the relay states saved for the scene address are called and set.
If the learning bit receives the value “1”, then the current output states are saved as new scene values for the received scene address.
Take the scene address (0-63) and add 128 to get the value for learning the scene.
Examples:
Telegram value |
Binary |
Hexadecimal |
Scene address |
---|---|---|---|
0 |
0000 0000 |
00 |
Call scene address 0 |
1 |
0000 0001 |
01 |
Call scene address 1 |
29 |
0001 1101 |
1D |
Call scene address 29 |
57 |
0011 1001 |
39 |
Call scene address 57 |
63 |
0011 1111 |
3F |
Call scene address 63 |
128 (0+128) |
1000 0000 |
80 |
Learning scene address 0 |
129 (1+128) |
1000 0001 |
81 |
Learning scene address 1 |
157 (29+128) |
1001 1101 |
9D |
Learning scene address 29 |
185 (57+128) |
1011 1001 |
B9 |
Learning scene address 57 |
191 (63+128) |
1011 1111 |
BF |
Learning scene address 63 |