Welcome to the Industrial Automation website!

NameDescriptionContent
XING-Automation
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

Automation Direct DL06 PLC Common Troubleshooting and Maintenance Guide

F: | Au:FANS | DA:2026-05-19 | 22 Br: | 🔊 点击朗读正文 ❚❚ | Share:

Automation Direct DL06 PLC Common Troubleshooting and Maintenance Guide

The DL06 series Micro PLC is a powerful and compact programmable controller in the DirectLOGIC family under Automation Direct. It provides multiple I/O types (AC/DC/relay), supports up to 14.8K words of program memory, has two built-in serial communication ports, and has advanced functions such as high-speed counting, pulse output, interrupt, PID, etc. It is suitable for the control core of small and medium-sized automation systems.

However, any automation equipment may experience abnormalities during long-term operation due to wiring, environment, configuration, or external interference. This article is based on the technical information in the DL06 user manual, combined with actual on-site experience, to systematically sort out the common fault phenomena, troubleshooting steps, and maintenance suggestions of the DL06 PLC, helping engineers restore stable system operation in the shortest possible time.


Installation and hardware troubleshooting

2.1 Power failure (PWR indicator light not on)

The DL06 PLC has two versions: AC powered (95-240 VAC) and DC powered (12-24 VDC). If the front panel PWR indicator light does not light up after power on, check according to the following steps:

Confirm that the power supply voltage is within the specified range. AC type 100-240 VAC, DC type 10.8-26.4 VDC.

Check if the power terminal is loose. The AC type uses A1/A2 terminals (some models have four terminals), while the DC type also uses dedicated power terminals.

Measure the voltage at the input terminal. If the voltage is normal but the PWR does not light up, it may be due to damage to the internal fuse or power board.

For AC type, please note that the maximum surge current can reach 15A (1ms). If the power capacity is insufficient, the PLC may not start properly.

Tip: The power polarity of DC type PLC cannot be reversed, otherwise it cannot work.

2.2 Abnormal running indicator light (RUN not lit)

If the RUN indicator light does not light up after the PLC is powered on, it usually indicates that the CPU is not in running mode or there is a fatal error.

Check the position of the mode switch: the three position switch (RUN/TERM/STOP) located below the front panel. If the switch is in the STOP position, the RUN light will turn off; TERM position allows upper software control mode; RUN position is forced to run.

If the switch is in the TERM or RUN position but RUN still does not light up, it may indicate a program null, syntax error, or fatal fault (such as EEPROM error). Error codes can be viewed through programming software or handheld programmers.

2.3 Environmental and heat dissipation issues

The working environment temperature of DL06 is 0-55 ° C, with a relative humidity of 5% -95% (non condensing). If installed in a closed control cabinet with poor ventilation, it may cause internal overheating, resulting in CPU abnormalities or I/O misoperation.

Ensure that the PLC is installed horizontally, leaving sufficient heat dissipation space (at least 7.2 inches at the top/bottom and 1.5 inches at the side).

Regularly clean the ventilation filter of the cabinet.

If the ambient temperature exceeds 55 ° C, forced ventilation or air conditioning should be installed.

2.4 Grounding and Noise Interference

The grounding terminal of DL06 must be connected to a single point grounding (usually a copper bar), and the grounding impedance must be low. Incorrect grounding can lead to communication errors or I/O misoperation.

Use 16 AWG or thicker copper wire, crimp and weld copper wire lugs at both ends.

Strong electric power lines and signal lines should be wired separately to avoid parallel long-distance wiring.

For inductive loads (relays, contactors), transient suppression devices (such as anti parallel diodes, RC absorbers, varistors) must be connected in parallel at both ends of the load, otherwise it may cause damage to the output contacts or generate strong electromagnetic interference.

CPU and memory failure

3.1 Battery backup issue

DL06 uses a supercapacitor (optional D2-BAT-1 battery) to maintain data during power failure. If the CPU indicator light flashes or the special relay SP43 is set (and V7633.12 is enabled), it indicates that the battery voltage is below 2.5V.

When the battery voltage is low, the battery should be replaced in a timely manner. It is recommended to use DirectSOFT backup program, V-memory, and system parameters before replacement.

If the battery is not used and the supercapacitor has been discharged, the operating mode of the PLC after power on may be uncertain (even if the mode switch is in the TERM position). At this time, the power on mode should be specified in the program through B7633.13 (1=enter RUN after power on).

3.2 Memory Initialization and Password Forgetting

