KT01 KeyTouch Touchscreen Keypad
16
Here, under the C-bus tab, the following were selected:
•
Key Functions: On/Off
•
Network: Local Network
•
Application Lighting
•
Group Address: Any unused group address
After that, in order to trigger a response related to that button, one has
to program the corresponding counter response in Comfort as well. For
instance, if a light button is programmed to be group address 01, the
corresponding counter is 01 and must have its response programmed to
activate the desired outcome.
For example, using action codes to turn on Output 5 when a light button
of group address 01 is pressed, the response can be written as such:
Response: 31, 70, 128, 128, 05, 01, 255.
Here,
31: gets the counter value of the last counter address read in.
70, 128: skips if the value is less than 128.
05, 01, 255: turns Output 5 on (if counter is greater than 128).