Manuale per l’uso AMX AMX NetLinx Integrated Controller NXI

28 pagine 1.68 mb
Scarica

Vai alla pagina of 28

Summary
  • AMX AMX NetLinx Integrated Controller NXI - page 1

    Operation/Reference Guide Controllers NXI NetLinx ® Integrated Controller Initial Release: / Last Revised: 1/8/ 2009 ...

  • AMX AMX NetLinx Integrated Controller NXI - page 2

    AMX Limited Warranty and Disclaimer AMX Corporation warrants its product s to be free of defec ts in material and workmanship under normal use for three (3) years from the date of purchase from AM X Corporation, with the follow ing exceptions: • Electroluminescent and LCD Control Panels a re warranted for thr ee (3) ye ars, except for the display ...

  • AMX AMX NetLinx Integrated Controller NXI - page 3

    Table of Contents i NXI NetLinx Integrated Controller Table of Contents Product Information ...................... ..................................................................... 1 Front and Rear Panel Components .................... ......................... .................... .......... 1 Specifications .... ......................... .... ...

  • AMX AMX NetLinx Integrated Controller NXI - page 4

    ii NXI NetLinx Integrated Controller Table of Contents ...

  • AMX AMX NetLinx Integrated Controller NXI - page 5

    Product Information 1 NXI NetLinx Integrated Controller Product Information The NXI NetLinx Inte grated Controlle r represents the ne w generation of AMX multi-port cent ral controllers. The NXI can be programmed to control RS-232 /422/485, Relay , IR/Seria l, and Input/Output de vices using the NetLinx programming language and NetLinx Studio progr ...

  • AMX AMX NetLinx Integrated Controller NXI - page 6

    Product Information 2 NXI NetLinx Integrated Controller Specifications NXI Specifications Power requirements 1.09 A @ 12 VDC (NXI only/no card) Memory 64K of IR memory:· • 32K IR memory for IR ports 8-1 1 • 32K IR memory for IR ports 12-15 Por t s: RS-232/422/485 ports (#1-6) Six RS-232/422/485 control ports with XON/XOFF (transmit on/transmit ...

  • AMX AMX NetLinx Integrated Controller NXI - page 7

    Product Information 3 NXI NetLinx Integrated Controller NXI Specifications (Cont.) Rear P anel Components: RS-232/422/485 (ports 1-6) Six 10-pin (male) connec tors that support bi-directional RS-232/422/485 communication (XON/XOFF , CTS/RTS, 300-230,400 baud). • Channel range = 1-255 • Channels 1-254 provide feedback only .· • Channel 255 (C ...

  • AMX AMX NetLinx Integrated Controller NXI - page 8

    Product Information 4 NXI NetLinx Integrated Controller ...

  • AMX AMX NetLinx Integrated Controller NXI - page 9

    Connections and Wiring 5 NXI NetLinx Integrated Cont roller Connections and Wiring Installing the Master or Hub Card The NXC-ME260 NetLinx Master or any Hub Card can be installed in the NXI. The card mounts in a horizontal position, through the master card slot on the rear panel of the NXI enclosure (see FIG. 1 on page 1). T o install a Master or H ...

  • AMX AMX NetLinx Integrated Controller NXI - page 10

    Connections and Wiring 6 NXI NetLinx Integrated Controller IR/Serial Connections and Wiring Y ou can connect up to eight IR- or serial- controllable de vices to the IR/Serial connec tors (ports 8-15). These connectors accept an IR emitter (CC-NIRC) th at mounts on the de vice's IR window , or a mini- plug (CC-NSER) that connects to the de vice ...

  • AMX AMX NetLinx Integrated Controller NXI - page 11

    Programming 7 NXI NetLinx Integrated Cont roller Programming This section describes the Send_C ommands, Send_Strings, and Channel commands you can use to program the NXI. The e xamples in this se cti on require a declaration in the DEFI NE_DEVICE section of y our program to work correct ly . Refer to the NetLinx Pro gramming Language instruction ma ...

  • AMX AMX NetLinx Integrated Controller NXI - page 12

    Programming 8 NXI NetLinx Integrated Controller Program Port Commands The Program port commands l isted in th e follo wing table can be sent directly to the Master Card using a terminal program (i.e. T elnet). Be sure that your PC's COM port a nd terminal program's communication settings match those in the tabl e below: In your terminal p ...

  • AMX AMX NetLinx Integrated Controller NXI - page 13

    Programming 9 NXI NetLinx Integrated Cont roller Program Port Comma nds (Cont.) PROGRAM INFO Displays the NetLinx program's name residing in the Master Card. PULSE Pulses a channel on a device on and of f. The device can be on any sys- tem the master you are connected to can reach. Y ou can specify the device number , port, and system, or the ...

  • AMX AMX NetLinx Integrated Controller NXI - page 14

    Programming 10 NXI NetLinx Integrated Controller ESC Pass Codes There are 'escape' codes in the pass mode. These code s can switch the display mode or exit pass mode. The follow ing 'escape' codes are defined. Program Port Comma nds (Cont.) SHOW NOTIFY Displays a list of devices that other systems have requested inp ut from and ...

  • AMX AMX NetLinx Integrated Controller NXI - page 15

    Programming 11 NXI NetLinx Integrated Cont roller Notes on Specific Telnet/Terminal Clients T elnet and terminal clients will hav e different behaviors in some situations . This section sta tes some of the known anomalies. Windows TM client pro grams Anomalies occur when using a W indo ws client if you are not typing standard ASCII characters (i.e ...

  • AMX AMX NetLinx Integrated Controller NXI - page 16

    Programming 12 NXI NetLinx Integrated Controller RS-232/422/485 Send_Commands RS-232/422/485 Send_Commands B9MOFF Sets the port's communica- tion parameters for stop and data bits according to the software settings on the RS- 232 port (default). This command works in conjunction with the B9MON co mmand. Syntax: SEND_COMMAND <DEV>,'B ...

  • AMX AMX NetLinx Integrated Controller NXI - page 17

    Programming 13 NXI NetLinx Integrated Cont roller RS-232/422/485 Send_C ommands (Cont.) SET BAUD Sets the RS-232/422/485 port's communication param- eters. Syntax: SEND_COMMAND <DEV>,'SET BAUD (Baud),(Parity),(Data),(Stop) (485 DISABLE/ENABLE)' V ariables: Baud = 150, 300, 600, 1200, 2400, 4800, 9600, 19200, 38400 ( factory set ...

  • AMX AMX NetLinx Integrated Controller NXI - page 18

    Programming 14 NXI NetLinx Integrated Controller RS-232/422/485 Send_C ommands (Cont.) RXON S tarts transmitting received characters to the Master Card. This command is sent automatical ly when issuing a CREA TE_BUFFER Send_Command. Syntax: SEND_COMMAND <DEV>,'RXON' Example: SEND_COMMAND RS232_1,'RXON' Sets the RS232_1 dev ...

  • AMX AMX NetLinx Integrated Controller NXI - page 19

    Programming 15 NXI NetLinx Integrated Cont roller RS-232/422/485 Send_String Escape Sequences RS-232/422/485 Send_Stri ng Escape Sequences 27,17, Sends device-s pecific break characters for a specified duration. Syntax: SEND_STRING <DEV>,"27,17,<Time>" V ariable: T ime = 1-255 in 100 microsecond increments Example: SEND_STRING ...

  • AMX AMX NetLinx Integrated Controller NXI - page 20

    Programming 16 NXI NetLinx Integrated Controller IR / Serial Ports (8 - 15) Channels IR/Serial Send_Commands The following IR and IR/Serial Send_Commands ge nerate control signals for external equipment. IR / Serial Ports Channels 00001 - 00229 IR commands. 00229 - 00253 May be used for system call feedback. 00254 Power Fail. (Used with the 'P ...

  • AMX AMX NetLinx Integrated Controller NXI - page 21

    Programming 17 NXI NetLinx Integrated Cont roller IR/Serial Send_Commands (Cont.) CTOF Sets the duration of off time (no signal) between IR pulses for channel and IR function transmissions. Off time set- tings are stored in non-vola- tile memory . The factory default for channel off time is 5 (.5 second). This command is associated with the SP (sin ...

  • AMX AMX NetLinx Integrated Controller NXI - page 22

    Programming 18 NXI NetLinx Integrated Controller IR/Serial Send_Commands (Cont.) PON T urns on a device, based on input Link. 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. If three attempts fail, card will continue exe ...

  • AMX AMX NetLinx Integrated Controller NXI - page 23

    Programming 19 NXI NetLinx Integrated Cont roller IR/Serial Send_Commands (Cont.) SP Generates a single IR pulse. Y ou can use the CTON to set pulse lengths and CTOF for time off between pulses. Syntax: SEND_COMMAND <DEV>," 'SP',<IR OUT>" V ariable: IR OUT = 1-252 and 256-65,000 Example: SEND_COMMAND IR_1, " &ap ...

  • AMX AMX NetLinx Integrated Controller NXI - page 24

    Programming 20 NXI NetLinx Integrated Controller IR/Serial Send_Commands (Cont.) XCHM Changes the IR output pat- tern for the XCH command. Syntax: SEND_COMMAND <DEV>,'XCH-<Mode>' V ariable: 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 (de ...

  • AMX AMX NetLinx Integrated Controller NXI - page 25

    Programming 21 NXI NetLinx Integrated Cont roller Input/Output Send_Commands The following Send_Com mands prog ram the I/O ports on the NXI. IR/Serial Send_Commands (Cont.) 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 co ...

  • AMX AMX NetLinx Integrated Controller NXI - page 26

    Programming 22 NXI NetLinx Integrated Controller ...

  • AMX AMX NetLinx Integrated Controller NXI - page 27

    Programming 23 Enter the Document Name Here ...

  • AMX AMX NetLinx Integrated Controller NXI - page 28

    1/09 © 2009 AMX. All rights reserved. AMX and the AM X logo are register ed trademarks of AMX. AMX reserves the ri ght to alter specifica tions without notice at any time. It’s Your World - Take Con trol™ 3000 RESEARCH DRIVE, RICHARDSON, TX 75082 USA • 800.222.0193 • 469.624.8000 • 469-624-7153 fax • 800.932.6993 technical support • ...

Fabbricante AMX Categoria Network Card

I documenti che otteniamo dal fabbricante del dispositivoAMX AMX NetLinx Integrated Controller NXI possono essere suddivisi in diversi gruppi. Questi sono tra gli altri:
- disegni tecnici AMX
- manuali per l’uso NetLinx Integrated Controller NXI
- schede prodotto AMX
- opuscoli
- o etichette energetiche AMX AMX NetLinx Integrated Controller NXI
Tutti sono importanti, ma le informazioni più importanti dal punto di vista di utilizzo del dispositivo possono essere trovate nel manuale per l’uso AMX AMX NetLinx Integrated Controller NXI.

Un gruppo di documenti denominato manuali per l’uso, è anche suddiviso in tipi più specifici, come: Manuali di installazione AMX AMX NetLinx Integrated Controller NXI, manuali di manutenzione, brevi manuali o manuali utente AMX AMX NetLinx Integrated Controller NXI. A seconda delle esigenze, si dovrebbe cercare il documento necessario. Nel nostro sito web, puoi visualizzare il manuale più popolare per l'uso del prodotto AMX AMX NetLinx Integrated Controller NXI.

Manuale completo del dispositivo AMX AMX NetLinx Integrated Controller NXI, come deve essere?
Il manuale per l’uso, denominato anche istruzioni per l’uso, o semplicemente il manuale è un documento tecnico progettato per aiutare ad utilizzare AMX AMX NetLinx Integrated Controller NXI dagli utenti. I manuali sono di solito scritti da uno scrittore tecnico, ma in un linguaggio accessibile a tutti gli utenti AMX AMX NetLinx Integrated Controller NXI.

Il manuale per l’uso completo AMX, dovrebbe includere vari elementi di base. Alcuni di loro sono meno importanti, come ad esempio: copertina / pagina del titolo o pagina di autore. Tuttavia, la parte rimanente, dovrebbe fornire informazioni importanti dal punto di vista dell'utente.

1. Introduzione e la guida su come utilizzare il manuale AMX AMX NetLinx Integrated Controller NXI - All'inizio di ogni manuale, dovremmo trovare indizi su come utilizzare il documento. Dovrebbe contenere informazioni sulla posizione dell’indice AMX AMX NetLinx Integrated Controller NXI, FAQ o i problemi più comuni : i punti che sono più spesso cercati dagli utenti di ogni manuale
2. Indice - elenco di tutti i suggerimenti per AMX AMX NetLinx Integrated Controller NXI che possono essere trovati nel documento corrente
3. Suggerimenti su come utilizzare le funzioni di base del dispositivo AMX AMX NetLinx Integrated Controller NXI - che ci dovrebbe aiutare nei primi passi durante l'uso AMX AMX NetLinx Integrated Controller NXI
4. Troubleshooting - sequenza sistematica delle attività che vi aiuterà a diagnosticare e, successivamente, risolvere i problemi più importanti del AMX AMX NetLinx Integrated Controller NXI
5. FAQ - domande più frequenti
6. Dettagli di contatto Informazioni su dove cercare il contatto con il fabbricante / servizio AMX AMX NetLinx Integrated Controller NXI in un dato paese, se il problema non può essere risolto da noi stessi.

Hai una domanda su AMX AMX NetLinx Integrated Controller NXI?

Utilizza il modulo sottostante

Se non hai risolto il problema con AMX AMX NetLinx Integrated Controller NXI con l'aiuto del manuale che hai trovato, fai una domanda utilizzando il modulo sottostante. Se un utente ha avuto un problema simile con AMX AMX NetLinx Integrated Controller NXI è probabile che voglia condividere il modo di risolverlo.

Riscrivi il testo dall’immagine

Commenti (0)