AMX NXIの取扱説明書

28ページ 0.35 mb
ダウンロード

ページに移動 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 • ...

メーカー AMX カテゴリー Network Card

AMX NXIのメーカーから受け取ることができるドキュメントは、いくつかのグループに分けられます。その一部は次の通りです:
- #BRANDの図面#
- NXIの取扱説明書
- AMXの製品カード
- パンフレット
- またはAMX NXIの消費電力シール
それらは全部重要ですが、デバイス使用の観点から最も重要な情報は、AMX NXIの取扱説明書に含まれています。

取扱説明書と呼ばれる文書のグループは、AMX NXIの取り付け説明書、サービスマニュアル、簡易説明書、またはAMX NXIのユーザーマニュアル等、より具体的なカテゴリーに分類されます。ご必要に応じてドキュメントを検索しましょう。私たちのウェブサイトでは、AMX NXIの製品を使用するにあたって最も人気のある説明書を閲覧できます。

関連する取扱説明書

AMX NXIデバイスの取扱説明書はどのようなものですか?
取扱説明書は、ユーザーマニュアル又は単に「マニュアル」とも呼ばれ、ユーザーがAMX NXIを使用するのを助ける技術的文書のことです。説明書は通常、全てのAMX NXIユーザーが容易に理解できる文章にて書かれており、その作成者はその分野の専門家です。

AMXの取扱説明書には、基本的な要素が記載されているはずです。その一部は、カバー/タイトルページ、著作権ページ等、比較的重要度の低いものです。ですが、その他の部分には、ユーザーにとって重要な情報が記載されているはずです。

1. AMX NXIの説明書の概要と使用方法。説明書にはまず、その閲覧方法に関する手引きが書かれているはずです。そこにははAMX NXIの目次に関する情報やよくある質問、最も一般的な問題に関する情報を見つけられるはずです。つまり、それらはユーザーが取扱説明書に最も期待する情報なのです。
2. 目次。AMX NXIに関してこのドキュメントで見つけることができる全てのヒントの目次
3. AMX NXIデバイスの基本機能を使うにあたってのヒント。 AMX NXIのユーザーが使い始めるのを助けてくれるはずです。
4. トラブルシューティング。AMX NXIに関する最も重要な問題を診断し、解決するために役立つ体系化された手続き
5. FAQ。よくある質問
6. 連絡先。一人では問題を解決できない場合に、その国におけるAMX NXIのメーカー/サービスへの連絡先に関する情報。

AMX NXIについてご質問がありますか?

次のフォームを使用してください

見つけた説明書を読んでもAMX NXIの問題を解決できない場合、下記のフォームを使用して質問をしましょう。ユーザーのどなたかがAMX NXIで同様の問題を抱えていた場合、その解決方法を共有したいと考えるかもしれません。

画像のテキストを入力してください

コメント (0)