Manuel d’utilisation AMX NXI

28 pages 0.35 mb
Télécharger

Aller à la page of 28

Summary
  • AMX NXI - page 1

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

  • AMX 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 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 NXI - page 4

    ii NXI NetLinx Integrated Controller Table of Contents ...

  • AMX 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 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 ts: RS-232/422/485 ports (#1-6) Six RS-232/422/485 control ports with XON/XOFF (transmit on/transmit ...

  • AMX 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 NXI - page 8

    Product Information 4 NXI NetLinx Integrated Controller ...

  • AMX 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 NXI - page 26

    Programming 22 NXI NetLinx Integrated Controller ...

  • AMX NXI - page 27

    Programming 23 Enter the Document Name Here ...

  • AMX 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 • ...

Fabricant AMX Catégorie Network Card

Les documents que nous recevons du fabricant de l'appareilAMX NXI peuvent être divisés en plusieurs groupes. Ceux-ci sont, entre autres:
- dessins techniques AMX
- manuels d’utilisations NXI
- fiches produit AMX
- dépliants
- ou étiquettes-énergie AMX NXI
Tous sont importants, mais les informations les plus importantes du point de vue de l'utilisation de l'appareil se trouvent dans le manuel d’utilisation AMX NXI.

Un groupe de documents appelé manuels d’utilisation est également divisé en types plus spécifiques, tels que: Manuels d’installation AMX NXI, manuels d’entretien, brefs manuels ou manuels de l’utilisateur AMX NXI. Selon vos besoins, vous devriez chercher le document dont vous avez besoin. Sur notre site, vous pouvez voir le manuel le plus populaire d’utilisation du produit AMX NXI.

Manuel d’utilisation complet de l’appareil AMX NXI, quelle devrait-elle être?
Le manuel d’utilisation, également appelé le mode d’emploi, ou tout simplement le manuel, est un document technique destiné à aider à utiliser AMX NXI par les utilisateurs. Des manuels sont généralement écrits par un rédacteur technique, mais dans un langage accessible à tous les utilisateurs AMX NXI.

Le manuel d’utilisation complet AMX, devrait inclure plusieurs éléments de base. Certains d'entre eux sont moins importants, tels que: la couverture / page de titre ou pages d'auteur. Cependant, la partie restante, devrait nous fournir des informations importantes du point de vue de l'utilisateur.

1. Introduction et des conseils sur la façon d'utiliser le manuel AMX NXI - Au début de chaque manuel, nous devrions trouver des indices sur la façon d'utiliser le document. Il doit contenir des informations sur l'emplacement de la table des matières AMX NXI, FAQ ou des problèmes les plus fréquents - les points qui sont les plus souvent recherchés par les utilisateurs de chaque manuel
2. Table des matières - index de tous les conseils pour lAMX NXI qui peuvent être trouvés dans le document courant
3. Conseils sur la façon d'utiliser les fonctions de base de l’appareil AMX NXI - qui devraient nous aider dans les premières étapes lors de l'utilisation AMX NXI
4. Troubleshooting - séquence systématique des activités qui nous aideront à diagnostiquer et ensuite résoudre les principaux problèmes de AMX NXI
5. FAQ - questions fréquemment posées
6. Détails du contact Informations sur l'endroit où chercher le contact avec le fabricant / service AMX NXI dans un pays donné, si le problème ne peut être résolu par nous-mêmes.

Avez-vous une question à propos de AMX NXI?

Utiliser le formulaire ci-dessous

Si vous n’avez pas résolu votre problème avec AMX NXI, avec l'aide du manuel que vous avez trouvé, posez une question en utilisant le formulaire ci-dessous. Si un utilisateur a eu un problème similaire avec AMX NXI il est probable qu’il a envie de partager la façon de le résoudre.

Réécrire le texte de l'image

Commentaires (0)