Manual AMX RS-232/422/485 Interface Card AXC-232++

20 pages 7.24 mb
Download

Go to site of 20

Summary
  • AMX RS-232/422/485 Interface Card AXC-232++ - page 1

    instruction manual Axcess Control Cards AXC-232++ RS-232/422/485 Interface Card ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 2

    ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 3

    T able of Contents i AXC-232++ RS-232/422/485 Interface Card T able of Contents Introduction ............. ................ .......................................... ............................ ............ 1 Specifications ................................................... .......................................... .................... ... 1 In ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 4

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

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 5

    Intr oducti on 1 AXC-232++ RS-232/422/485 Interface Card Intr oduction Many audio visual and computer-based de vices can be remotely controlled using RS-232, RS-422, or RS-485 commands. The AXC- 232++ RS-232/422/485 Interface Card can generate virtually unlimited numbers of produ ct/function commands as they are programmed into the AXC-EM Master Ca ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 6

    Introduction 2 AXC-232++ RS-232/422/485 Interface Card Specifications (Cont.) LEDs: RX/TX: Red LED indicators for data transmission RX: Red LED blinks to indicate that the AXC-232++ is receiving RS-232, RS-422, or RS-485 data. TX: Red LED blinks to indicate that the AXC-232++ is sending RS-232, RS- 422, or RS-485 data. DIP Switch 8-position RS-232/ ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 7

    Installation and Wiring 3 AXC-232++ RS-232/422/485 Interface Card Installation and Wiring Setting the Internal J umper s The AXC-232++ can be used as an independent RS-232/422/485 -controlled in terface by setting the internal ju mpers (JP1 and JP2) . FIG. 1 indicates the location of the jumpers on the card. Setting jumpe r JP1 to termi nate RS-422 ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 8

    Installation and Wiring 4 AXC-232++ RS-232/422/485 Interface Card Setting the RS-232/422 DIP Switch Set the stop bits, data bits, parity , and baud rate on the RS-232/422 DI P switch (see FIG. 1). The AXC-232++ supports the following asynchronous data standards:  Stop bit s 1 and 2  Data bits 7, 8, and 9  Pari ty None, Odd, Even, Mark, and ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 9

    Installation and Wiring 5 AXC-232++ RS-232/422/485 Interface Card Wiring De vices to the AXC-232++ Card Edge Pinouts The table belo w lists the card edge pinouts and the function of each. Preparing cap tive wires T o secure wires in a capti ve-wire connector: 1. Strip 1/4 inch off the wire insulation for all four wires. 2. T in 2/3 of the exposed w ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 10

    Installation and Wiring 6 AXC-232++ RS-232/422/485 Interface Card Using RS-422 When communicating via RS -422, connect the wiring as sho wn in FIG. 3. Using RS-485 When communicating via RS -485, connect the wiring as sho wn in FIG. 4. Using Hard ware Handshaking When the controlled device requires hardw are hand shaking, connect the wiri ng as sho ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 11

    Installation and Wiring 7 AXC-232++ RS-232/422/485 Interface Card Replacing the Lithium Batterie s The AXC-232++’ s lithium batteri es ha ve a life of app roximately 5 yea rs to protect its memory . When DC power is on, the batteries are not used. When you install the AXC- 232++, record the date the batteries should be replaced. Before you remove ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 12

    Installation and Wiring 8 AXC-232++ RS-232/422/485 Interface Card ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 13

    Programming 9 A XC-232++ RS-232/422/485 Interface Card Pr ogramming Send_Commands The AXC-232++ supports the same com mand set as the AXC-232. Figure 20 lists the A XC-232++ Send_Commands. AXC-232++ Send_Commands B9MOFF Sets data bit mode to normal with DIP switch settings (default). Syntax: 'B9MOFF' Example: SEND_COMMAND AXC232,'B9M ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 14

    Programming 10 AXC-232++ RS-232/422/485 Interface Card AXC-232++ Send_Commands (Cont.) CHARD Sets delay betw een all trans- mitted characters to incre- ment specified. Syntax: 'CHARD-<time>' Va r i a b l e : time = 100 microsecond increments 0 - 255. Example: SEND_COMMAND AXC232,'CHARD-10' Sets 1mS delay betw een all trans ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 15

    Programming 11 A XC-232++ RS-232/422/485 Interface Card Axcess pr ogram c haracter istics The AXC-232++ is capable of running Axcess prog rams. It handles string processing, relieving AXlink and the AXC-EM of the processing times. AXC-232++ Send_Commands ( Cont.) RXOFF AXC-232++ does not pass on received char acters to the AXC-EM (default). Syntax: ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 16

    Programming 12 AXC-232++ RS-232/422/485 Interface Card Send_String Escape Sequences The AXC-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 combination s. Send_String Escape Sequenc es 27,17,<time> Sends a break character of th ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 17

    Programming 13 A XC-232++ RS-232/422/485 Interface Card AXC-232++ stat ements The Axcess program of the AXC-2 32++ communicates with the AX C-EM as Device 0. Its de vice communicates with the RS232/422 Input/Outpu t (I/O) of the AXC-232++ as Device 1. The following table lists AXC-232++ statements. AXC-232++ Pr ogram Statemen ts Statement Function ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 18

    Programming 14 AXC-232++ RS-232/422/485 Interface Card Xmodem Timing Commands The following table lists the AXC-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 SOFT ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 19

    Programming 15 A XC-232++ RS-232/422/485 Interface Card 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 type either MC ...

  • AMX RS-232/422/485 Interface Card AXC-232++ - page 20

    AMX reserves the right to alter specif ications without notice at any time. 031-004-173 7 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 • ...

