Programming Information
19
A
XB-TC and AXB-TCR Television Controllers (& Receivers)
Send_Commands (Cont.)
'PTOF',<Time> Sets the IR power-off pulse time after a power-on pulse in increments of
.10 seconds. Time is stored in permanent memory.
Variable:
<Time> = 0-255; System default = 15 (1.5 seconds).
Example:
SEND_COMMAND 55,"'PTOF',15"
Sets the power-off pulse time after a power-on pulse to 1.5 seconds for
device 55.
?PTOF Sends the current IR power-off pulse time string "'PTOF', <Time>" to the
master. Set the <Time> value in .10 second increments.
Example:
SEND_COMMAND 55,'?PTOF'
Sends the current IR power-off pulse time from device 55 to the master.
'PTON',<Time> Sets the IR power-on pulse time in increments of .10 seconds. Time is
stored in permanent memory.
Variables:
<Time> = 0-255; System default = 5 (.5 second).
Example:
SEND_COMMAND 233,"'PTON',20"
Sets the IR power-on pulse time (delay) to 2 seconds for device 233.
?PTON Sends the current IR power-on pulse time string "'PTON',<Time>" to the
master. Set the <Time> value in .10 second increments.
Example:
SEND_COMMAND 233,'?PTON'
Sends the current IR power-on pulse time from device 233 to the mas-
ter.
'RO',<Offset> Sets the offset value subtracted from the IR function before sending the
code to the master.
Variables:
<Offset> = 0-255
Example:
SEND_COMMAND 62,"'RO',5"
Subtracts 5 from the incoming IR code number and sends the appropri-
ate IR function from device 62 to the master.
'SP',<IR out> Generates a single <IR out> function pulse. The 'CTON' (pulse on) and
'CTOF' (pulse off) commands set the pulse time.
Variable:
<IR out> = 1-127 (see theIR Functions (Standard Order)table on
page16)
Example:
SEND_COMMAND 225,"'SP',25"
Decreases the volume level on the equipment connected to device 255.