TXC-24IR
FG146-01
Mini IR Credit Card Remote
The TXC-24IR mini IR remote (FG146-01) can only be
used with AMX equipment, and must be programmed
into your AMX control system. AMX IR sensors and
receivers (including the IRX-SM+, IRX-DM+ and
CP4/A) receive the 38KHz signal and translate it into
pushes on channel codes 224 through 247 as shown in
the channel map. AMX programming will translate these
channel pushes into operations that control your source
equipment. An example program is provided below:
PUSH[IR_RCVR,238]
{
PUSH[IR_RCVR,225] SOURCE = VCR
PUSH[IR_RCVR,226] SOURCE = DVD
}
IF(SOURCE = VCR)
{
PUSH[IR_RCVR,240] PULSE[VCR_IR,STOP]
PUSH[IR_RCVR,242] PULSE [VCR_IR,PAUSE]
PUSH[IR_RCVR,244] PULSE [VCR_IR,REW]
PUSH[IR_RCVR,245] PULSE [VCR_IR,PLAY]
PUSH[IR_RCVR,246] PULSE [VCR_IR,FFWD]
}
IF(SOURCE = DVD)
{
PUSH[IR_RCVR,240] PULSE [DVD_IR,STOP]
PUSH[IR_RCVR,242] PULSE [DVD_IR,PAUSE]
PUSH[IR_RCVR,244] PULSE [DVD_IR,REW]
PUSH[IR_RCVR,245] PULSE [DVD_IR,PLAY]
PUSH[IR_RCVR,246] PULSE [DVD_IR,FFWD]
}