Indicator Values
Each indicator on a station can be set to one of 8 different colors (including black), with 4 intensity levels and 8 flashing patterns (including
“Off” and “On” states). These parameters are combined to provide 256 possible combinations, which can be expressed as a single 8-bit
number.
The three parameters can be combined in a binary fashion to produce a value from 0 to 255 as expressed by the following chart. Add the
values (in parenthesis) of each parameter together to calculate the desired indicator value. For example, the value 0 is “Off”, the value 255
is “Full White”, the value 139 is Fast Flashing Red at 75% brightness.
Bit Position
Bit Value
Function
Parameter
7
128
LED Intensity
00( 0)
= Intensity 25%
01( 64)
= Intensity 50%
10(128)
= Intensity 75%
11(192)
= Intensity 100%
6
64
5
32
LED Color
000( 0)
= Black
001( 8)
= Red
010( 16)
= Green
011( 24)
= Blue
100( 32)
= Yellow
101( 40)
= Magenta
110( 48)
= Cyan
111( 56)
= White
4
16
3
8
2
4
LED Flash Pattern
000( 0)
= Off
001( 1)
= Slow Flash
010( 2)
= Rev. Slow Flash
011( 3)
= Fast Flash
100( 4)
= Rev. Fast Flash
101( 5)
= Wink
110( 6)
= Rev. Wink
111( 7)
= On
1
2
0
1
Alternatively, you can use the complete table on the next page that shows all possible combinations of LED indicator values.