AMX AXlink Bus Controllers AXB-232++の取扱説明書

20ページ 14.67 mb
ダウンロード

ページに移動 of 20

Summary
  • AMX AXlink Bus Controllers AXB-232++ - page 1

    instruction manual AXlink Bus Controllers AXB-232++ RS-232/422/485 Interface ...

  • AMX AXlink Bus Controllers AXB-232++ - page 2

    ...

  • AMX AXlink Bus Controllers AXB-232++ - page 3

    T able of Contents i AXB-232++ RS-232/422/485 Interface T able of Contents Product Information ........ ................ ................. ................ .............. .............. ............ 1 Front Panel ................................................................. ..................................................... .. 1 Rear Panel . ...

  • AMX AXlink Bus Controllers AXB-232++ - page 4

    ii AXB-232++ RS-232/422/485 Interface T able of Contents ...

  • AMX AXlink Bus Controllers AXB-232++ - page 5

    Product Information 1 AXB-232++ RS-232/422/485 Interface Pr oduct Inf ormation The AXB-232++ RS-232/422/ 485 Interface is an AXlink b us cont roller that provides remote control for de vices that require a variety of control protocols. The AXB-232++ extends RS-232, RS-422, or RS-485 control to remot e sources over the 4-wire AXlink data/power bus. ...

  • AMX AXlink Bus Controllers AXB-232++ - page 6

    Product Information 2 AXB-232++ RS-232/422/485 Interface Specifications The follo wing table lists the sp ecif ications for the AXB-232++. Specifications P ow er 12 VDC @ 160 mA Processor On board 32-bit proc essor and 384K (of non-volatile memor y) run Axcess programs independent of the control system. This reliev es the AXlink bus and controller ...

  • AMX AXlink Bus Controllers AXB-232++ - page 7

    Installation and Wiring 3 AXB-232++ RS-232/422/485 Interface Installation and Wiring The AXB-232++ can be used as an independent RS-232/422/485 -controlled in terface by setting the internal jumpers. C onfigure the communication pa rameters usin g the DIP switches on the front panel. Setting the Internal J umpers Setting jumpe r JP4 to termi nate R ...

  • AMX AXlink Bus Controllers AXB-232++ - page 8

    Installation and Wiring 4 AXB-232++ RS-232/422/485 Interface Setting jumper JP5 to set the RS-422 port for RS-48 5 use 1. Disconnect the RS-232/ 422/485 connectors. 2. Unscre w the two scre ws on the rear panel, and remove the panel. 3. Slide the circuit board out of the enclosure. 4. Locate the JP5 jumper (see FIG. 3 on page 3). 5. Set jumper JP5 ...

  • AMX AXlink Bus Controllers AXB-232++ - page 9

    Installation and Wiring 5 AXB-232++ RS-232/422/485 Interface Setting the RS-232/42 2 DIP switc h Set the stop bits, data bits, parit y , and baud rate on the RS-2 32/422 DIP switch, located on the front panel (see FIG. 1 on page 1). The AXB-232++ supports the following asynchronous data standards:  Stop bit s 1 and 2  Data bits 7, 8, and 9 ? ...

  • AMX AXlink Bus Controllers AXB-232++ - page 10

    Installation and Wiring 6 AXB-232++ RS-232/422/485 Interface Wiring De vices to the AXB-232++ Preparing cap tive wires T o connect the wiring into a captiv e-wire connector: 1. Strip 1/4 inch off the wire insulation for all four wires. 2. T in 2/3 of the exposed wire. 3. Insert each wire into the appropriate cap ti ve-wire connector up to the insul ...

  • AMX AXlink Bus Controllers AXB-232++ - page 11

    Installation and Wiring 7 AXB-232++ RS-232/422/485 Interface Using RS-232 When communicating via RS -232, connect t he wiring as sh o wn in FIG. 6. Using Hard ware Handshaking When the controlled device requires hardw are handshaking, connect the wiri ng as sho wn in FIG. 7. Using RS-422 When communicating via RS -422, connect t he wiring as sh o w ...

  • AMX AXlink Bus Controllers AXB-232++ - page 12

    Installation and Wiring 8 AXB-232++ RS-232/422/485 Interface Rack- mounting the AXB-232++ (optional) T o rack-mount the AXB-23 2++ into the optional A C-RK Accessory Rack Kit: 1. Remov e any connected po wer, and AXlink a nd RS-232 connectors from the rear panel. 2. Remov e the two screws on the front panel of the AXB-232++. 3. Remov e the front pa ...

  • AMX AXlink Bus Controllers AXB-232++ - page 13

    Programming 9 AXB-232++ RS-232/422/485 Interface Pr ogramming Send_Commands The AXB-232++ supports t he same command set as the AXC-232. The following table lists the AXB-232++ Send_Commands. AXB-232++ Send_Commands B9MOFF Sets data bit mode to normal with DIP switch settings (default). Syntax: 'B9MOFF' Example: SEND_COMMAND AXB232,' ...

  • AMX AXlink Bus Controllers AXB-232++ - page 14

    Programming 10 AXB-232++ RS-232/422/485 Interface AXB-232++ Send_Commands (Cont.) CHARD Sets delay betw een all transmitted characters to the increment specified. Syntax: 'CHARD-<time>' Va r i a b l e : time = 100 microsecond increments 0 - 255. Example: SEND_COMMAND AXB232,'CHARD-10' Sets 1mS delay betw een all transmitte ...

  • AMX AXlink Bus Controllers AXB-232++ - page 15

    Programming 11 AXB-232++ RS-232/422/485 Interface Axcess pr ogram c haracteris tics The AXB-232++ is capable of running Axcess prog rams. It handles string processing, relieving AXlink and the Master of the processing times. AXB-232++ Send_Commands ( Cont.) RXOFF AXB-232++ does not pass on received char acters to the Master (default). Syntax: &apos ...

  • AMX AXlink Bus Controllers AXB-232++ - page 16

    Programming 12 AXB-232++ RS-232/422/485 Interface Send_String Escape Sequences The AXB-232++ does not regard certain three-character combin ations wi thin a Send_Strin g program as literal characters, b ut as commands . The following table lists those combinations. Send_String Escape Sequenc es 27,17,<time> Sends a break character of the spec ...

  • AMX AXlink Bus Controllers AXB-232++ - page 17

    Programming 13 AXB-232++ RS-232/422/485 Interface AXB-232++ Pr ogram Statements The Axcess program of the AXB-2 32++ communicates with the ma ster as De vice 0. Its de vice communicates with the RS232/422 Input/Outpu t (I/O) of the AXB-232++ as Device 1. The following table lists AXB-232++ statements. AXB-232++ Pr ogram Statemen ts Statement Functi ...

  • AMX AXlink Bus Controllers AXB-232++ - page 18

    Programming 14 AXB-232++ RS-232/422/485 Interface Xmodem Timing Commands The following table lists the AXB-232++ Xmodem timing commands. Xmodem timeouts exist to accommodate potential Ethernet delays and for consistency among and within products. Any Xmodem timing command will chang e timing and retries for Axcess code download as well as Softrom t ...

  • AMX AXlink Bus Controllers AXB-232++ - page 19

    Programming 15 AXB-232++ RS-232/422/485 Interface Reserved Channels The follo wing table lists the channels reserv ed on Device 0. Axcess Master Mode When an Axcess device is placed in "Master Mode", the Central Controller’ s PR OGRAM port is moved to the Axcess de vice’ s RS-232 por t. Press the escape key , then t ype either MC or M ...

  • AMX AXlink Bus Controllers AXB-232++ - page 20

    AMX reserves the right to alter specif ications without notice at any time. 032-004-171 8 9/05 © 2005 AMX Corporation. All rights reserved. AMX, the AMX logo, th e building icon , the home icon, and th e light bulb icon are a ll trademarks of AMX Corporatio n. In Canada do ing business as P anja Inc. ARG ENT INA • AU STR AL IA • B ELG IU M • ...

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

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

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

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

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

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

AMX AXlink Bus Controllers AXB-232++についてご質問がありますか?

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

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

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

コメント (0)