Introduction
The AMX AXP-CPI Custom Panel Interface is used in combination with the AMX AXCESS card system as an interface to custom control panels. Contact closures sensed by the AXCESS system are converted into signals to turn on the control panel lamps. A 64-pin panel connector and cable provides connections for up to 64 contacts and visual indicators such as incandescent lamps and LEDs. A mini-jack provides connections for LED bargraph programming and control.
Front Panel
The front panel of the AXP-CPI features a 64-pin panel connector for the ribbon cable interface and a 2-pin connector for lamp power.
Front panel connectors
- 64-pin Ribbon Cable Connector: Provides connections for up to 64 lamps and contact sensors. A 64-wire ribbon cable (included) is used to make connections to your custom control panel. The maximum cable length from your panel (switches and lamps) to the CPI is 30 feet.
- 2-pin Captive-wire Connector: Used for contact common and lamp power connections. It supports a maximum voltage of 48 VDC and a maximum current of 2.0 Amps. Suggested lamp voltages are 5–28 VDC. Pin 2 is the voltage plus terminal, and Pin 1 is the lamp minus voltage and the contact common connection.
- 3-wire Mini-jack: Provides signal, 5 VDC, and ground for bargraph control in 5 modes (0, 1, 2, 3, and 8). These LED bargraphs are equivalent to standard SoftWire panel bargraphs.
Back Panel
The back panel of the AXP-CPI houses signal, control, and power connections. It includes AUX Power, AXlink plus (AXP) and minus (AXM) signals, an AXlink active LED indicator, a lamp glow level adjustment, and the input connector for lamp power. System device code switches are also located on the back panel.
Back Panel Arrangement
- Aux Power: 12 VDC power supplied to the AXP-CPI from a standard AMX power module using a 2-pin captive-wire connector. Aux Power is not required when power is supplied from the AXlink connector.
- AXlink: Connections for the AXCESS system bus and 12 VDC power to the AXP-CPI, using a 4-pin captive-wire connector.
Device Number
An identification number used by the AXCESS system. An 8-position SIP switch defines the AXP-CPI as an AXlink device, allowing for one of 255 devices in the AXCESS Control System. The device number is set by the total value of all ON (down) positions. For example, switches 1 and 8 ON define device number 129 (1 + 128 = 129).
Note: The device number takes effect only on power-up. If the device number is changed, the AXlink connector must be removed and reconnected to reset the new device number in memory.
Switch | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
---|---|---|---|---|---|---|---|---|
Value | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 |
AXlink (lamp)
An LED used to indicate activity of the AXlink bus connected to the AXCESS system.
Glow Level
This adjustment on the back panel allows you to set the minimum brightness for the lamps, providing a back-lighted effect to the display lamps.
Lamp Power
External power supplied to the lamps connected to the control panel. A 2-pin captive-wire connector is used for this power connection.
Installation
Overview
As a basic interface unit between the AXCESS Control System and custom control systems, the CPI includes the following features:
- Allows connection of up to 64 lamp and contact pairs to the control system.
- Adjustable glow level providing a back-lighted effect to all lamps.
- Individual outputs rated at up to 48 VDC and up to 300 mA. The total current of all outputs cannot exceed 2 Amps.
- Requires only one wire connection for each lamp and contact pair from the CPI to the custom panel. A maximum of 66 connections are supported: 64 for switches, and 2 for lamp power and contact return common. The maximum cable length from your panel (switches and lamps) to the CPI is 30 feet.
- Capable of supplying power to and controlling LEDs, incandescent lamps, incandescent display tubes, and other similar devices.
Configuring the AXP-CPI
Warning: Only normally open, momentary contact switches should be used.
Note: Lamps may be up to 48V types. Current at each connection must be limited to less than 300mA, including inrush current to cold filaments.
Basic lamp and switch connections (Incandescent Lamps)
Figure 4 shows the basic configuration for switches and incandescent lamps connected to the AXP-CPI. The 64-pin ribbon connector on the left connects to the custom panel switches. The 2-pin Phoenix connector on the right connects to lamps. Pin 1 of the 2-pin connector is the 'Switch Common', and Pin 2 is for 'Lamps'. External switches (SW1-SW63) are connected to the 64-pin connector. Incandescent lamps (L1-L64) are connected between the 2-pin connector (Pin 2) and the corresponding pin on the 64-pin connector.
Basic LED and switch connections
Figure 5 shows the basic configuration of switches and LEDs connected to the AXP-CPI. Similar to incandescent lamps, external switches (SW1-SW64) connect to the 64-pin connector. LEDs (CR1-CR64) are connected with series resistors (R1-R64) to the 64-pin connector and the 2-pin connector. Pin 2 of the 2-pin captive-wire connector is the positive voltage (plus) terminal, and Pin 1 is the common. LED supply voltages typically range from 5 V to 12 VDC.
Note: Select resistor values to limit the current for LEDs according to LED component specifications. For 12 VDC, the value of R1 through R64 would be 1000 ohms. For 5 VDC, the value would be 330 ohms. Use 1/4 watt, 5% tolerance resistors.
Hookup variations
Figure 5 illustrates standard connections to the AXP-CPI and a custom control panel. Other possible connection options include:
- Random order connections: Contacts and lamp pairs do not need to be in sequential order.
- Mixed pairs of switches and lamps: For example, Pin 1 does not have to connect to lamp 1.
- Lamps without contacts, and contacts without lamps.
- Multiple lamps to one contact, multiple contacts to one lamp.
- Switches wired in parallel or series, and lamps wired in parallel or series (within rated power limitations).
AXCESS Programming
Overview
This section describes AXCESS programming for the AXP-CPI. For detailed information about the AXCESS programming language, refer to the AXCESS Programming Guide and AXCESS Language Tutorial.
Note: You can have a maximum of 255 devices connected to any one AXCESS CardFrame. This can include combinations of AXP-CPI units and other AXCESS AXlink bus controlled units.
Programming the AXP-CPI
Using the device code number, the AXP-CPI is interpreted by the control system as a set of up to 64 inputs and up to 64 outputs. An AXCESS command like [CPI,2]=[RELAY,1]
allows the lamp connected to Pin 2 to follow the status of relay 1 on the relay card 'RELAY'.
Closing the contact connected to panel connector pin number 2 will activate a PUSH[CPI,2]
command. Here, CPI is the AXP-CPI device code, PUSH is an AXCESS program command, and '2' is the panel connector pin number connected to the custom panel. The control system is only aware of the connection on the front panel connector, not the actual arrangement of contacts and lamps on your custom panel.
Bargraph programming
Bargraph programming is the same as for all AMX SoftWire control panels. Standard bargraph modes are 0, 1, 2, 3, and 8.
Glow level
The glow level adjustment on the back panel allows you to set the background light level on all the lamps connected to the AXP-CPI.
Specifications
Overview
Figure 6 shows the front panel of the AXP-CPI, and Figure 7 lists the specifications.
Specifications
Feature | Specification |
---|---|
Signal Inputs | Up to 64 total contact closure inputs (must be normally open, momentary contact closures) |
Signal Outputs | Up to 64 total outputs, each 300mA max. (including cold filament inrush current) |
Lamp Power | Max 48 VDC, 2 Amps – total all lamps |
AXP-CPI Power | AXCESS – 12 VDC, 100mA max, 1.2 watts |
Case Size (HWD) | 1.5" x 5.5" x 5.5" (38.1 mm x 139.7 mm x 139.7 mm) |
Color | Black Plastic |
Weight | 18 oz (510.29 g) includes cable |
Cables | 6 feet (1.8 m), 64-conductor, ribbon with connector |
Optional Bargraph Cable | Available from AMX or fabricate as shown in Figure 8. |
Bargraph Cable
Figure 8 shows the wiring diagram for the bargraph cable assembly. The cable uses a stereo mini-jack connector with Tip (Data), Ring (+5V DC), and Sleeve (Ground) connections. The maximum cable length is 30 ft.
Bargraph Connection
Figure 9 shows the cable connections for a single bargraph on the AXP-CPI. For connecting two to four bargraphs, cascade the connections from one board to the next. Figure 10 illustrates how to connect multiple bargraphs.
Single bargraph connections
The bargraph module (e.g., 50-0776 REV. x AX-BAR) has a J1 connector for input from the AXP-CPI, with pins for GND, DATA, and +5VDC. It also has a J2 connector for 'Multiple Bargraph Output'.
Multiple bargraph connections
For connecting multiple bargraphs (Bargraph 1, 2, 3, 4), the J2 output of one bargraph connects to the J1 input of the next. A modification is noted for Bargraphs 2, 3, and 4: cut pin 2 from the J2 connector and connect pins 1 and 2.
Contacting AMX Sales/Technical Support
Overview
AMX prioritizes customer service and satisfaction. For assistance with AMX products, contact AMX Technical Support or your regional AMX Sales and Support Team.
U.S. AMX Sales and Technical Support Teams
Refer to the map in Figure 11 to identify your regional AMX Sales and Support Team. Figure 12 lists the contact details for these teams by region.
U.S. Team | Telephone | Fax | |
---|---|---|---|
West Team | 800/55-AMX-55 | 972-907-6222 | West_Team@amx.com |
Mid-West Team | 800/85-AMX-85 | 972-907-6224 | MidWest_Team@amx.com |
South Team | 800/75-AMX-75 | 972-907-6220 | South_Team@amx.com |
East Team | 800/46-AMX-46 | 972-907-6220 | East_Team@amx.com |
AMX Special Projects and AMX Consultant Support
U.S. Teams | Telephone | Fax | |
---|---|---|---|
AMX Special Projects | 800/45-AMX-45 | 972-907-6200 | Special_projects@amx.com |
AMX Consultant Support | 800/65-AMX-65 | 972-907-6226 | Consultant_support@amx.com |
Synergy by AMX
Telephone | Fax | ||
---|---|---|---|
Synergy | 800/95-AMX-95 | 972-644-1291 | synergy@amx.com |
International AMX Sales and Support Teams
AMX offers world-class sales and technical support globally. Figure 15 shows AMX office locations around the world, including AMX Toronto, AMX European Training, and offices in Mexico City and Singapore.
Telephone | Fax | ||
---|---|---|---|
AMX International Team | +1 972-907-6247 +1 800-222-0193 |
+1 972-907-6213 | International_Team@amx.com |
International AMX Offices
Office | Telephone | Fax |
---|---|---|
AMX Singapore | +65 221-2045 | +65 221-2089 |
AMX Canada - Calgary | +1 403/256-2232 +1 888/222-0193 |
+1 403/256-6106 |
AMX Canada - Toronto | +1 905/829-8833 +1 888/250-3983 |
+1 905/829-8834 |
AMX Mexico | +52 5/628-1231 | +52 5/628-1212 |
AMX Technical Support
AMX provides technical support via telephone, fax, E-mail, or bulletin board system (BBS). To ensure the fastest service, please have the following information ready:
- Your name, company name, mailing address, and telephone number
- Name of your authorized AMX Distributor or Dealer
- Dealer ID
- Job Title
- Purchase Order #
- Sales Order #
Additionally, to help your AMX Technical Support representative diagnose your issue quickly, provide details about the problem:
- For AMX hardware issues: Identify the equipment/firmware version, describe what you were doing when the problem occurred, and list any troubleshooting steps taken.
- For AMX software issues: Identify the program and version number, the operating system on your PC, describe what you were doing when the problem occurred, and list any troubleshooting steps taken.
AMX Technical Support BBS
In some cases, you may need to use the Technical Support bulletin board system (BBS) to download/upload files as instructed by your AMX representative. The Technical Support BBS numbers are provided below.
Telephone | BBS |
---|---|
972-907-2884 | bbs.amx.com |
AMX Technical Publications
For questions, comments, or ideas regarding this or other AMX Instruction Manuals, please contact AMX Technical Publications. Feedback is welcomed to improve documentation.
Telephone | Fax | ||
---|---|---|---|
AMX Technical Publications | 972/889-5061 | 972-907-6243 | Tech_pubs@amx.com |
Limited Warranty and Disclaimer
AMX Corporation warrants its products to be free from defects in material and workmanship under normal use for a period of three years from the date of purchase from AMX, with the following exceptions:
- Electroluminescent and LCD control panels are warranted for three years, except for display and touch overlay components (one year).
- Disk drive mechanisms, pan/tilt heads, codecs, power supplies, modifications, MX Series products, and KC Series products are warranted for one year.
- OEM and custom products are covered for one year, unless otherwise specified.
- AMX software products are warranted for 90 days.
- Batteries and incandescent lamps are not covered.
This warranty extends to products purchased directly from AMX or an authorized AMX dealer. Consumers should inquire from their selling dealer about the nature and extent of the dealer's warranty, if any.
AMX is not liable for any damages caused by its products or for their failure to perform, including lost profits, lost savings, incidental damages, or consequential damages. AMX is not liable for any claim made by a third party or made by you for a third party.
This limitation of liability applies whether damages are sought or a claim is made under this warranty, as a tort claim (including negligence and strict product liability), a contract claim, or any other claim. This limitation of liability cannot be waived or amended by any person. It will be effective even if AMX or an authorized representative has been advised of the possibility of such damages. However, this limitation of liability does not apply to claims for personal injury.
Some states do not allow limitations on the duration of implied warranties or the exclusion of incidental or consequential damages for consumer products. In such states, the limitations or exclusions of this Limited Warranty may not apply to you. This Limited Warranty grants specific legal rights, and you may have other rights that vary from state to state. Consult applicable state laws for a full determination of your rights.
EXCEPT AS EXPRESSLY SET FORTH IN THIS WARRANTY, AMX MAKES NO OTHER WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. AMX EXPRESSLY DISCLAIMS ALL WARRANTIES NOT STATED IN THIS LIMITED WARRANTY. ANY IMPLIED WARRANTIES THAT MAY BE IMPOSED BY LAW ARE LIMITED TO THE TERMS OF THIS LIMITED WARRANTY.