User manual AMX AXB-232++ RS-232422 INTERFACE (ENHANCED FUNCTIONALITY)

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual AMX AXB-232++ RS-232422 INTERFACE (ENHANCED FUNCTIONALITY). We hope that this AMX AXB-232++ RS-232422 INTERFACE (ENHANCED FUNCTIONALITY) user guide will be useful to you.


AMX AXB-232++ RS-232422 INTERFACE (ENHANCED FUNCTIONALITY) : Download the complete user guide (307 Ko)

Manual abstract: user guide AMX AXB-232++ RS-232422 INTERFACE (ENHANCED FUNCTIONALITY)

Detailed instructions for use are in the User's Guide.

[. . . ] instruction manual AXB-232++ RS-232/422/485 Interface AXlink Bus Controllers Table of Contents Table of Contents Product Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Front Panel. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Rear Panel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Specifications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 Installation and Wiring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 Setting the Internal Jumpers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . [. . . ] RS-232/422 DIP Switch Settings Switch 1 2 3 4 Parity Off Off Unused On Off Unused Off RS232/422 On Unused On On Unused 1 2 3 4 5 6 7 8 ON Off Off Mark On Off Even Off On Odd On On None On On On Off On On On Off Off On Off Off Off On Off Off 5 6 7 Baud Rates Off 300 Off 600 On 1, 200 On 2, 400 Off 4, 800 Off 9, 600 On 19, 200 On 38, 400 On On On On Off Off Off Off 8 Function Stop Bits Data Bits Setting Value Off 2 bits On 1 bit Off 7 bits On 8 bits AXB-232++ RS-232/422/485 Interface 5 Installation and Wiring Wiring Devices to the AXB-232++ Preparing captive wires To connect the wiring into a captive-wire connector: 1. Insert each wire into the appropriate captive-wire connector up to the insulation. Tighten the captive screws to secure the fit in the connector. If the device is using a separate power supply, do not connect the power wiring from the AXB-232++ to that device. Wiring guidelines The interface requires a 12 VDC power to operate properly. The Central Controller supplies power via the AXlink cable or external 12 VDC power supply. Place the front panel of the AXB-232++ on the front of the rack, over the unit. Fasten the front panel to the rack and unit with the two screws you removed. Replacing the Lithium Batteries The AXB-232++'s lithium batteries have a life of approximately 5 years to protect its memory. When you install the AXB-232++, record the date the batteries should be replaced. There is a danger of explosion if you replace the batteries incorrectly. Replace batteries with the same or equivalent type recommended by the manufacturer. Dispose of the used batteries according to the manufacturer's instructions. Never recharge, disassemble, or heat batteries above 212°F (100°C). Never solder directly to the batteries or expose the contents of the batteries to water. Before removing the lithium batteries, contact your dealer and verify that they have a current copy of your program to avoid an inadvertent loss of data and prevent an unnecessary service outage. Remove the front panel, and slide the circuit board out of the enclosure. 10), and insert the new battery. Battery (CR2032 type - 20mm coin cell) socket FIG. Reconnect any connectors that you removed. 8 AXB-232++ RS-232/422/485 Interface Programming Programming Send_Commands The AXB-232++ supports the same command set as the AXC-232. AXB-232++ Send_Commands B9MOFF Sets data bit mode to normal with DIP switch settings (default). Syntax: 'B9MOFF' Example: SEND_COMMAND AXB232, 'B9MOFF' Sets the data bit mode to normal. Syntax: 'B9MON' The mode, nine data bits with one stop bit, overrides the data, stop, and parity settings. When the AXB-232++ issues this command, it locks in the baud rate determined by the current DIP switch setting. Example: SEND_COMMAND AXB232, 'B9MON' Overrides the DIP switch settings. BAUDHIGH Enables 115, 200 baud rate when the DIP switch is set to 300 baud. Syntax: 'BAUDHIGH' Example: SEND_COMMAND AXB232, 'BAUDHIGH' Enables 115, 200 baud rate. [. . . ] SEND_COMMAND AXB_232, 'BAUDLOW' SEND_COMMAND AXB_232, 'CB1ON' SEND_COMMAND AXB_232, 'CB1OFF' SEND_LEVEL 0, level, variable SEND_STRING 0, string SEND_STRING 1, string Enables placement of characters in the buffer specified by CREATE_BUFFER 1. Disables placement of characters in the buffer specified by CREATE_BUFFER 1. Sends variable as the value for level. Sends string out the RS-232 port. AXB-232++ RS-232/422/485 Interface 13 Programming 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 change timing and retries for Axcess code download as well as Softrom transfer. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE AMX AXB-232++ RS-232422 INTERFACE (ENHANCED FUNCTIONALITY)




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual AMX AXB-232++ RS-232422 INTERFACE (ENHANCED FUNCTIONALITY) will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.