7.LW3Programmers’Reference
HDMI-TPS-RX110AY series – User's Manual
117
Appliedfirmwarepackage:v1.5.0b3 | LDCsoftware:v2.5.9b2
7.23.
Relay Port Settings
7.23.1. Query the Connection State
Command and Response
#relay
ç
GET·/MEDIA/RELAY/CTRL.Output
æ
pr·/MEDIA/RELAY/CTRL.Output=
<connection_state>
Parameters
Identifier
Parameter description
Value
Explanation
<connection_state>
Connection state of the relay
O
Opened
C
Closed
Example
ç
GET/MEDIA/RELAY/CTRL.Output
æ
pr/MEDIA/RELAY/CTRL.Output=C;O
P1 relay port is closed, the P2 relay port is opened.
7.23.2.
Change the Connection State
Command and Response
ç
SET·/MEDIA/RELAY/
<port>
.Output=
<connection_state>
æ
pw·/MEDIA/RELAY/
<port>
.Output=
<connection_state>
Parameters
See at previous section.
Example
ç
SET/MEDIA/RELAY/P1.Output=C
æ
pw/MEDIA/RELAY/P1.Output=C
P1 relay port is set to be closed.
7.23.3.
Toggle the Connection State
Command and Response
ç
CALL·/MEDIA/RELAY/
<port>
:toggle()
æ
mO·/MEDIA/RELAY/
<port>
:toggle
Example
ç
CALL/MEDIA/RELAY/P1:toggle()
æ
mO/MEDIA/RELAY/P1:toggle
The connection state of P1 port is
changed to closed
from opened.
7.24.
EDID Management
Parameters
Parameter
Description
<emulated>
TheemulatedEDIDmemoryofthedesiredinputport.Example:E1.
<dynamic>
DynamicEDIDmemoryindex.Example:D1
<user>
UserEDIDmemoryindex.Example:U1
<factory>
FactoryEDIDmemoryindex.Example:F1
7.24.1. Query the Emulated EDIDs
Command and Response
#edid
ç
GET·/EDID.EdidStatus
æ
pr·/EDID.EdidStatus=
<dynamic
|
user
|
factory>
:
<emulated>
;...;
<dynamic
|
user
|
factory>
:
<emulated>
Example
ç
GET/EDID.EdidStatus
æ
pr/EDID.EdidStatus=D1:E1;D1:E2;D1:E3;D1:E4
Emulated EDID memory for input port is listed with the EDID number that is currently emulated on the input.
7.24.2. Query the Validity of a Dynamic EDID
Command and Response
ç
GET·/EDID/D/
<dynamic>
.Validity
æ
pr·/EDID/D/
<dynamic>
.Validity=
<logical_value>
Parameters
The
<logical_value>
can be
true
or
false
.
Example
ç
GET/EDID/D/D1.Validity
æ
pr/EDID/D/D1.Validity=true