![Lightware RAP-B511-EU Скачать руководство пользователя страница 79](http://html.mh-extra.com/html/lightware/rap-b511-eu/rap-b511-eu_user-manual_1915314079.webp)
7. LW3 Programmers’ Reference
RAP-B511 series
– User's Manual
79
Applied firmware package: v1.1.0b3b3 | LDC software: v2.5.1b5
Query the Actual Status of the Rotary
Command and Response
ç
GET·/MANAGEMENT/UI/VOLUMECONTROL/ROTARY.ActualStatus
æ
pr·/MANAGEMENT/UI/VOLUMECONTROL/ROTARY.ActualStatus=
<rotary_status>
Parameters
Identifier
Parameter description
Parameter values
<rotary_status>
Shows if the rotary button is
pressed or not at the moment.
up
: The rotary button is not pressed at the moment.
down
: The rotary button is pressed at the moment.
Example
ç
GET /MANAGEMENT/UI/VOLUMECONTROL/ROTARY.ActualStatus
æ
pr /MANAGEMENT/UI/VOLUMECONTROL/ROTARY.ActualStatus=up
Query the Longpress Status
Command and Response
ç
GET·/MANAGEMENT/UI/VOLUMECONTROL/ROTARY.LongPress
æ
pr·/MANAGEMENT/UI/VOLUMECONTROL/ROTARY.LongPress=
<longpress_status>
Parameters
Identifier
Parameter description
Parameter values
<longpress_status>
True, when the rotary button
has been pressing more
than 1 sec.
true
: The rotary button has been pressed more than 1 sec.
false
: The rotary button has been pressed less than 1 sec.
Example
ç
GET /MANAGEMENT/UI/VOLUMECONTROL/ROTARY.LongPress
æ
pr /MANAGEMENT/UI/VOLUMECONTROL/ROTARY.LongPress=false
Query the Clicked Status
Command and Response
ç
GET·/MANAGEMENT/UI/VOLUMECONTROL/ROTARY.Clicked
æ
pr·/MANAGEMENT/UI/VOLUMECONTROL/ROTARY.Clicked=
<clicked_nr>
Parameters
<clicked_nr>
Gives feedback about the number of the quick button presses (max. 1 sec between the
presses).
Example
ç
GET /MANAGEMENT/UI/VOLUMECONTROL/ROTARY.Clicked
æ
pr /MANAGEMENT/UI/VOLUMECONTROL/ROTARY.Clicked=0
7.10.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.10.4.
Volume Setting in Mute State
This command allows setting the volume while the controlled device is in muted state.
Command and Response
ç
SET·/MANAGEMENT/UI/VOLUMECONTROL.UnMuteOnVolumeChange=
<unmute>
æ
pw·/MANAGEMENT/UI/VOLUMECONTROL.UnMuteOnVolumeChange=
<unmute>
Parameters
If the
<unmute>
parameter is
true
, the unmute command is sent, the LED is switched off and the volume
setting command is sent. If the
<unmute>
parameter is
false
, only the volume setting command is sent.
Example
ç
SET /MANAGEMENT/UI/VOLUMECONTROL.UnMuteOnVolumeChange=false
æ
pw /MANAGEMENT/UI/VOLUMECONTROL.UnMuteOnVolumeChange=false
7.10.5.
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
If the
<direction>
parameter is
1
, the jog dial is rotating clockwise. If the value is
-1
, the jog dial is rotating
counter clockwise.
0
value means the rotary does not turn (default value).
Example
ç
GET /MANAGEMENT/UI/VOLUMECONTROL/ROTARY.RotaryPosition
æ
pr /MANAGEMENT/UI/VOLUMECONTROL/ROTARY.RotaryPosition=-1