User Manual Keyboards
www.cuesystem.com
Page 6 of 18
3.
Addressing
The BUTTON_ID transmitted by a keyboard, BUTTON_LED_ID, BARGRAPH_ID and
STATUS_LED_ID are numbers used in the programming for button, LED and bargraph identification.
All values depend on a button, bargraph and status LED position and it depends on a panel
ADDRESS too. All values are calculated according formulas
BUTTON_ID
= Button Code
BUTTON_LED_ID
= Button Code
BARGRAPH_ID
= Bar Graph Code
STATUS_LED_ID
= Status LED Code
Offset
= 32 * ADDRESS
The lowest BUTTON_ID is generated by a button in the upper left corner the highest BUTTON_ID is
generated by a button in the lower right corner. The top bargraph has higher BARGRAPH_ID the
bottom bar graph has lower BARGRAPH_ID. Status LEDs have IDs as described on the picture below
- example for ADDRESS = 0.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Status LED Code =
1
Status LED Code =
2
Status LED Code =
3
Status LEDCode =
4
Status LED Code =
5
Bargraph Code =
2
Bargraph Code =
1
Status LED Code =
7
Status LED Code =
8
Button Code =
25