www.eao.com
40
9.9.2.3 Changing the brightness setting for the symbol LEDs
Each of the aforementioned brightness settings can be accessed through objects as described
in the K-Matrix.
Object
Setting name
Setting description
59 (0x3B) Setting 0 (even)
Brightness for LEDs button wise
60 (0x3C) Setting 1 (even)
Brightness for LEDs button wise
61 (0x3D) Setting 2 (individual)
Brightness for LEDs individually (corresponds to Halo LEDs,
as the symbol is illuminated with only one LED)
The subindex for Setting 0 and 1 are mapped from 0 to 5 corresponding to the buttons 1 to 6.
You can find the mapping for Setting 2 in the K-Matrix. Writing an object is described in chapter
9.4.3.
Example data field for setting the brightness in Setting 1 for button 2 to 20% (0x32):
CAN-ID
DLC Data
Byte 0
Data
Byte 1
Data
Byte 2
Data
Byte 3
Data
Byte 4
Data
Byte 5
Data
Byte 6
Data
Byte 7
0x18EFFF00
8
0x04
0x3C
0x01
0x32
0x00
0x00
0x00
0x00
9.9.2.4 Changing the temporal patterns for the symbol LEDs (flash modes)
There are 4 predefined temporal patterns available for the symbol LEDs.
Value Setting name
Setting description
0x00 Steady
LED always on
0x01 Flash slow
LED flashing on and off with default value times
0x02 Flash fast
LED flashing on and off with default value times faster than
0x01
0x03 Pulsate
LEDs slowly turning off and on with default value times
There are 2 ways to set the temporal pattern setting for the buttons.
1. Activation through Process data Prop A config message
This is described in 9.5.1. The corresponding message identifier is 0x15. The data bytes
1 through 6 are corresponding to buttons 1 through 6. This can be found in the K-Matrix
as well.
Example data field for setting the temporal pattern of all button symbol LEDs to setting 1:
CAN-ID
DLC
Data
Byte 0
Data
Byte 1
Data
Byte 2
Data
Byte 3
Data
Byte 4
Data
Byte 5
Data
Byte 6
Data
Byte 7
0x18EFFF00
8
0x15
0x01
0x01
0x01
0x01
0x01
0x01
0x00