Clear the entire program: Use AUX 24 to clear all ladder diagrams, or AUX 31 to clear V-memory.

Initialize system memory (AUX 54): Restore system parameters (such as maintain range, port configuration, etc.) to factory default values. This operation will clear all custom settings, please confirm before execution.

Password management: If you forget your password and cannot unlock it, the CPU must return to the factory to clear it. Therefore, it is necessary to properly record the password after setting it. A multi-level password (starting with uppercase A followed by 7 digits) allows for locking programming access while preserving communication ports for use by the operator panel.

3.3 Scan timeout (watchdog)

The default watchdog timer is 200ms. If the program scan time exceeds this value, the CPU will force it into Program mode and turn off all outputs, displaying error code E003.

Use AUX 53 to view the minimum, maximum, and current scan times.

If the scanning time does need to exceed 200ms, the AUX 55 can be used to increase the watchdog threshold (up to 9999ms maximum).

You can also place the RSTWT instruction in the program to periodically reset the watchdog within a long loop (such as FOR/NEXT).


I/O fault diagnosis

4.1 Input point not responding

Check the input indicator light: There is an LED in front of each input point, which should light up when the input signal is valid. If it doesn't light up, check the external switches, sensors, and power supply.

The polarity of the DC input wiring: The DC input of DL06 can be connected as sinking or sourcing. For example, the input common terminal of D0-06DD1 (DC output) can be connected to 0V or 24V. It must be wired correctly according to the sensor type.

Input response time: The response time for standard DC inputs (X4~X23) is 2-8ms (typical 4ms), while the response time for high-speed inputs (X0~X3) is less than 70 μ s. If the pulse width of the sensor is less than the input filtering time, it may not be detected.

Using a handheld controller to force: The AUX 58 or DirectSOFT forcing function of the handheld programmer can be used to force changes in the input point state to test the program logic.

4.2 Output point not functioning or abnormal

Output type mismatch: For example, D0-06DD2 is a sourcing output and cannot be used for sinking loads; The relay output can be connected to AC or DC.

Check the output LED: If the output LED is on, it indicates that the ladder diagram program has set the output. However, if the external load does not act, measure the output terminal voltage.

Output fuse: The DL06 output terminal does not have a built-in fuse and requires external installation. It is recommended to install fast fuses on each output or common terminal.

Transient suppression of inductive loads: When the relay output drives the DC coil, a freewheeling diode (1N4004 or higher) must be connected in parallel. Otherwise, the contacts will be quickly damaged and electromagnetic interference will be generated.

DC output overload: The maximum current at each point is 0.5A (Y0-Y1) or 1A (Y2-Y17), and the total current is limited by the common terminal. Overload can cause output damage.

4.3 High speed I/O (HSIO) faults

The X0-X3 of DL06 can be configured with multiple high-speed modes (counter, pulse output, interrupt, pulse capture, filtering input). The most common issues are focused on Mode 10 (high-speed counting) and Mode 30 (pulse output).

Mode 10 high-speed counter malfunction

Counter does not count: Check if the wiring meets differential or single ended requirements. For a single ended encoder, it is necessary to select the appropriate input mode by configuring registers (as set in V7634). Ensure that the input frequency does not exceed 7kHz.

The preset value does not take effect: Confirm that the preset value has been written to the correct V-memory starting address (specified by V7630). Each counter can be configured with 24 preset values. After matching the preset values, the corresponding special relays (such as SP610~SP637) will activate.

Unable to reset: Check the reset signal wiring or use the reset coil in the program (such as for counter 1, the reset bit is Y0 for a certain configuration).

Mode 20 Orthogonal Counter

Wrong direction: Check if the A/B phase wiring is correct. Exchanging A/A - or B/B - can change the counting direction.

Counting pulse loss: Ensure that the encoder frequency does not exceed specifications and use shielded twisted pair cables.

Mode 30 pulse output (for stepper/servo control)

Motor not turning: Check if the pulse output terminal (Y0 or Y1) is connected to the driver. Confirm that the output mode matches sourcing (DD2 type) or sinking (DD1 type). Verify if the frequency is within the acceptable range of the driver (20Hz~25kHz).

Opposite movement direction: can be solved by controlling the direction bit in the parameters or swapping the driver direction signal line.

Automatic Trapezoid Profile not executed: Confirm that the configuration registers V7632 and V7633 have been correctly set, and perform the "load profile" operation in the program (such as using CTRLPRP IBox).

Communication malfunction

