AMX NXC-IRS4 Manual de usuario Pagina 2

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 2
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 1
AMX Corporation reserves the right to alter specifications without notice at any time.
For full warranty information, refer to the AMX Instruction Manual(s) associated with your Product(s).
060-004-2499 7/02 ©2002 AMX Corporation. All rights reserved.
The AMX logo is a trademark of AMX Corporation. AMX reserves the right to alter specifications without notice at any time. *In Canada doing business as Panja Inc.
3000 research drive, richardson, TX 75082 USA • 469.624.8000 • 800.222.0193 • fax 469.624.7153 • technical support 800.932.6993
NXC-IRS4 SEND_COMMANDS (Cont.)
POF
(IR function 28 or 9)
Turns off a device, based
on input link.
You can only use the PON
and POF commands when
an IR device has a linked
I/O channel.
If the IR sensor detects the device is on, IR function 28 is generated
in an attempt to turn the device off. If three attempts fail, the card will
continue executing commands in the buffer. If there are no com-
mands in the buffer, the card will continue to try until a 'PON' or
'POD' command is received. If it fails to turn the device off, a PUSH
and RELEASE is made on channel 254 to indicate a power failure
error. If at any time the IR sensor reads that the device is on (such
as if one turned it on manually at the front panel), the card
automatically attempts to turn the device back off. Channel 255
changes are disabled after receipt of this command.
Syntax:
SEND_COMMAND <DEV>,'POF'
Example:
SEND_COMMAND IR_1,'POF'
Sends power down IR commands 28 (if present) or 9 to the IR_1
device.
PON
(IR function 27 or 9)
Turns on a device, based
on input link.
You can only use the PON
and POF commands when
an IR device has a linked
I/O channel.
If the IR sensor detects the device is off, IR function 27 is generated
in an attempt to turn the device on. If three attempts fail, card will
continue executing commands in the buffer. If there are no
commands in the buffer, the card will continue to try until a 'POF' or
'POD' command is received. If it fails to turn the device on, a PUSH
and RELEASE is made on channel 254 to indicate a power failure
error. If at any time the IR sensor reads that the device is off (such
as if one turned it off manually at the front panel), the card
automatically attempts to turn the device back on. Channel 255
changes are disabled after receipt of this command.
Syntax:
SEND_COMMAND <DEV>,'PON'
Example:
SEND_COMMAND IR_1,'PON'
Sends power up IR commands 27 or 9 to the IR_1 port.
PTOF
Sets the time between
power pulses in .10-second
increments, and is stored in
permanent memory. The
default system setting is 15
(1.5 seconds).
Syntax:
SEND_COMMAND <DEV>," 'PTOF',<Time>"
Time: 0-255 in tenths of a second increments
Example:
SEND_COMMAND IR_1," 'PTOF',15"
Sets the time between power pulses to 1.5 seconds for the IR_1
device.
PTON
Sets the duration of power
pulses in .10-second
increments. Time is stored
in permanent memory. The
default system setting is 5
(.5 seconds).
Syntax:
SEND_COMMAND <DEV>," 'PTON',<Time>"
Time: 0-255 in tenths of a second increments
Example:
SEND_COMMAND IR_1," 'PTON',15"
Sets the duration of the power pulse to 1.5 seconds for the IR_1
device.
SET BAUD
Sets the RS-232/422/485
port's communication
parameters.
This command is valid only
if SET MODE is set to
DATA.
Syntax:
SEND_COMMAND <DEV>,'SET BAUD
(Baud),(Parity),(Data), (Stop) (485
DISABLE/ENABLE)'
Var iable:
Baud: 150, 300, 600, 1200, 2400, 4800, 9600, 19200,
38400 (factory default), 57600, 76800, 115200, 230400
Parity: N (none), O (odd), E (even), M (mark), S (space)
Data: 7 or 8 data bits
Stop: 1 or 2 stop bits
485 Disable: Disables RS-485 mode and enables RS-232/422
485 Enable: Enables RS-485 mode and disables RS-234/422
Example:
SEND_COMMAND SOMEDEVICE_1,'SET BAUD
9600,N,8,1, 485 ENABLE'
Sets the SOMEDEVICE port's communication parameters to 9,600
baud, no parity, 8 data bits, 1 stop bit, and enables RS-485 mode.
SET IO LINK
Links an IR or Serial port to
an I/O channel for use with
POD, PON and POF
commands.
Syntax:
SEND_COMMAND <DEV>,'SET IO LINK <Number>'
Number: 1 - 4
Example:
SEND_COMMAND IR_1,'SET INPUT LINK 1'
Sets the IR_1 port link to I/O channel 1. The IR port uses the
specified I/O input as power status for processing PON and POF
commands.
NOTE: This command is included for older programs only. The Input
port is not an I/O. No output functions are available. ’SET IO LINK’
applies the same configuration as the ’SET INPUT LINK’ command.
SET MODE
Sets the IR/Serial ports for
IR or Serial-controlled
devices connected to a
CardFrame or NetModule.
Syntax:
SEND_COMMAND <DEV>,'SET MODE <Mode>'
Mode: IR, Serial, or Data
Example:
SEND_COMMAND IR_1,'SET MODE IR'
Sets the IR_1 port to IR mode for IR control.
NXC-IRS4 SEND_COMMANDS (Cont.)
SP
Generates a single IR
pulse.
You can use the CTON to set pulse lengths and CTOF for time off
between pulses.
Syntax:
SEND_COMMAND <DEV>," 'SP',<IR OUT>"
IR OUT: 1-252 and 256-65,000
Example:
SEND_COMMAND IR_1, "'SP',25"
Pulses IR code 25 on IR_1 device.
XCHM
Changes the IR output
pattern for the XCH com-
mand.
Syntax:
SEND_COMMAND <DEV>,'XCH-<Mode>'
Mode: 0-4
Example:
SEND_COMMAND IR_1,'XCH-3'
Sets the IR_1 device's extended channel command to mode 3.
Mode 0 Example (default): [x] [x] <x> <enter>
SEND_COMMAND IR_1, 'XCH 3’
Transmits the IR code as 3-enter.
SEND_COMMAND IR_1, 'XCH 34’
Transmits the IR code as 3-4-enter.
SEND_COMMAND IR_1, 'XCH 343’
Transmits the IR code as 3-4-3-enter.
Mode 1 Example: <x> <x> <x> <enter>
SEND_COMMAND IR_1, 'XCH 3’
Transmits the IR code as 0-0-3-enter.
SEND_COMMAND IR_1, 'XCH 34’
Transmits the IR code as 0-3-4-enter.
SEND_COMMAND IR_1, 'XCH 343’
Transmits the IR code as 3-4-3-enter.
Mode 2 Example: <x> <x> <x>
SEND_COMMAND IR_1, 'XCH 3’
Transmits the IR code as 0-0-3.
SEND_COMMAND IR_1, 'XCH 34’
Transmits the IR code as 0-3-4.
SEND_COMMAND IR_1, 'XCH 343’
Transmits the IR code as 3-4-3.
Mode 3 Example: [[100][100]…] <x> <x>
SEND_COMMAND IR_1, 'XCH 3’
Transmits the IR code as 0-3.
SEND_COMMAND IR_1, 'XCH 34’
Transmits the IR code as 3-4.
SEND_COMMAND IR_1, 'XCH 343’
Transmits the IR code as 100-100-100-4-3.
Mode 4: Mode 4 sends the same sequences as the CH command.
Only use Mode 4 channels 0-199.
XCH
Transmits IR code in the
format set with the XCHM
mode command.
Syntax:
SEND_COMMAND <DEV>,'XCH <Channel>'
Channel: 0-999
ZAP
Deletes all IR data stored
in CardFrame or
NetModule ports 1-4.
Syntax:
SEND_COMMAND <DEV>, 'ZAP'
Example:
SEND_COMMAND IR_1, 'ZAP'
Deletes IR commands in ports 1-4 of the IR_1 device.
Vista de pagina 1
1 2

Comentarios a estos manuales

Sin comentarios