Panel ir commands – AMX Modero NXD-500i User Manual

Page 135

Advertising
background image

Programming

129

NXD-500i 5" Wall/Flush Mount Touch Panel with Intercom

Panel IR Commands

These commands are used to transmit and receive IR signals from the panel. Each panel has up to 4
transmit ports specifically defined as IR output ports. These ports are AMX 38K, AMX 455K, User 1,
and User 2.

^IRM allows the command itself to specify the port number. IRM is needed because commands
programmed on the panel itself can only be sent to a single port number . ^IRS is needed to enable the
received AMX 38K or 455k. In some cases, both of these ports cannot be enabled at the same time.

Panel IR Commands

^IRM

Pulses the given
channel IR

Pulses the given channel IR on for onTime tenths of seconds. Delays offTime tenths of
seconds before the next IR pulse is allowed. The port for the IR is given in the command
itself.
Syntax:

SEND_COMMAND <DEV>,"'^IRM-<port>,<channel>,<onTime>,<offTime>'"

Variables:

None.

Example:

SEND_COMMAND TP1,"'^IRM-<port>,<channel>,<onTime>,<offTime>'"

SEND_COMMAND TP2,"'^IRM-<port>,<channel>,<onTime>,<offTime>'"

Specifies the port number to be used.

^IRS

Enable the
received AMX
38K or 455K

Enables the received AMX 38K or 455K. The RX Ir port is given in the command itself.
Syntax:
SEND_COMMAND <DEV>,"'^IRS-<port>'"
Variables:
None.
Example:
SEND_COMMAND <DEV>,"'^IRS-<port>'"

Advertising