7. LW3 Programmers’ Reference
RAP-B511 series
– User's Manual
76
Applied firmware package: v1.1.0b3b3 | LDC software: v2.5.1b5
Query the Actual Status
Command and Response
ç
GET·/MANAGEMENT/UI/BUTTONS/
<btn_ID>
/BUTTON.ActualStatus
æ
pr·/MANAGEMENT/UI/BUTTONS/
<btn_ID>
/BUTTON.ActualStatus=
<btn_status>
Parameters
Identifier
Parameter description
Parameter values
<btn_status>
Shows if the button is pressed or
not at the moment.
up
: The button is not pressed at the moment.
down
: The button is pressed at the moment.
Example
ç
GET /MANAGEMENT/UI/BUTTONS/BUTTON1/BUTTON.ActualStatus
æ
pr /MANAGEMENT/UI/BUTTONS/BUTTON1/BUTTON.ActualStatus=up
Query the Clicked Status
Command and Response
ç
GET·/MANAGEMENT/UI/BUTTONS/
<btn_ID>
/BUTTON.Clicked
æ
pr·/MANAGEMENT/UI/BUTTONS/
<btn_ID>
/BUTTON.Clicked=
<clicked_nr>
Parameters
The
<clicked_nr>
parameter gives feedback about the number of the quick button presses (max. 1 sec
between the presses). After the clicking, the value restores to default (0) immediately. It can be set as a
condition in the Event Manager when the trigger should be e.g. a double click.
Example
ç
GET /MANAGEMENT/UI/BUTTONS/BUTTON1/BUTTON.Clicked
æ
pr /MANAGEMENT/UI/BUTTONS/BUTTON1/BUTTON.Clicked=0
Query the Longpress Status
Command and Response
ç
GET·/MANAGEMENT/UI/BUTTONS/
<btn_ID>
/BUTTON.LongPress
æ
pr·/MANAGEMENT/UI/BUTTONS/
<btn_ID>
/BUTTON.LongPress=
<longpress_status>
Parameters
Identifier
Parameter description
Parameter values
<longpress_status>
True, when the button has been
pressing more than 1 sec.
true
: The button has been pressed more than 1sec.
false
: The button has been pressed less than 1 sec.
Example
ç
GET /MANAGEMENT/UI/BUTTONS/BUTTON1/BUTTON.LongPress
æ
pr /MANAGEMENT/UI/BUTTONS/BUTTON1/BUTTON.LongPress=false
7.8. Button LED Configuration
General parameters
Identifier
Parameter description
Parameter values
<LED_ID>
LED identifier (LED1 is behind the BUTTON1) LED1-11
7.8.1.
Enable the Button LED
ATTENTION!
If the Button LED is not enabled, the following LED-related settings will not be displayed.
Command and Response
ç
SET·/MANAGEMENT/UI/LEDS/
<LED_ID>
.Enabled=
<LED_enable>
æ
pw·/MANAGEMENT/UI/LEDS/
<LED_ID>
.Enabled=
<LED_enable>
Parameters
<LED_enable>
true:
The button LED is allowed to light.
false:
The button LED is not allowed to light.
Example
ç
SET /MANAGEMENT/UI/LEDS/LED11.Enabled=true
æ
pw /MANAGEMENT/UI/LEDS/LED11.Enabled=true
7.8.2.
Set the Default Intensity of the Low Brightness
Command and Response
ç
SET·/MANAGEMENT/UI/LEDS.LowBright=
<light_intensity>
æ
pw·/MANAGEMENT/UI/LEDS.LowBright=
<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.LowBright=1
æ
pw /MANAGEMENT/UI/LEDS.LowBright=1