Bedienungsanleitung AMX AMX NetLinx Integrated Controller NXI

28 Seiten 1.68 mb
Download

Zur Seite 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 • ...

Produzent AMX Kategorie Network Card

Dokumente, die wir vom Produzenten des Geräts AMX AMX NetLinx Integrated Controller NXI erhalten, können wir in mehrere Gruppen teilen. Unteranderem in:
- technische Zeichnungen AMX
- Bedienungsanleitungen NetLinx Integrated Controller NXI
- Produktkarten AMX
- Informationsbroschüren
- oder Energieetiketten AMX AMX NetLinx Integrated Controller NXI
Jede von ihnen ist wichtig, jedoch finden wir die wichtigsten Informationen für den Nutzer des Geräts in der Bedienungsanleitung AMX AMX NetLinx Integrated Controller NXI.

Die Dokumentengruppe, die als Bedienungsanleitungen bezeichnet wird, wird ebenfalls in detaillierte Arten geteilt, solche wie: Montageanleitungen AMX AMX NetLinx Integrated Controller NXI, Wartungsanleitungen, Kurzanleitungen oder Benutzeranleitungen AMX AMX NetLinx Integrated Controller NXI. Abhängig vom Bedarf, sollten Sie das Dokument finden, das Sie brauchen. In unserem Service können Sie sich die populärste Bedienungsanleitung des Produkts AMX AMX NetLinx Integrated Controller NXI ansehen.

Ähnliche Bedienungsanleitungen

Die komplette Bedienungsanleitung des Geräts AMX AMX NetLinx Integrated Controller NXI, wie sollte sie aussehen?
Die Bedienungsanleitung, auch bezeichnet als Benutzerhandbuch, oder einfach nur „Anleitung”, ist ein technisches Dokument, das dem Benutzer bei der Nutzung von AMX AMX NetLinx Integrated Controller NXI hilfreich sein soll. Die Bedienungsanleitungen werden in der Regel von technischen Schriftstellern geschrieben, aber in einer Sprache, die für alle Nutzer von AMX AMX NetLinx Integrated Controller NXI verständlich ist.

Eine gänzliche Bedienungsanleitung von AMX sollte einige Grundelemente enthalten. Ein Teil von ihnen ist nicht so wichtig, wie z.B.: die Titelseite oder Autorenseiten. Die restlichen von ihnen jedoch, sollten Informationen liefern, die für den Nutzer von enormer Wichtigkeit sind.

1. Einführung und Hinweise, wie man sich in einer Bedienungsanleitung von AMX AMX NetLinx Integrated Controller NXI bewegt - Am Anfang jeder Bedienungsanleitung sollten wir Hinweise bezüglich der Nutzungsart eines bestimmten Ratgebers finden. In ihr sollten sich Informationen über die Lokalisierung des Inhaltsverzeichnisses von AMX AMX NetLinx Integrated Controller NXI befinden, FAQ oder über oft auftretende Probleme – also Stellen, die von den Benutzern in jeder Bedienungsanleitung am meisten gesucht werden
2. Inhaltsverzeichnis - Index aller Ratschläge bezüglich AMX AMX NetLinx Integrated Controller NXI, die wir im aktuellen Dokument finden
3. Ratschläge zur Nutzung der Grundfunktionen des Geräts AMX AMX NetLinx Integrated Controller NXI - die uns die ersten Schritte während der Nutzung von AMX AMX NetLinx Integrated Controller NXI erleichtern sollten
4. Troubleshooting - geordneter Tätigkeitslauf, der uns bei der Diagnose und als nächstes bei der Lösung wichtiger Probleme mit AMX AMX NetLinx Integrated Controller NXI hilft
5. FAQ - häufig gestellte Fragen
6. Kontaktdaten Informationen darüber, wo man Kontakt zum Produzenten / Service von AMX AMX NetLinx Integrated Controller NXI im bestimmten Land suchen kann, wenn es nicht gelingt, das Problem selbst zu lösen.

Haben Sie eine Frage bezüglich AMX AMX NetLinx Integrated Controller NXI?

Nutzen Sie das untere Formular

Wenn Sie mit Hilfe der gefundenen Bedienungsanleitung Ihr Problem mit AMX AMX NetLinx Integrated Controller NXI nicht gelöst haben, stellen Sie eine Frage, indem Sie das untere Formular nutzen. Wenn einer der Nutzer ein ähnliches Problem mit AMX AMX NetLinx Integrated Controller NXI hatte, ist es möglich, dass er mit Ihnen die Lösung teilen möchte.

Text vom Bild übertragen

Kommentare (0)