6.LW2Programmers'Reference
HDMI-TPS-RX110AY series – User's Manual
62
Appliedfirmwarepackage:v1.4.0 | LDCsoftware:v2.4.0b3
6.7.
Relay Settings
6.7.1. Relay Connection State Query
Current relay connection state can be queried.
#relay
Command and Response
ȩ
{RELAY
<port_nr>=?}
Ȩ
(RELAY
<port_nr>
=
<direction>
;
<state>
)CrLf
Parameters
Identifier
Parameter description
Value
Parameter value
<direction>
Directionoftherelay(input/
output)
O
Output (it is always O as Output)
<state>
State of the connection
C
Closed
O
Opened
Example
ȩ
{relay1=?}
Ȩ
(RELAY1=O;O)
Explanation
Relay1 is opened now.
6.7.2.
Relay Connection State Setting
Command and Response
ȩ
{RELAY
<port_nr>=
<direction>
;
<state>
}
Ȩ
(RELAY
<port_nr>
=
<direction>
;
<state>
)CrLf
Parameters
Identifier
Parameter description
Value
Parameter value
<direction>
Directionoftherelay(input/
output)
O
Output (it is always O as Output)
<state>
State of the connection
C
Closed
O
Opened
Example
ȩ
{relay1=O;C}
Ȩ
(RELAY1=O;C)
Explanation
Relay1 is closed now.