Welcome to the Industrial Automation website!

NameDescriptionContent
HONG  KANG
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

Delta AH500 PLC system operation and maintenance

来源: | 作者:FANS | 发布时间 :2026-05-12 | 11 次浏览: | 🔊 Click to read aloud ❚❚ | Share:

Complete Guide to Installation, Debugging, and Troubleshooting of Delta AH500 Series PLC System

The Delta AH500 series is a medium to large programmable logic controller that is widely used in the fields of factory automation, process control, and motion control due to its modular design, powerful expansion capabilities (up to 68 I/O modules, 8 backboards), and rich communication interfaces (USB, Ethernet, RS-485/422/232). However, common problems encountered by on-site engineers during installation, debugging, and maintenance include: incorrect backplane expansion configuration, CPU module ERROR LED exception, program download failure, network communication timeout, etc. This article is based on the technical content of the AH500 operation manual, systematically summarizing the entire process knowledge from hardware installation to software configuration, from network setup to fault code diagnosis, to help engineers quickly locate and restore the system.


AH500 series CPU module selection and performance parameters

The AH500 offers two main types: basic (AHCPU 500/510/520/530) and advanced (AHCPU 511/521/531), with the main differences being program capacity, instruction execution speed, and I/O points.

Model, Program Capacity, Local I/O Points, Instruction Execution Speed, Built in Communication Port

AHCPU500-RS2/EN 32K steps 768 3K steps/ms RS2: 2×RS-485; EN: 1×Ethernet+1×RS-485

AHCP510-RS2/EN 64K steps 1280 3K steps/ms Same as above

AHCP511-RS2/EN 96K steps 1280 12K steps/ms Advanced version, faster speed

AHCPU520-RS2/EN 128K steps 2304 3K steps/ms 

AHCP521-EN 192K steps 2304 12K steps/ms Advanced type

AHCPU530-RS2/EN 256K steps 4352 3K steps/ms 

AHCP531-EN 384K steps 4352 12K steps/ms Advanced Type

Selection suggestion: For situations that require a large amount of floating-point operations or complex network communication, priority should be given to the advanced type (execution speed of 12K steps/ms). If the on-site I/O points exceed 2048, AHCP5-20 or higher models must be used.


Hardware Installation and Backplane Expansion Specification

3.1 Backboard Types and Expansion Limitations

The AH500 system consists of a main backplane and up to 7 expansion backplanes. Backboard type:

Main Backboard: 4/6/8/12 slots (AHBP04M1-5A/06M1-5A/08M1-5A/12M1-5A)

Expansion Backboard: 6/8 slots (AHBP06E1-5A/08E1-5A)

Maximum Expansion:

Up to 68 I/O modules (12 main slots+7 x 8 expansion slots)

AHCP500 can connect up to one backplane (only the main backplane)

AHCP510 can have up to 2 backboards (main+1 expansion)

AHCP5-20 up to 4 backboards (main+3 expansion)

AHCP530Up to 8 backboards (main+7 expansion)

Expansion cable: Available in four lengths: 0.6m, 1m, 1.5m, and 3m (AHACAB06/10/15/30-5A).

3.2 Installation steps

Backboard installation: Fix the backboard inside the control cabinet using M5 screws. It can also be installed on a 35mm DIN rail, and the installation clip needs to be pressed into the positioning hole.

Module installation: Insert the bottom protrusion of the module into the corresponding hole on the back panel, push forward until the buckle "clicks" and locks, and then tighten the upper and lower fixing screws.

Power module: Each backplane must be equipped with a power module (AHPS05-5A, 100-240V AC; or AHPS15-5A, 24V DC). The power capacity of the main backplane needs to calculate the total 5V/24V consumption of all modules, which must not exceed the nominal value.

Important: The installation location of the CPU module depends on the type of power module. If using a standard power supply (TSX PSY analogy, here AHPS05-5A), the CPU should be installed in slot 00; If using a double width power supply, install it in slot 01.

Software configuration: ISPSoft and HWCONFIG

The Delta AH500 uses ISPSoft programming software (supporting five languages: LD, FBD, ST, IL, and SFC) and comes with a built-in HWCONFIG hardware configuration tool.

4.1 Creating Projects and Hardware Configuration

Open ISPSoft, create a new project, and select the corresponding CPU model (such as AHCP530-EN).

Double click "HWCONFIG" to enter the hardware configuration interface. The system automatically generates a main backplane and pre installs power and CPU modules.

