AMX NXI Operation/Reference Manual

AMX NXI Operation/Reference Manual

Integrated controller (no master)
Hide thumbs Also See for NXI:

Advertisement

O p e r a t i o n / R e f e r e n c e G u i d e
NXI
®
NetLinx
Integrated Controller (No Master)
P r o d u c t C a t e g o r y
L a s t R e v is e d : 3 / 0 4 / 2 0 1 3

Advertisement

Table of Contents
loading

Summary of Contents for AMX NXI

  • Page 1 O p e r a t i o n / R e f e r e n c e G u i d e ® NetLinx Integrated Controller (No Master) P r o d u c t C a t e g o r y L a s t R e v is e d : 3 / 0 4 / 2 0 1 3...
  • Page 2 AMX is not responsible for products returned without a valid RMA number. AMX is not liable for any damages caused by its products or for the failure of its products to perform. This includes any lost profits, lost savings, incidental damages, or consequential damages.
  • Page 3: Table Of Contents

    Table of Contents Table of Contents NXI NetLinx Integrated Controller ..............1 Overview ........................1 Front Panel ....................... 1 Rear Panel......................... 1 Specifications ......................2 Connections and Wiring ..................1 Installing the Master or Hub Card................1 Preparing/connecting captive wires ................1 RS-232/422/485 Wiring Specifications..............
  • Page 4 Table of Contents SET TIME ..........................3 SET URL <D:P:S>........................3 SHOW DEVICE <D:P:S> ......................3 SHOW LOG ..........................3 SHOW NOTIFY ......................... 3 SHOW REMOTE ........................3 SHOW ROUTE .......................... 3 SHOW SYSTEM ........................3 TCP LIST ........................... 3 TIME............................
  • Page 5 Table of Contents CP............................. 9 CTOF ............................9 CTON ............................9 GET MODE..........................9 IROFF ............................. 10 POD ............................10 POF ............................10 PON ............................10 PTOF ............................10 PTON ............................. 11 SET IO LINK..........................11 SET MODE ..........................11 SP ............................
  • Page 6 Table of Contents NetLinx Integrated Controller (No Master) - Operation Reference Guide...
  • Page 7: Nxi Netlinx Integrated Controller

    RS-232/422/485, Relay, IR/Serial, and Input/Output devices using the NetLinx programming language and NetLinx Studio program. Depending on your specific control needs, the NXI can be equipped with either a Master or Hub Card. For use as a master controller, the NXI accepts the NXC-ME260 NetLinx Master Card.
  • Page 8: Specifications

    ICSP LED (green) Blinks in unison with the Master card's NetLinx LED indicating the ICSP bus is synchronized. ID pushbutton Sets the NetLinx ID (D:P:S) assignment for the NXI. RS-232/422/485 ports Six 10-pin (male) connectors that support bi-directional RS-232/422/485 communication (Ports #1-6) (XON/XOFF, CTS/RTS, 300-230,400 baud).
  • Page 9 NXI NetLinx Integrated Controller NXI Specifications (Cont.) Rear Panel Components (Cont.) Relay port Three 8-pin (male) relay connectors (normally open) that support up to 12 independent (Port #7) external relay devices. Each relay can switch up to 24 VDC or 28 VAC @ 1 A.
  • Page 10 NXI NetLinx Integrated Controller NetLinx Integrated Controller (No Master) - Operation Reference Guide...
  • Page 11: Connections And Wiring

    Slide the card about halfway into the slot. Inside the Master Card slot on NXI, locate the 6-pin control cable connector. Plug the connector from the NXI into the 6-pin terminal on the Master or Hub Card. This connector is keyed to ensure correct orientation.
  • Page 12 Connections and Wiring IR/Serial Connections and Wiring You can connect up to eight IR- or serial-controllable devices to the IR/Serial connectors (ports 8-15). These connectors accept an IR emitter (CC-NIRC) that mounts on the device's IR window, or a mini-plug (CC-NSER) that connects to the device's control jack.
  • Page 13: Overview

    Using the ID Button The ID Button on the rear panel of the NXI (FIG. 3 on page 1) is used in conjunction with the NetLinx Studio software program to allow you to assign new Device and System numbers for the NXI.
  • Page 14: Date

    Programming Program Port Commands Command Description DATE Displays the current date and day of the week. DEVICE STATUS <D:P:S> Displays a list of all active (on) channels for the specified D:P:S. Enter DEVICE STATUS without the D:P:S variable, the Master Card displays ports, channels, and version information.
  • Page 15: Esc Pass Codes

    Programming Program Port Commands (Cont.) SET IP <D:P:S> Prompts you to enter a Host Name, Type (DHCP or Fixed), IP address, Subnet Mask, and Gateway IP address. Enter Y (yes) to approve/store the information in the Master Card. Entering N (no) cancels the operation. SET TIME Prompts you to enter the new time for the Master Card.
  • Page 16: Notes On Specific Telnet/Terminal Clients

    The following commands enable or disable the LEDs on the NXI. LED Send_Commands LED-DIS Disables the LEDs. Issue this command to port 1 to disable all the LEDs on the NXI. When activity occurs on a port(s) or NXI, the LEDs will not light.
  • Page 17: Rs232/422/485 Ports Channels

    Programming RS232/422/485 Ports Channels RS232/422/485 Ports Channels CTS push channel: Reflects the state of the CTS input if a 'CTSPSH' command was sent to the port. RS-232/422/485 Send_Commands RS-232/422/485 Send_Commands B9MOFF Sets the port's communication parameters for stop and data bits according to the software settings on the RS-232 port (default).
  • Page 18: Set Baud

    Programming RS-232/422/485 Send_Commands (Cont.) SET BAUD Sets the RS-232/422/485 port's communication parameters. Syntax: SEND_COMMAND <DEV>,'SET BAUD (Baud),(Parity),(Data),(Stop) (485 DISABLE/ENABLE)' Variables: Baud = 150, 300, 600, 1200, 2400, 4800, 9600, 19200, 38400 (factory set 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-422.
  • Page 19: Rs-232/422/485 Send_String Escape Sequences

    Programming RS-232/422/485 Send_Commands (Cont.) TXCLR Stops and clears all characters waiting in the transmit buffer. Syntax: SEND_COMMAND <DEV>,'TXCLR' Example: SEND_COMMAND RS232_1,'TXCLR' Clears and stops all characters waiting in the RS232_1 device's transmit buffer. XOFF Disables software handshaking (default). Syntax: SEND_COMMAND <DEV>,'XOFF' Example: SEND_COMMAND RS232_1,'XOFF' Disables software handshaking on the RS232_1 device.
  • Page 20: Ir / Serial Ports (8 - 15) Channels

    Programming RS-232/422/485 SEND_STRING Escape Sequences (Cont.) 27,20,0 Sets the RTS hardware handshaking output to Low/Inactive. Syntax: SEND_STRING <DEV>,"27,20,0" Example: SEND_STRING RS232_1,"27,20,0" Sets the RTS hardware handshaking output to Low on the RS232_1 device. 27,20,1 Sets the RTS hardware handshaking output to High/Active. Syntax: SEND_STRING <DEV>,"27,20,1"...
  • Page 21: Ctof

    • Transmits IR signals for 8 (IR code 18). • Waits for the time set with the CTOF command elapses. If the IR code for Enter (IR code 21) is programmed, the NXI performs steps 5 and 6. • Transmits IR signals for Enter (IR code 21).
  • Page 22: Front Panel

    Programming IR/Serial Send_Commands (Cont.) IROFF Halts and clears all IR output on the designated port. Syntax: SEND_COMMAND <DEV>,'IROFF' Example: SEND_COMMAND IR_1,'IROFF' Immediately halts and clears all IR output signals on the IR_1 port. Disables active PON (power on) or POF (power off) command settings. Channel 255 changes are enabled.
  • Page 23: Pton

    Programming IR/Serial Send_Commands (Cont.) PTON Sets the duration of power pulses in .10-second increments. Time is stored in permanent memory. Syntax: SEND_COMMAND <DEV>," 'PTON',<Time>" Variable: Time = 0-255 in tenths of a second increments; default = 5 (.5 seconds). Example: SEND_COMMAND IR_1,"...
  • Page 24: Xchm

    Syntax: SEND_COMMAND <DEV>,'XCH <Channel>' Variable: Channel = 0-999 ZAP HIGH Deletes all IR data stored in the NXI ports 12-15. Syntax: SEND_COMMAND <DEV>, 'ZAP HIGH' Example: SEND_COMMAND IR_4, 'ZAP HIGH' Deletes IR commands in ports 12-15 of the IR_4 device.
  • Page 25: Input/Output Send_Commands

    Programming IR/Serial Send_Commands (Cont.) ZAP LOW Deletes all IR data stored in the NXI ports 8-11. Syntax: SEND_COMMAND <DEV>, 'ZAP LOW' Example: SEND_COMMAND IR_1, 'ZAP LOW' Deletes IR commands in ports 8-11 of the IR_1 device. Input/Output Send_Commands The following Send_Commands program the I/O ports on the NXI.
  • Page 26 - Schedules and registration for any AMX University course - Travel and hotel information - Your individual certification requirements and progress 3000 RESEARCH DRIVE, RICHARDSON, TX 75082 USA • 800.222.0193 • 469.624.8000 • 469-624-7153 fax • 800.932.6993 technical support • www.amx.com...

This manual is also suitable for:

Netlinx nxi

Table of Contents