7.LW3Programmers’Reference
HDMI-TPS-RX110AY series – User's Manual
115
Appliedfirmwarepackage:v1.5.0b3 | LDCsoftware:v2.5.9b2
7.20.4.
Sending CEC Commands in Hex Format
ç
CALL·/MEDIA/CEC/
<port>
:sendHex(
<hex_code>
)
æ
mO·/MEDIA/CEC/
<port>
:sendHex
Parameters
Parameter
Parameter description
Values
Valuedescription
<port>
Videoinputorvideooutput
port
I1-I4
Videoinputs
O1-O2
Videooutputs
<hex_code>
The desired CEC command
Max. 30 character (15 byte) in hexadecimal format.
Example
ç
CALL/MEDIA/CEC/I2:sendHex(8700E091)
æ
mO/MEDIA/CEC/I2:sendHex
7.20.5. Querying the Last Received CEC Message
ç
GET/MEDIA/CEC/
<port>
.LastReceivedMessage
æ
pr/MEDIA/CEC/
<port>
.LastReceivedMessage=
<CEC_message>
Parameters
Parameter
Parameter description
Values
Valuedescription
<port>
Videoport
I1-I4
or
O1-O2
<CEC_message>
The last incoming CEC message
from the connected device.
Example
ç
GET/MEDIA/CEC/I2.LastReceivedMessage
æ
pr/MEDIA/CEC/I2.LastReceivedMessage=give_power_status
TIPSANDTRICKS:
ThispropertycanbeaconditionintheEventmanager.Whentheconnecteddevice
sends status information via CEC, it could be a trigger for an action.
7.21. Infrared Port Configuration
Port Numbering
Infrared port type
Parameter
Infrared port
LW3 port number
Input
<in>
IR in (local)
S1
TPS in (IR in)
S2
Output
<out>
IR out (local)
D1
TPS in (IR out)
D2
7.21.1.
Enable Command Injection Mode
Command and Response
ç
SET·/MEDIA/IR/
<in
|
out>
.CommandInjectionEnable=
<logical_value>
æ
pw·/MEDIA/IR/
<in
|
out>
.CommandInjectionEnable=
<logical_value>
Parameters
Identifier
Parameter description
Value
Explanation
<logical_value>
Command injection setting
true
Command injection is enabled.
false
Command injection is disabled.
Example
ç
SET/MEDIA/IR/S1.CommandInjectionEnable=true
æ
pw/MEDIA/IR/S1.CommandInjectionEnable=true
7.21.2.
Change Command Injection Port Number
Command and Response
ç
SET·/MEDIA/IR/
<in
|
out>
.CommandInjectionPort=
<port_no>
æ
pw
·
/MEDIA/IR/
<in
|
out>
.CommandInjectionPort=
<port_no>
Example
ç
SET/MEDIA/IR/S1.CommandInjectionPort=9001
æ
pw/MEDIA/IR/S1.CommandInjectionPort=9001
7.21.3. Enable/Disable Output Signal Modulation
Command and Response
ç
SET·/MEDIA/IR/
<out>
.EnableModulation=
<logical_value>
æ
pw·/MEDIA/IR/
<out>
.EnableModulation=
<logical_value>
Parameters
Identifier
Parameter description
Value
Explanation
<logical_value>
Signalmodulationenable/
disable setting
true
The signal modulation is enabled.
false
The signal modulation is disabled.
Example
ç
SET/MEDIA/IR/D1.EnableModulation=false
æ
pw/MEDIA/IR/D1.EnableModulation=false
Signal modulation is turned off on IR output (D1).
INFO:
The default setting value is
true
(enabled).