Drag the I/O module from the product library on the right to the empty slot on the backplane. The system automatically assigns input/output device addresses (X/Y).

Double click the CPU module to set basic parameters:

CPU name: for easy network identification.

Watchdog timeout: default 200ms. If the program scanning cycle exceeds this value, an error will be triggered.

Constant scanning cycle: can force a fixed scanning time (1-32000ms).

Lock device range: set the M, D, T, C and other areas for power-off holding.

Remote RUN/STOP: It can map an X point to control the running status of the CPU.

Configure COM port: Supports RS-232/485/422, can set baud rate, data bits, stop bits, parity bits, and station address (0~247).

Configure Ethernet port (EN type CPU): Set IP address, subnet mask, gateway, and enable email alerts, NTP time synchronization, Socket communication, and web monitoring functions.

4.2 Download and Online Diagnosis

After connecting the CPU via USB or Ethernet, click "Download" in HWCONFIG to write the hardware configuration and parameters to the PLC.

If the actual hardware does not match the configuration, the BUS FAULT LED of the CPU will light up. The "I/O Scan" function can automatically read the actual module configuration and update the project.


Network communication configuration: PLC Link and Ether Link

AH500 supports data exchange between multiple PLCs through RS-485 (PLC Link) and Ethernet (Ether Link).

5.1 PLC Link (RS-485 master-slave communication)

There is only one master station in a network, with a maximum of 32 slave stations.

The master station periodically reads/writes to slave devices (M, D, L, etc.).

Open NWCONFIG in ISPSoft, add RS-485 network, drag the node into the network, and set the station address.

Double click on the network to enter the PLC Link editor: select the main station port, set communication parameters (baud rate, data format), create a data exchange table - each record contains the slave station address, read/write direction, main station starting address, slave station starting address, and data length.

After downloading, the exchange status can be viewed in real-time through "Monitoring and Download". Each slave station corresponds to a status icon, with green indicating normal and red flashing indicating error.

Common errors:

Error codes 16 # 9A01~9A20: Incorrect data exchange settings at the slave station (such as device type or address out of range).

16 # 9A21~9A40: Communication failure between master and slave - check cable wiring and baud rate consistency.

16 # 9A41~9A60: No response from the substation - check if the substation power supply is normal.

5.2 Ether Link (Ethernet Data Exchange)

Based on TCP/IP, there is no master-slave concept, and each node can request data from other nodes.

Up to 128 data blocks, with a maximum of 1900 words per block.

Create an Ethernet network in NWCONFIG and assign IP addresses to each node (consistent with the IP set in HWCONFIG).

In the Ether Link configuration table, add a read entry for each demand node: select remote node, remote starting device, local storage device, and data length.

Startup mode options: always running, always stopping, or controlled by special auxiliary relays (SM1770, etc.).

Common errors:

16 # 6300: An unsupported device was used in Ether Link (only available for M, D, L).

16 # 6301: The device address is out of range.

16 # 6303: Remote device terminates connection - check network physical connection and firewall settings.


Common troubleshooting: LED indicator lights and error codes

6.1 Meaning of CPU module LED indicator lights

Meaning of LED status

RUN green constant light user program is executing

Green flashing PLC in STOP state

Extinguish PLC malfunction, no program, or invalid program

ERROR is a serious error (such as program damage, parameter errors, memory exceptions) with a constant red light

Red flashing minor errors (such as scan timeout, program syntax error, communication settings error)

Extinguish normally

BUS FAULT red constant light I/O bus serious error (module configuration mismatch, access error)

Red flashing I/O bus minor error (abnormal module)

Extinguish normally

SYSTEM flashing CPU reset, device value clearing, or SD card backup/restore in progress

6.2 Common reasons and solutions for the constant brightness of ERROR LED

Error code description and solution

16 # 000B program is damaged and needs to be re downloaded

16 # 000D CPU parameter damage, reset parameters and download again

16 # 0011 PLC ID Error Check if the PLC ID matches the project (SM9)

16 # 0012 Password Error: Enter the correct password or clear the password (power off reset required)

16 # 0015 module table incorrect use HWCONFIG I/O scan to correct configuration

16 # 0050~005A Lock Device Area Memory Exception Reset CPU and Download Again (SM9)

6.3 Common causes and solutions for ERROR LED flashing

Error code description and solution

16 # 000A scan timeout (watchdog) Increase watchdog setting or optimize program to shorten scan cycle

The program downloaded at 16 # 000C is incorrect. Please recompile the program before downloading again

