ZENN
iO
AVANCE
Y
TECNOLOGÍA
www.zennio.com
3
5
Moreover, it counts on a 1-byte object for indicating the luminosity status:
Light indicator
(100%
→
completely ON, 0%
→
OFF).
The parameter
LED lighting
indicates if the couple has
Regular
lighting,
with the LED on during some seconds when the button is pressed, or
Status-dependent
lighting, where the LED of the button will light while the
object status is “1” and it will remain switched off when the object status is
“0”. The
Light On/Off
object must be linked to the status object of the light
actuator so that the LED is updated.
¾
Shutter:
it allows controlling the movement of shutters by means of two
binary objects:
Move Shutter
(0=Up, 1=Down) and
Stop Shutter (
depending
on the pressed button, it sends the value “0” or “1”
)
, and a 1-byte object
Shutter Position
(100%
→
bottom, 0%
→
top) for indicating the position of the
shutter in every moment
.
9
Decrement button: the long press moves down the shutter while the
short press stops the shutter, sending the value “1” through the
object
Stop Shutter
.
9
Increment button: the long press moves up the shutter while the
short press stops the shutter, sending the value “0” through the
object
Stop Shutter.
¾
Scalling:
this functionality allows sending a percentage by means of the
communication object
1 Byte Control
associated to the couple of buttons
.
9
Decrement button: the short press decreases the percentage value
one by one while the long press decreases the value 10 by 10.
9
Increment button: the short press increases the percentage value
one by one while the long press increases the value 10 by 10.
¾
Counter:
this functionality allows sending an integer value by means of the
communication object
1 Byte Control
associated to the couple of buttons
.
9
Decrement button: the short press decreases the value one by one
while the long press decreases the value 10 by 10.
9
Increment button: the short press increases the value one by one
while the long press increases the value 10 by 10.
¾
Enumeration:
it allows sending a numerical value among
6 configurable
values
through the communication object
1 Byte
Control
associated to the
couple of buttons. It is necessary to introduce a label for each value in order
to enable them in the enumeration menu.
When pressing the right and left button, the different labels will be shown in
the display and their value sent to the bus. First press will show the current
value of the control.