7. LW3 Programmers’ Reference
RAP-B511 series
– User's Manual
54
7.8. Volume Control Configuration
7.8.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
7.8.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
7.8.3.
Mute the Volume
Clicking on the jog dial changes the mute state (and toggles on and off the mute LED).
Command and Response
Ý
SET·/MANAGEMENT/UI/VOLUMECONTROL.Mute=
<mute_state>
Ü
pw·/MANAGEMENT/UI/VOLUMECONTROL.Mute=
<mute_state>
Parameters
<mute_state>
true
or
false
Example
Ý
SET /MANAGEMENT/UI/VOLUMECONTROL.Mute=false
Ü
pw /MANAGEMENT/UI/VOLUMECONTROL.Mute=false
7.8.4. Volume Control (Jog Dial) Status Indicators
These properties gives immediate feedback about the jog dial status. They are for using as a Condition in
the Event Manager.
Query the Rotating Direction of the Jog Dial
Command and Response
Ý
GET·/MANAGEMENT/UI/VOLUMECONTROL/ROTARY.RotaryPosition
Ü
pw·/MANAGEMENT/UI/VOLUMECONTROL/ROTARY.RotaryPosition=
<direction>
Parameters
<direction>
1:
Jog dial is rotating clockwise.
-
1:
Jog dial is rotating counter clockwise
0
: Default value, when the rotary does not turn.
Example
Ý
GET /MANAGEMENT/UI/VOLUMECONTROL/ROTARY.RotaryPosition
Ü
pr /MANAGEMENT/UI/VOLUMECONTROL/ROTARY.RotaryPosition=-1