16 # 0033~0035 COM1 communication setting error HWCONFIG reset COM parameters and download

16 # 2003 program checks whether the array and index register exceed the limit when the device is out of range

16 # 200B instruction constant out of range. Modify the constant value in the program

16 # 2012 Division Operation Error (Dividing by 0) Modify the program to avoid division by zero

16 # 6001 IP Address Illegal Reset Ethernet IP

16 # 6500 Data Exchange Initialization Failure Check if Modbus TCP or Ether Link configuration quantity exceeds limit

6.4 BUS FAULT LED Exception Handling

BUS FAULT is always on: usually corresponding to the ERROR LED of a certain I/O module. Check if the module is powered on and if it is damaged. Use HWCONFIG online diagnostics to view specific error codes (16 # 1401-16 # 140D). For example, 16 # 1402 indicates that the actual module arrangement is inconsistent with the module table.

BUS FAULT flashing: A module has a slight error (such as analog input exceeding limit, communication quality degradation).

Typical case: Communication error on the extension backplane (16 # 1409). Check if the expansion cable is securely connected and if the terminal resistor is connected (if using the AHAADP01EF-5A fiber optic module, check the fiber optic link).

6.5 Program running exception related errors

When an error occurs after compiling and downloading the program, special auxiliary relays such as SM0~SM2047 will indicate the specific problem:

SM0: Program execution error (instruction or device issue)

SM5: Program structure error (missing END, no labels, etc.)

SM8: Watchdog timeout

SM9: CPU parameter/ID/password/communication configuration error

SM10: Module table error

SM453: Memory card error (undetected, write protected, insufficient capacity)

Solution suggestion: Use "online mode" and "debug mode" in ISPSoft to step through the program, observe the changes in device values in the monitoring table, and view the last 20 error records in combination with the error log window (system log).

Quick troubleshooting of motion control module and network module faults

7.1 Motion Control Module (AH05PM-5A/AH10PM-5A/AH15PM-5A/AH20MC-5A)

Common error codes (16 # A002~A020):

16 # A00B: Single speed target position error (out of range)

16 # A00D/E: The speed setting value is incorrect (cannot be 0)

16 # A012: Positive pulse disabled (triggered by positive limit sensor)

16 # A014: Reaching limit switch

16 # A01A: Division error (division by 0)

Solution: Check the motion program written in PMSoft to confirm that the speed, position, and acceleration/deceleration parameters are legal; Check if the external limit switch signal returns normally.

7.2 Network modules (AH10EN-5A, AH10DNET-5A, AH10PFBM-5A, etc.)

AH10EN-5A Error 16 # A001: IP Address Conflict - Modify IP and re download parameters.

AH10DNET-5A Error 16 # A0F4: Bus shutdown - Check the DeviceNet cable and terminal resistance (121 Ω) to ensure that all nodes have consistent communication rates.

AH10PFBM-5A Error 16 # A4E2: Offline slave detected - Check PROFIBUS-DP bus connection and slave power supply.


Storage card (SD card) usage and system backup

AH500 supports SD/SDHC cards (up to 32GB) for program backup, system recovery, and log storage.

System backup (manual):

Set DIP switch SW3 to ON and SW4 to choose whether to backup device values.

Press and hold the CLR button for 5 seconds, the SYSTEM LED will flash, and the LED will turn off after the backup is complete.

The backup file (AUTOEXEC. dup) is saved in the SD card AH500 SysDup directory.

System recovery:

Set DIP switch SW2 to ON, and set SW1 and SW3 to OFF.

Power on again, the system automatically performs recovery, the SYSTEM LED flashes, and turns off after completion.

After restoration, SW2 must be turned back to OFF, otherwise it will be restored repeatedly every time it is powered on.

Common SD card errors:

16 # 005D: Memory card not detected - check if it is inserted correctly.

16 # 0061: Insufficient capacity - Use a larger capacity card or clean up old files.

16 # 0062: Write Protection - Move the SD card side lock to the unlock position.

16 # 0066: System backup error - reformat SD card to FAT32 and retry.


Maintenance recommendations and lifespan management

Regular functional inspection: According to the safety level requirements, emergency stop shall be triggered monthly or annually to confirm that the safety output is disconnected normally.

Battery replacement: The CPU's built-in battery (TSX PLP 01, mentioned in the manual) is used to maintain locked data and real-time clock. It is recommended to replace it every 2-3 years. When the battery voltage is too low, SM will prompt.

Firmware upgrade: Upgrade CPU and module firmware through SD card or ISPSoft, and backup the project before upgrading.

Cleaning and fastening: Check the torque of the backplate screws, module fixing screws, terminal wiring once a year, and clean dust if necessary.

Error log analysis: Utilize ISPSoft's "System Log" function to regularly view historical error codes and predict potential issues.

  • Fanuc A16B-2201-0320 CPU MAIN Board
  • Pilz 475650 PNOZ 1 Safety Gate Relay
  • Omron NSH5-AL001 HMI Interface Unit
  • Allen-Bradley 1756-OF8 Analog Output Module
  • Siemens 6SL3210-1SE31-0AA0 Power Module 45kW
  • PMA TB45-110-00000-000 Temperature Limiter
  • PSR-SCP-24DC-ESD-5x1-1x2-300 Safety Relay
  • Pilz 774140 PZE 9 Safety Relay
  • Telemecanique TSXRKN82F PLC Rack Chassis
  • Mitsubishi R16CPU PLC CPU Module
  • OMRON C500-PS223-E Power Supply Module
  • Siemens 3VL4731-1DC36-0AA0 Circuit Breaker
  • Siemens 7ML5201-0EA0 Ultrasonic Level Transmitter
  • OMRON NQ3 NQ5 Touch Panel HMI
  • OMRON CJ1W-AD081-V1 Analog Input Module
  • OMRON NJ301-1100 Machine Automation Controller
  • B&R X20BC00G3 EtherCAT Bus Controller
  • Schneider ATV212HD22N4S Variable Speed Drive
  • B&R 8B0C0320HW00.002-1 Power Supply Module
  • Mitsubishi OSA105S2A Incremental Rotary Encoder
  • Pilz 777514 PNOZ XV3P Safety Relay
  • Gould AS-884A-111 Modicon 884 Controller
  • Siemens 6SC6130-0FE00 SIMODRIVE Control Card
  • Omron CV500-PS221 PLC Power Supply Module
  • ABB CM577-ETH AC500 PLC Ethernet Module
  • Omron NX-SIH400 Safety Input Unit NX Series
  • Omron NJ501-1300 Machine Automation Controller
  • Siemens 3VT8563-2AA03-2KA2 Molded Case Breaker
  • Pilz PNOZ m1p ETH 773103 Safety Controller
  • Omron CJ1H-CPU66H-R CJ1 Series CPU Module
  • ASI ASI533-S00 PLC Module S1
  • Mitsubishi AJ71C21-S1 Serial Module
  • Keyence IX-1000 Laser Sensor Amplifier
  • Siemens 6SN1145-1AA01-0AA1 Power Module
  • Siemens 3VA2340-5HL32-0AA0 MCCB 400A
  • Mitsubishi OSA104S Absolute Encoder
  • Siemens 6ES7350-1AH03-0AE0 FM 350-1 Counter
  • Siemens 6SE7038-6EK84-1JC2 IGD8 Gate Driver
  • Eaton EASY819-AC-RC Programmable Relay
  • Omron CPM1A-40CDT-D PLC 24V DC
  • Omron NA5-12W101B-V1 12-inch Programmable Terminal
  • Siemens 6ES7331-7KF02-0AB0 Analog Input SM 331
  • Moxa PTC-101-S-SC-HV Photoelectric Converter
  • Fanuc A20B-3300-0031 CNC Control Circuit Board
  • OMRON NA5-7W001B-V1 Programmable Terminal HMI
  • Parker AH385851U002 590C DC Drive Power Board
  • ABB 3BSE040662R1 AI830A Analog Input Module
  • DOLD BF9250.01/001 Solid State Relay
  • Siemens 6ES7331-7KF02-0AB0 SIMATIC S7-300 SM 331
  • ABB 07AC91 I6 GJR5252300R3101 Advant Controller 31
  • Schneider HMIST6500 Touch Screen HMI
  • Phoenix IL PN BK DI8 DO4 2TX-PAC Bus Coupler
  • NLTECH NL8060AC21-21D 8.4 inch LCD Display
  • Mitsubishi A2NCPU-P21 CPU Module A2NCPUP21
  • 1841-PL1-B-LH-ES Pressure Controller
  • Mitsubishi GT2512-STBA GT2512-STBD HMI
  • Cosel PJA600F-24 24V 600W Power Supply
  • B&R X67DM1321 Digital Mixed Module
  • Fanuc A16B-1310-0010 Power Supply Unit
  • Festo VABF-S4-1-V2B1-C-VH-20 Vacuum Generator
  • Mitsubishi A3ACPUP21 A3ACPU-P21 CPU
  • Mitsubishi Mazak PD14B-1 Power Supply
  • Siemens 6SY7000-0AC80 Module
  • PILZ 774400 PDZ Safety Relay
  • Mitsubishi A1SX81 Digital Input Module
  • Asyst Gasonics R94-1163 Controller 112671
  • Cincinnati Milacron 3 545 1000A Card
  • Siemens 6DD1607-0AA2 UPS Module
  • Square D 8536SCG3V02S Motor Starter
  • Siemens 6SL3100-1DE22-0AA1 Control Supply
  • Beckhoff EL9400 EtherCAT Power Terminal
  • Fanuc A16B-2202-0421 Power Supply Board
  • Turck TBEN-LG-8DIP-8DOP I/O Block
  • Euchner MGB-L1B-PNA-L-121861 Safety Switch
  • Pilz 772170 PNOZ M EF 1MM Safety Expansion
  • Mitsubishi AY51 MELSEC-A Output Module
  • Advantech AMAX-5056-A 8-Channel Digital Output
  • NXP MC912D60ACPV8 16-Bit MCU 60KB Flash
  • Omron C500-PS223-E SYSMAC PLC Power Supply Unit
  • Balluff BNI0047 BNI PBS-302-101-Z001 Profibus Module
  • Siemens 6SN1118-0DM31-0AA0 Regulation Card
  • Bently Nevada 9200-02-01-10-00 Sensor
  • Omron C500-PS223-E Power Supply Unit
  • Cognex COG-VC5-120-000 Vision Controller
  • ABB P-HC-BRC-40000000 Bridge Controller
  • Mitsubishi AJ71E71N-B5T PLC Module
  • Phoenix PSI-REP-PROFIBUS/12MB 2708863
  • Siemens 6SL3210-5BE31-8UV0 Converter
  • ABB CI868K01-eA 3BSE048845R2 Module
  • Honeywell S7999D1006 Touch Screen
  • Keyence CA-CHX10U Repeater Unit
  • Keyence VT5-W07 Touch Screen HMI
  • Keyence KV-8000 PLC CPU
  • Siemens 7MH4900-3AA01 Weighing Module
  • Omron C200HS-CPU01-E Programmable Controller
  • CD22-35AM12 Inductive Sensor
  • Mitsubishi A2NCPUR21-S1 PLC CPU
  • Siemens 6ES7331-7FK02-0AB0 Analog Input
  • Schneider HMIST6500 Touch Screen HMI
  • 0970 PSL109 Module Industrial Control
  • Schneider LC1F500P7 Contactor 500A
  • Mitsubishi GT2512-STBA GT2512-STBD HMI
  • Omron NJ1019000 Machine Automation Controller
  • Siemens 6SN1112-1AC01-0AA1 Power Module
  • Eaton AE16KNS0AB Bimetallic Overload Relay
  • ABB 3bse036456r1 Ai825 Analog Input 4 Ch
  • Fuji Electric 7MBR50SB120-50 IGBT Module
  • Schneider XPSMC32ZP Safety Relay
  • Siemens 3VL4740-2AA36-0AA0 Circuit Breaker
  • ABB PharpSFan03000 Mpsiii Fan System Monitor
  • Honeywell DPCB21010002 IRTP131 PCB
  • Siemens 6ES7214-1HG40-0XB0 CPU 1214C
  • Siemens 6ES7350-1AH03-0AE0 FM 350-1
  • PILZ PNOZ mm0.1p 772001 Safety Relay
  • E2V EVX12DS130AGC 12DS130 Module
  • Siemens 3RT5066-6AB36 Contactor
  • HIRSCHMANN RS20-0800T1T1SDAEHC09.1.00 Switch
  • Q4XTILAF500-Q8 Laser Range Sensor
  • OMRON CVM1-BC103 Base Unit 145752
  • CAREL RITC400001 Card
  • Eaton LZMN3-AE400 Molded Case Circuit Breaker
  • Fanuc A20B-3300-0031 Control Circuit Board
  • Siemens 6ES7450-1AP01-0AE0 S7-400 FM 450-1
  • Fanuc A90L-0001-0317/F Spindle Fan Motor
  • Schneider TM262L10MESE8T Logic Controller
  • 8.4-inch NL8060BC21-06 Industrial Display
  • B&R X20CP0411 Compact CPU Control Unit
  • Schneider TSX P572634 M Modicon Premium CPU