7. LW3 Programmers’ Reference
RAP-B511 series
– User's Manual
77
Applied firmware package: v1.1.0b3b3 | LDC software: v2.5.1b5
7.8.3.
Set the Default Intensity of the High Brightness
Command and Response
ç
SET·/MANAGEMENT/UI/LEDS.HighBright=
<light_intensity>
æ
pw·/MANAGEMENT/UI/LEDS.HighBright=
<light_intensity>
Parameters
Identifier
Parameter description
Parameter values
<light_intensity>
The default intensity of the background light.
0
-
5
:
0
means no bright,
5
is the
maximum brightness.
Example
ç
SET /MANAGEMENT/UI/LEDS.HighBright=3
æ
pw /MANAGEMENT/UI/LEDS.HighBright=3
7.8.4.
Set Background Light of the Button
Set the TrueFunction
Here the LEDs behaviour can be defined how the when the button is pressed or released. This property takes
into consideration the
Set the Button Interaction State
. If it is true (
<btn_ID>
.State=true), the LED will light
according to this setting.
Command and Response
ç
SET·/MANAGEMENT/UI/LEDS/
<LED_ID>
.TrueFunction=
<light_mode>
æ
pw·/MANAGEMENT/UI/LEDS/
<LED_ID>
.TrueFunction=
<light_mode>
Parameters
Identifier
Parameter description
Parameter values
<light_mode>
Type of the background light.
0
: Off
1
: Low brightness
2
: High brightness
3
: Blinking
4
: Slow blinking
5
: Sine pulse
Example
ç
SET /MANAGEMENT/UI/LEDS/LED11.TrueFunction=1
æ
pw /MANAGEMENT/UI/LEDS/LED11.TrueFunction=1
Set the FalseFunction
Here the LEDs behaviour can be defined, when the button is pressed or released. This property takes into
consideration the
Set the Button Interaction State
. If it is false (
<btn_ID>
.State=false), the LED will light
according to this setting.
Command and Response
ç
SET·/MANAGEMENT/UI/LEDS/
<LED_ID>
.FalseFunction=
<light_mode>
æ
pw·/MANAGEMENT/UI/LEDS/
<LED_ID>
.FalseFunction=
<light_mode>
Parameters
Identifier
Parameter description
Parameter values
<light_mode>
Type of the background light.
0
: Off
1
: Low brightness
2
: High brightness
3
: Blinking
4
: Slow blinking
5
: Sine pulse
Example
ç
SET /MANAGEMENT/UI/LEDS/LED11.FalseFunction=2
æ
pw /MANAGEMENT/UI/LEDS/LED11.FalseFunction=2
7.8.5.
Set the Background Light for a Period of Time
Command and Response
ç
CALL·/MANAGEMENT/UI/LEDS/
<led_ID>
:
<button_func>
(
<time>
)
æ
mO·/MANAGEMENT/UI/LEDS/
<led_ID>
:
<button_func>
(
<time>
)
Parameters
Identifier
Parameter description
Parameter values
<led_ID>
LED identifier
LED1-11
<button_func>
Type of the background
lightning.
tempFuncOff
: No brightness
tempFuncLowBright
: Low brightness
tempFuncHighBright:
High brightness
tempFuncBlink:
Blinking
<time>
Duration of time in ms
while the LED lights.
1-60000
Example
ç
CALL /MANAGEMENT/UI/LEDS/LED11:tempFuncOff(100)
æ
mO /MANAGEMENT/UI/LEDS/LED11:tempFuncOff