7. LW3 Programmers’ Reference
UCX series – User's Manual
110
Applied firmware package: v1.2.0b9 | LDC software: v2.5.10b1
8.5.7.
Identifying the Device
Calling the method makes the status LEDs blink for 10 seconds. The feature helps to find the device physically.
Command and Response
#identifyme
ç
CALL /V1/MANAGEMENT/UI:identifyMe()
æ
mO /V1/MANAGEMENT/UI:identifyMe=
Example
ç
CALL /V1/MANAGEMENT/UI:identifyMe()
æ
mO /V1/MANAGEMENT/UI:identifyMe=
8.5.8.
Toggling the Dark Mode Setting
The LEDs of the device can be switched off, if their light could be annoying. In Dark mode, all the LEDs are
switched off, except the LEDs of the RJ45 connectors.
#darkmode
Command and Response
ç
SET·/V1/MANAGEMENT/UI/DARKMODE.Enable=
<mode_state>
æ
pw·/V1/MANAGEMENT/UI/DARKMODE.Enable=
<mode_state>
Parameters
If the
<mode_state>
parameter is
true
(or
1
), the Dark mode function is
enabled
, if the parameter is
false
(or
0
),
the function is
disabled
.
Example
ç
SET /V1/MANAGEMENT/UI/DARKMODE.Enable=true
æ
pw /V1/MANAGEMENT/UI/DARKMODE.Enable=true
8.5.9.
Setting the Delay of the Dark Mode Setting
The Dark mode can be enabled rightaway, or after a certain time. Thus, the mode is enabled, if no buttons
are pressed meanwhile. Pressing any button brings back the status info on the LEDs without performing the
function of the button itself. The delay time can be set by this command.
Command and Response
ç
SET·/V1/MANAGEMENT/UI/DARKMODE.Delay=
<delay_time>
æ
pw·/V1/MANAGEMENT/UI/DARKMODE.Delay=
<delay_time>
Parameters
The
<delay_time>
parameter means seconds, and the default value is 60. If set to 0, no delay is applied, and
the Dark mode can be enabled immediately by the
DarkModeEnable
property. This delay has an affect to the
wakeFromDarkMode
method as well.
Example
ç
SET /V1/MANAGEMENT/UI/DARKMODE.Delay=10
æ
pw /V1/MANAGEMENT/UI/DARKMODE.Delay=10
8.6.
Video Port Settings - General
8.6.1.
Switch Video Input
Command and Response
ç
CALL·/V1/MEDIA/VIDEO/XP:switch(
<in>
:
<out>
)
æ
mO
·
/V1/MEDIA/VIDEO/XP:switch=
Example
ç
CALL /V1/MEDIA/VIDEO/XP:switch(I5:O1)
æ
mO /V1/MEDIA/VIDEO/XP:switch=
INFO:
When using the '0' value as an input, the input will be disconnected and no signal will appear on the
output.
ATTENTION!
Video crosspoint has a limitation: I1 and I5 ports are not available at the same time, only one
of them can be selected to any output.
When one of the outputs is switched to I1 or I5 the other output can
not be switched to I1 or I5. In this case the switch command returns error message.
Example
ç
GET /V1/MEDIA/VIDEO/XP/O1.ConnectedSource
æ
pw /V1/MEDIA/VIDEO/XP/O1.ConnectedSource=I5
ç
GET /V1/MEDIA/VIDEO/XP/O2.ConnectedSource
æ
pw /V1/MEDIA/VIDEO/XP/O2.ConnectedSource=I5
ç
CALL /V1/MEDIA/VIDEO/XP:switch(I1:O1)
æ
mE /V1/MEDIA/VIDEO/XP:switch %E006: Illegal operation
8.6.2.
Switch an Input to All Outputs
Command and Response
ç
CALL·/V1/MEDIA/VIDEO/XP:switchAll(
<input>
)
æ
mO
·/V1/MEDIA/VIDEO/XP:switchAll=
Example
ç
CALL /V1/MEDIA/VIDEO/XP:switchAll(I1)
æ
mO /V1/MEDIA/VIDEO/XP:switchAll=