7. LW3 Programmers’ Reference
UCX series – User's Manual
64
Applied firmware package: v1.1.0b7 | LDC software: v2.5.4b3
7.5.
Video Port Settings - General
7.5.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
7.5.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=
7.5.3.
Lock the Video Port
Command and Response
ç
SET
·
/V1/MEDIA/VIDEO/XP/
<port>
.Lock=
<locked_state>
æ
pw
·/V1/MEDIA/
VIDEO
/XP/
<port>
.Lock=
<locked_state>
Parameters
Parameter
Parameter description
Values
Value description
<locked_state>
Locked state
true
The port is locked
false
The port is unlocked
Example
ç
SET /V1/MEDIA/VIDEO/XP/I2.Lock=false
æ
pw /V1/MEDIA/VIDEO/XP/I2.Lock=false
7.5.4.
Mute the Video Port
Command and Response
ç
SET
·
/V1/MEDIA/VIDEO/XP/
<port>
.Mute=
<muted_state>
æ
pw·/V1/MEDIA/VIDEO/XP/
<port>
.Mute=
<muted_state>
Parameters
Parameter
Parameter description
Values
Value description
<muted_state>
Muted state
true
The port is locked.
false
The port is unlocked.
Example
ç
SET /V1/MEDIA/VIDEO/XP/I2.Mute=false
æ
pw /V1/MEDIA/VIDEO/XP/I2.Mute=false