DL06 has two communication ports: Port 1 (fixed 9600 baud, RS-232C, 6-pin RJ12) and Port 2 (multifunctional, 15 pin D-sub, supporting RS-232C/422/485).

5.1 Unable to connect programming software

Port 1: If using a D2-HPP handheld programmer or DirectSOFT to connect through Port 1, ensure that the cable is correct (D2-DSCBL). Port 1 fixed parameters: 9600 baud, odd parity, 8 data bits, 1 stop bit, station address fixed at 1.

Port 2: Before using DirectSOFT for the first time, it is necessary to configure Port 2 as a K-Sequence slave (default), otherwise communication may not be possible. The protocol can be set to K-Seq using the handheld programmer AUX 56.

5.2 Modbus RTU or DirectNET communication failure

Station address conflict: Each slave station address must be unique. The station address of Port 2 can be set to 1-247 (Modbus) or 1-90 (DirectNET) in DirectSOFT.

Baud rate and parity mismatch: Port 2 supports 300-38400 baud. All network nodes must be consistent.

Terminal resistance: For RS-422/485 networks, 100-500 Ω terminal resistors need to be connected at both ends.

Modbus address calculation: DL06 uses octal addresses, while Modbus hosts typically require decimal addresses. For example, output Y20 (octal 20=decimal 16) corresponds to Modbus address 2049 (if using 584/984 mode, the address needs to be offset). The manual provides a detailed conversion table.

MRX/MWX instruction execution unsuccessful: Check special relays SP116 (Port 2 busy) and SP117 (communication error). Multiple network instructions need to be interlocked with each other to avoid simultaneous execution. Use interlock bits (such as C100) to ensure that only one MRX/MWX is activated at a time.

5.3 Non sequential protocol (ASCII input/output) issues

Port 2 can be configured in "non sequential" mode for communication with ASCII devices such as serial printers and barcode scanners.

PRIMT instruction no output: Confirm that Port 2 has been configured as a "non sequential" protocol through DirectSOFT or AUX 56, and that the correct V-memory buffer address (occupying 66 consecutive words) has been specified.

Garbled or misplaced data: Check if the data bits (7 or 8), stop bits, and parity check match the terminal device.

The message created by VPRINT has not been sent: first write the ASCII string to V-memory using VPRINT, and then send it using the PRIMTV instruction. Pay attention to using SP116 to ensure that the port is idle.


Programming and software malfunctions

6.1 Program cannot be downloaded or compiled incorrectly

Syntax Error: DirectSOFT will indicate incorrect lines during compilation. Common errors include instruction parameter out of range, operand type mismatch, missing END statement, etc.

Duplicate Reference Error (dEST): If two or more output or assignment instructions are written to the same coil at the same time, although it will not prevent the download, it will cause logical uncertainty. Use the duplicate reference check function (AUX 21 or DirectSOFT) to quickly locate.

Subroutine or interrupt program location error: Subroutines, interrupt programs, and data labels (DLBL) must be placed after the END instruction in the main program.

6.2 Run Mode Edits

DL06 supports online program modification during runtime. But please note:

When editing at runtime, the output will remain in its original state until the new program accepts and enters the next scanning cycle. If the new program has serious errors, the CPU will enter Program mode and shut down all outputs.

It is recommended to validate the logic through testing mode before making modifications.

6.3 Mandatory I/O and Bit Overcover

Conventional forcing: temporarily changing the status of inputs, outputs, intermediate relays, etc. for debugging purposes. The mandatory value is only valid for the current scan, and the actual signal will be restored during the next I/O update.

Bit Override: When enabled using AUX 59 or DirectSOFT, the CPU will ignore the actual input changes and fix it to the forced state. Commonly used for simulating signals or locking outputs. Note: Bit coverage does not affect the mandatory function, and both can be used simultaneously.

6.4 Memory Mapping Confusion

Many beginners are confused about the octal address of DL06. For example, the output point numbers are Y0, Y1,..., Y7, Y10, Y11,..., Y17 (without Y8, Y9). Similarly, V-memory addresses such as V2000 are valid, but V2008 is invalid (because 8 is not an octal number). When using pointers or Load Address (LDA) instructions, the address needs to be converted to hexadecimal.


Preventive maintenance recommendations

Regular backup: Save programs, V-memory, and system parameters to the computer through DirectSOFT.

Battery replacement cycle: Even if the power is not frequently cut off, it is recommended to replace the battery every 2-3 years to avoid data loss.

