Specifications
NetLinx Send Commands
44
ICSLan Device Control Boxes
NetLinx Send Commands (Cont.)
Command Description EXB Modules
PTOF Set the time duration between power pulses in .10-second
increments.
• This time increment is stored in permanent memory.
• This command also sets the delay between pulses generated by the
'PON' or 'POF' Send Commands in tenths of seconds.
• It also sets the delay required after a power ON command before a
new IR function can be generated. This gives the device time to
power up and get ready for future IR commands.
• It also sets the delay required after a power ON command before a
new IR function can be generated. This gives the device time to
power up and get ready for future IR commands.
• This command uses a binary parameter. To generate a Send
Command of this type, use string expressions, such as:
“'CH',$01”.
Syntax:
'PTOF',<time>
Variable:
time = 0 - 255. Given in 1/10ths of a second. Default = 15 (1.5
seconds).
Example:
SEND_COMMAND IR_1,"'PTOF',$15"
Sets the time between power pulses to 1.5 seconds for the IR_1
device.
• EXB-IRS4
PTON Set the time duration between power pulses in .10-second
increments.
• This time increment is stored in permanent memory.
• This command also sets the pulse length for each pulse generated
by the 'PON' or 'POF' Send Commands in tenths of seconds.
• This command uses a binary parameter. To generate a Send
Command of this type, use string expressions, such as:
“'CH',$01”.
Syntax:
'PTON',<time>
Variable:
time = 0 - 255. Given in 1/10ths of a second. Default = 15 (1.5
seconds).
Example:
SEND_COMMAND IR_1,"'PTON',$15"
Sets the duration of the power pulse to 1.5 seconds for the IR_1
device.
• EXB-IRS4
REBOOT Reboot the Module.
Syntax:
REBOOT
Example:
SEND_COMMAND DEVICE_1,"'REBOOT'"
Reboots DEVICE_1.
All EXB
Modules