Manufacturer AMX Category Network Card

Documents that we receive from a manufacturer of a AMX RS-232/422/485 Interface Card AXC-232++ can be divided into several groups. They are, among others:
- AMX technical drawings
- RS-232/422/485 Interface Card AXC-232++ manuals
- AMX product data sheets
- information booklets
- or energy labels AMX RS-232/422/485 Interface Card AXC-232++
All of them are important, but the most important information from the point of view of use of the device are in the user manual AMX RS-232/422/485 Interface Card AXC-232++.

A group of documents referred to as user manuals is also divided into more specific types, such as: Installation manuals AMX RS-232/422/485 Interface Card AXC-232++, service manual, brief instructions and user manuals AMX RS-232/422/485 Interface Card AXC-232++. Depending on your needs, you should look for the document you need. In our website you can view the most popular manual of the product AMX RS-232/422/485 Interface Card AXC-232++.

A complete manual for the device AMX RS-232/422/485 Interface Card AXC-232++, how should it look like?
A manual, also referred to as a user manual, or simply "instructions" is a technical document designed to assist in the use AMX RS-232/422/485 Interface Card AXC-232++ by users. Manuals are usually written by a technical writer, but in a language understandable to all users of AMX RS-232/422/485 Interface Card AXC-232++.

A complete AMX manual, should contain several basic components. Some of them are less important, such as: cover / title page or copyright page. However, the remaining part should provide us with information that is important from the point of view of the user.

1. Preface and tips on how to use the manual AMX RS-232/422/485 Interface Card AXC-232++ - At the beginning of each manual we should find clues about how to use the guidelines. It should include information about the location of the Contents of the AMX RS-232/422/485 Interface Card AXC-232++, FAQ or common problems, i.e. places that are most often searched by users in each manual
2. Contents - index of all tips concerning the AMX RS-232/422/485 Interface Card AXC-232++, that we can find in the current document
3. Tips how to use the basic functions of the device AMX RS-232/422/485 Interface Card AXC-232++ - which should help us in our first steps of using AMX RS-232/422/485 Interface Card AXC-232++
4. Troubleshooting - systematic sequence of activities that will help us diagnose and subsequently solve the most important problems with AMX RS-232/422/485 Interface Card AXC-232++
5. FAQ - Frequently Asked Questions
6. Contact detailsInformation about where to look for contact to the manufacturer/service of AMX RS-232/422/485 Interface Card AXC-232++ in a specific country, if it was not possible to solve the problem on our own.

Do you have a question concerning AMX RS-232/422/485 Interface Card AXC-232++?

Use the form below

If you did not solve your problem by using a manual AMX RS-232/422/485 Interface Card AXC-232++, ask a question using the form below. If a user had a similar problem with AMX RS-232/422/485 Interface Card AXC-232++ it is likely that he will want to share the way to solve it.

Copy the text from the picture

Comments (0)