7. LW3 Programmers’ Reference
RAP-B511 series
– User's Manual
78
Applied firmware package: v1.1.0b3b3 | LDC software: v2.5.1b5
7.9. Button Group Configuration
7.9.1.
Set the Buttons into Groups
The button mode defines which button belongs a certain group. For more information about it, see
7.9.2. Query the Group Members
Command and Response
ç
GET·/MANAGEMENT/UI/GROUP/
<group_ID>
.GroupMembers
æ
pr·/MANAGEMENT/UI/GROUP/
<group_ID>
.GroupMembers=
<member_list>
Parameters
Identifier
Parameter description
Parameter values
<group_ID>
Group identifier
G1-5
<member_list>
Shows which buttons belong to
the group. The members are listed
with their button ID numbers.
1-11;1-11;...1-11;
Example
ç
GET /MANAGEMENT/UI/GROUP/G1.GroupMembers
æ
pr /MANAGEMENT/UI/GROUP/G1.GroupMembers=1;2;3;
7.9.3.
Set the Active Button
Command and Response
ç
SET·/MANAGEMENT/UI/GROUP/
<group_ID>
.Active=
<btn_nr>
æ
pw·/MANAGEMENT/UI/GROUP/
<group_ID>
.Active=
<btn_nr>
Parameters
Identifier
Parameter description
Parameter values
<group_ID>
Group identifier
G1-5
<btn_nr>
Shows which button is the active member of the group.
It means, that the BUTTON
<btn_nr>
.State=true (and the
State property of the other members in the group are
false). For more information about the button states see
Set the Button Interaction State
1-11
Example
ç
SET /MANAGEMENT/UI/GROUP/G1.Active=1
æ
pw /MANAGEMENT/UI/GROUP/G1.Active=1
7.10. Volume Control Configuration
7.10.1.
Control Lock of the Jog Dial
This property can disable the control function of the jog dial without locking the buttons.
Command and Response
ç
SET·/MANAGEMENT/UI/VOLUMECONTROL.Enabled=
<enabled>
æ
pw·/MANAGEMENT/UI/VOLUMECONTROL.Enabled=
<enabled>
Parameters
<enabled>
true:
Jog dial control is enabled.
false:
Operation of the jog dial is disabled. The mute LED and Rotary LEDs and are turned
down. When the rotary is turned, VOLUMECONTROL.Volume will not change, and the rotary
is pressed, the VOLUMECONTROL.Mute property will not toggle.
Example
ç
SET /MANAGEMENT/UI/VOLUMECONTROL.Enabled=true
æ
pw /MANAGEMENT/UI/VOLUMECONTROL.Enabled=true
ATTENTION!
When the rotary is disabled, the
Query the Rotating Direction of the Jog Dial
,
will change.
7.10.2.
Set the Volume
Rotating the jog dial changes the volume property value (and turns on and off the volume indicator LEDs)
between 0 and 16.
Command and Response
ç
SET·/MANAGEMENT/UI/VOLUMECONTROL.Volume=
<volume_value>
æ
pw·/MANAGEMENT/UI/VOLUMECONTROL.Volume=
<volume_value>
Parameters
<volume_value>
0-16:
Volume level can be set between 0 and 16.
Example
ç
SET /MANAGEMENT/UI/VOLUMECONTROL.Volume=5
æ
pw /MANAGEMENT/UI/VOLUMECONTROL.Volume=5