AMX HDMI-UTPRO-0808 Stereo Receiver User Manual


 
HDMI-UTPRO-RX NetLinx Programming
92
Instruction Manual – HDMI-UTPRO-0808
CHANNELs
SEND_COMMANDs
Device SEND_COMMANDs are sent to Port 1 on the HDMI-UTPRO-RX.
Note: All text is based on a Unicode index.
Channel Function
255
This channel on indicates that the RX has a valid UTP connection to the
HDMI UTPro.
If the channel is off, the RX is incorrectly connected.
1-253 Key presses from selected remote control.
HDMI-UTPRO-RX SEND_COMMANDs
?FWVERSION
Returns the firmware
version the RX.
Syntax:
SEND_COMMAND <DEV>,"'?FWVERSION'"
Example:
SEND_COMMAND dvRX,"'?FWVERSION'"
The return value is "FWVERSION-<version>"
RP<P#>
Sets the protocol used by the
IR remote.
The RX can support a number of different remote units which are mapped through
to button pushes.
Syntax:
SEND_COMMAND <DEV>,"'RP<P#>'"
Variables:
•P#:
MIO, RC05
Example:
SEND_COMMAND dvRX,"'RPMIO'"
Configures the RX to use an AMX remote.
The available remote units are:
MIO - AMX R1 remote
RC05 - beige 43 button remote
?RP
Returns the protocol used by the
IR remote.
The RX can support a number of different remote units which are mapped through
to button pushes.
Syntax:
SEND_COMMAND <DEV>,"'?RP'"
Example:
SEND_COMMAND dvRX,"'?RP1'"
The port would respond with RP-MIO or RP-RC05.