Cleaning dust: Clean the interior of the PLC, especially the heat dissipation holes and terminal areas, with low-pressure compressed air at least once a year.

Check grounding and shielding: Confirm that the grounding resistance is less than 100 Ω, and that the shielding layer of the communication cable is grounded at one end.

Transient suppression check: For newly added inductive loads, it is necessary to install suppressors and regularly check whether the suppression components have failed.

Regular restart testing: For systems that have been running continuously for a long time, they can be powered back on regularly during planned shutdowns to verify whether the startup logic and data retention are normal.

  • GE 151X1235DB15SA01 SPEEDTRONIC Mark VI High Performance Turbine Control Module
  • GE DS3800HIOC High-Level Input Output Board
  • GE DS3800NHVG High-Voltage Gate Driver Board
  • GE DS3800NB1A Power Supply Regulator Board
  • GE DS3815PAHB1A1A Processor Interface Board
  • Allen-Bradley 100-D300EA11 IEC Contactor 300A
  • Omron BY50S 500VA 300W Uninterruptible Power Supply
  • Mitsubishi NF630-CW 3P 600A Molded Case Circuit Breaker
  • CLA-2 4L PLC Control Electric Lubricating Oil Pump
  • Pilz 6Z000002 PSEN enc sincos 4096 hs Encoder
  • Siemens 6ES7317-2FK14-0AB0 CPU 317F-2PN/DP
  • Fuji NP1AYH8V-MR Analog Output Module MICREX-SX
  • Kistler DMF-P A300 NCF 4734AWDY2X400S1 Force Displacement Monitor
  • ABB Pluto S20 v2 CFS Safety PLC
  • Parker IQAN-XS2 Expansion Controller Module
  • ABB CI867AK01 PLC Module
  • FANUC A20B-2002-0520 Main Board
  • Mitsubishi A6BR10 Repeater Module
  • Siemens 3TY6480-0A Contact Kit
  • Servax CDD34.008 Servo Drive
  • Renesas R5F2134CXJFP Microcontroller
  • Siemens 6SL3210-1SE31-0AA0 Power Module
  • Mitsubishi LE-40MTA-E Tension Controller
  • B&R 4PP035.0300-01 Operation Panel
  • HRTL 96B M666.01S-S12 Inductive Proximity Sensor
  • Mitsubishi GT1455HS-QTBDE GOT1000 Touch Screen
  • Braids PLC-24/30/E2UK 25m PLC Connection Cable
  • Omron NX-PD7001 NX Series Power Supply Unit
  • Pro-face FP3900-T41-U PFXFP3900TA Operating Panel
  • Siemens 6GK5204-2BB10-2AA3 Industrial Ethernet Switch
  • Mitsubishi GT2310-VTBA GT2310-VTBD Graphic Operation Panel
  • PILZ 774400 PNOZ 24VDC 2NO 2NC Safety Relay
  • Siemens 6ES7315-2EH14-0AB0 CPU 315-2 PN/DP
  • ABB PLUTO B42 AS-i Safety Relay 2TLA020070R1400
  • Applied Materials 0010-12123 PLC Controller
  • Pilz 774595 PZE X5 Safety Relay
  • Siemens 6GA2 490-0A AVR
  • Keyence KV-10T Micro PLC
  • Siemens 6ES7331-7PF01-0AB0 Analog Input
  • Siemens 6SN1145-1BA02-0CA1 PLC
  • FANUC A16B-3200-0521 Main Board
  • Siemens 6SL3120-2TE21-0AD0 Motor Module
  • Pilz 828010 S1IM Safety Relay
  • TRICONEX 3601E Digital Output
  • TRICONEX 8312 Power Module
  • TRICONEX MA2211-100 Media Adapter
  • TRICONEX 3720 Analog Input Module
  • TRICONEX 7400213-100 Extender Module
  • TRICONEX 3000602-100 Chassis Assembly
  • TRICONEX 3722X Analog Input Module
  • Triconex 7400322-100 Trident CIM Base Plate
  • TRICONEX 3721 Analog Input Module
  • TRICONEX 3005 Processor Module
  • ABB 3BUS208720-001 Industrial Power Signal Interconnection Module
  • TMEIC KPAD-3122A LCD Display Keypad
  • Siemens 6SN1145-1BA02-0CA1 PLC
  • LAM 2004365 TURBO BYPASS PLC ASM
  • Omron CJ1W-CORT21 PLC Module
  • Euchner MGB-L2B-PNA-L-121853 Safety Switch
  • XPSMC32ZP Safety Controller
  • Schneider 9070T3000D33 PLC
  • Omron C200H-MAD01 AD DA Module
  • Omron NJ501-1320 CPU Controller
  • Honeywell C36TR1UA1000 Thermostat
  • Honeywell TC-RPDXX1 Power Supply Module
  • Fuji NW0E32-3 PLC Programmable Controller
  • ASM 2004219 Turbo Bypass ASM 107864 Module
  • Future IHDW-BLA4S-IM CNC MPG Handwheel
  • Wieland R1.180.0080.0 SA-OR-S1-4RK-A Safety Module
  • Reliance Electric 57C493 AutoMax Power Supply 376W
  • Siemens 3VT8563-2AA03-2KA2 MCCB 3VT8
  • B&R X20IF1072 CAN Bus Interface Module
  • Mitsubishi OSE253S2 Rotary Encoder
  • Mitsubishi NV630-SW 4P 500A Earth Leakage Breaker
  • Euchner MGB-L1B-PNA-R-121857 Safety Switch
  • Honeywell 900A01-0102 Analog Input Module
  • OMRON C500-ID219 Input Unit
  • Westinghouse EL3030R Current Limiter
  • CLA-2 3L Electric Lubrication Pump
  • Proface GP2501-TC41-24V HMI
  • Omron KM-N1-FLK Small Power Monitor
  • HPM 1D703-0040 Command 9000 Console Card
  • Siemens 3RW5074-6AB14 SIRIUS Soft Starter
  • Genie 75032 Limit Switch
  • OMRON C200H-SP001 Space Module
  • OMRON C200H-PS211 Power Supply Unit
  • OMRON C200H-OC222 Relay Output Unit
  • Keyence KV-8000SO 4221 CPU Module
  • Cincinnati Milacron 3-542-1079A Circuit Board
  • Beckhoff EL3124 Analog Input EtherCAT Terminal
  • KRONES BWU1703 0900853537 ASi PROFIBUS Gateway
  • Radio Energie RE0444 R1S 0.06 CA Tachogenerator
  • Mitsubishi GT1685M-STBA GOT1000 HMI
  • Siemens 6GK7342-5DA03-0XE0 CP 342-5 PROFIBUS
  • Allen Bradley 8520-PX-ASM3-EXEC2-63M Servo Module
  • Delta AH10PM-5A Programmable Controller
  • Siemens 3TK2805-0BB4 Safety Contactor Combination
  • EUCHNER HBA-079827 Pendant Station
  • CLC-2 4L PLC Lubrication Pump
  • KEYENCE GS-51P5 Safety Switch
  • AB 442G-MABH-R Safety Switch
  • GE Fanuc VersaMax PLC Module Set
  • Siemens 6ES7214-1HF40-0XB0 CPU 1214FC
  • Microchip DSPIC30F4011-30I/P DSC
  • FANUC A20B-2102-0081 I/O Link Module
  • Endress Hauser CLS15-B1M2A Conductivity Sensor
  • B&R 3AM050.6 Analog I/O Module
  • Fanuc A16B-2201-0320 MAIN-B CPU Board
  • Pilz 475650 PNOZ 1 Safety Gate Relay
  • Omron NSH5-AL001 Handheld HMI Terminal
  • Allen-Bradley 1756-OF8 Analog Output 8 Ch
  • Siemens 6SL3210-1SE31-0AA0 45kW Power Module
  • PMA TB45-110-00000-000 Temperature Limiter
  • PSR-SCP-24DC-ESD-5x1-1x2-300 Safety Relay
  • Pilz 774140 PZE 9 24V AC Safety Relay
  • Telemecanique TSXRKN82F 8 Slot Rack
  • Mitsubishi R16CPU iQ-R PLC CPU
  • Mitsubishi A2ACPU-R21-S1 PLC CPU
  • Omron NX-AD4208 Analog Input Unit
  • Schneider LMC802CAA10000 PacDrive 3 Controller
  • Reliance Electric 0-51874 Static Sequence Card
  • Pilz 787310 PNOZ X3P C Safety Relay
  • B&R X20CP1684 CPU Module
  • Siemens 6SN1145-1BB00-0FA1 Power Module
  • Beckhoff EL3174 Analog Input EtherCAT Terminal
  • CLC-2P 4L PLC Lubrication Pump System
  • Omron CJ1W-DA08C Analog Output Unit
  • Metso Automation D201776 ACN PO DC PLC Control Server Computer