Welcome to the Industrial Automation website!

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

BECKHOFF EL600x/EL602x Serial Port Module Debugging Manual

F: | Au:FANS | DA:2026-06-18 | 50 Br: | 🔊 点击朗读正文 ❚❚ | Share:

BECKHOFF EL600x/EL602x Serial Communication Module Debugging, Maintenance, and Troubleshooting Guide

In industrial automation sites, serial communication remains an important way to connect devices such as sensors, barcode scanners, GPS clocks, and frequency converters. The Beckhoff EL600x (RS232) and EL602x (RS422/RS485) series EtherCAT serial port terminal modules are an ideal choice for serial device integration in EtherCAT systems due to their flexible baud rate configuration, 864 byte receive buffer, and optional transmission rate optimization function. However, when faced with practical issues such as setting RS485 bus terminal resistance, switching between half duplex/full duplex modes, TwinCAT process data mapping, and firmware version compatibility, engineers often need a systematic practical guide. This article is based on official technical documentation and presents a comprehensive professional manual covering model identification, installation and wiring, CoE parameterization, process data configuration, firmware updates, and fault diagnosis.


Product Series Overview and Selection Core

The EL600x/EL602x series includes single channel and dual channel versions, covering mainstream serial interface standards:

Model Interface Type Channel Number Key Characteristics

EL6001 RS232C 1 full duplex, RTS/CTS hardware handshake, up to 15m in length

EL6021 RS422/RS485 1 Full/Half Duplex, Differential Signal, Maximum 1000m

EL6021-0021 RS422/RS485 1 Increase bias resistance, suitable for connecting in the middle of the bus

EL6002 RS232C 2 dual channels, each channel with a DE9 male head

EL6022 RS422/RS485 dual channel, DE9 female head, each channel can output 5V/20mA power supply

All models have a default baud rate of 9600, 8 data bits, 1 stop bit, and no checksum (8N1). Key selection decision: If long-distance (>15m) or multi node bus is required, EL602x should be selected; If the site is an RS232 device, select EL600x. EL6021-0021 is designed specifically for multi EL602x parallel scenarios, and its higher bias resistance can avoid bus level abnormalities caused by parallel bias resistance.


Precautions for Mechanical Installation and E-Bus Power Supply

The EL600x/EL602x adopts a standard 12mm or 26mm (dual channel) width housing and is installed on a 35mm DIN rail (compliant with EN60715). Attention should be paid during installation:

No communication module limitation: In the same I/O station, it is not allowed to install more than two "no communication modules" that do not participate in E-Bus data transmission in parallel, otherwise it will affect the reliability of data transmission.

E-Bus current consumption: EL6001 typical 120mA, EL6021 typical 170mA, EL6002 typical 170mA, EL6022 typical 250mA. It is necessary to ensure that the bus coupler (maximum 2A) or E-Bus power module (such as EL9410) can provide sufficient current. TwinCAT System Manager will automatically calculate and prompt for insufficient power supply (display exclamation mark).

Grounding and shielding: The terminal module provides shielding connection points (FE) for eliminating EMC interference. It is strictly prohibited to use functional grounding for releasing residual current or potential difference - the shielding layer is only used for releasing high-frequency interference and cannot replace protective grounding.


Wiring points: RS422/RS485 terminal and bias resistor

The physical layer wiring of RS422/RS485 is the most error prone link in on-site debugging, and its core lies in the reasonable configuration of terminal resistors and bias resistors.

3.1 Terminal Resistance

RS422 (full duplex, point-to-point or multi-point reception): A 120 Ω terminal resistor must be connected across the receiving end (RxD+/RxD -). It is recommended to use a clear linear topology with as short branches as possible.

RS485 (half duplex, multi station bus): The terminal resistor is only placed at the devices at both ends of the bus, and the intermediate node is not connected to the terminal. Each terminal resistance is 120 Ω.

3.2 Bias resistor (unique to EL602x)

When the bus is idle, the differential lines (A/B or T+/T -) need to maintain a certain level to prevent false triggering. EL602x has an integrated bias resistor (pull up to power, pull down to ground). But if multiple EL602x are connected in parallel in the bus, the bias resistance of the parallel connection will be too small, which will increase the bus load and may cause abnormal voltage levels. At this point, EL6021-0021 (with increased bias resistance) should be placed in the middle of the bus as a "relay" node to reduce the overall bias current.

3.3 Definition of Wiring Pins (Single Channel EL6021)

Terminal 1: TxD+(sending positive)

Terminal 5: TxD - (Send Negative)

Terminal 2: RxD+(receive positive)

Terminal 6: RxD - (receive negative)

Terminal 3/7: GND (internal short circuit)

Terminal 4/8: Shielding (internal short circuit)

The dual channel EL6022 uses a DE9 female header, and the pin allocation is detailed in the document (channel 1: Pin2 Tx+, Pin3 Rx+, Pin7 Tx -, Pin8 Rx -); Channel 2 is similar).

3.4 Half Duplex/Full Duplex Mode Settings

EL602x supports configuration through the combination of CoE objects x800:06 (Enable half duplex) and x800:07 (Enable point to point connection):

00: RS485 half duplex, the terminal module will receive the data it sends (requiring software filtering).

01: RS422 full duplex, point-to-point (default).

10: RS485 half duplex, the terminal module only receives data from other devices (not its own data).

11: RS422 full duplex, but only enables reception after transmission is complete (to avoid echo).

In practical applications, if RS485 multi station is used, mode 10 is usually selected.

TwinCAT debugging process (from scanning to parameterization)

4.1 ESI Device Description File Update

Firstly, ensure that the ESI directory of TwinCAT contains the latest XML description files for EL600x/EL602x. You can download it online through TwinCAT's "Update Device Description File (via ETG website)" function, or download it from Beckhoff's official website and put it in C: TwinCAT 3.1 Config Io EtherCAT. Attention: Different revision versions (such as -0016, -0019) may correspond to different hardware/firmware combinations and must be matched.

4.2 Online Scanning and Configuration

Switch TwinCAT to Config mode, right-click on "I/O Devices" → "Scan Devices", and select EtherCAT devices.

After scanning the terminal module, the system will automatically load the default process data (PDO). For EL6001/EL6021, the default PDO is 22 bytes of user data+1 byte of control/status (corresponding to RxPDO 0x1604 and TxPDO 0x1A04).

If you need a 16 bit process data interface (for 9-bit data or more efficient data transmission), you can select PDO 0x1605 (output extension) and 0x1A05 (input extension) in the "Process Data" tab. This requires firmware version support (EL6001 FW08 and above).

4.3 CoE parameter configuration (0x8000 object)

All communication parameters are concentrated in object 0x8000 (single channel) or 0x80n0 (dual channel, where n=0 is channel 1 and n=1 is channel 2). Key sub index:

0x8000:11 (baud rate): Supports 2400~115200, and can also input any integer value (1000~115200) directly through 0x8000:1B (Explicit baud). The firmware must be ≥ 11 (EL6001) or ≥ 09 (EL6021).

0x8000:15 (data frame): Optional formats include 7E1, 8N1, 8O2, etc., and special formats (such as 9N1) can also be selected through 0x8000:1C (Extended data frame).

0x8000:05 (transmission rate optimization): default enabled. When there are no new bytes within approximately 16 bits after receiving data, the buffer content is automatically packed into the process image to reduce the EtherCAT cycle burden. If the device sends continuously without any gaps, this function should be turned off.

0x8000:04 (Continuously Sending FIFO Data): When enabled, first fill the send buffer with up to 128 bytes, and then trigger continuous sending through the rising edge of the "Send continuous" bit of the control word until the buffer is empty.

0x8000:1A (Rx buffer full notification): Set the "Buffer full" status bit when the amount of data in the receive FIFO reaches 864 bytes by default.

Important: After modifying any of the above communication settings, reinitialization must be triggered through the control word (Init request), otherwise the changes will not take effect. Initialization process: Set Init request → Wait for Init accepted → Reset Init request.


Process data and control word analysis

5.1 Standard Process Image (22 Byte Mode)

Output (Controller → Terminal): Contains control words (low 8 bits or high 8 bits, depending on PDO selection) and up to 22 bytes of data (Data Out 0~21).

Input (Terminal → Controller): Contains a status word and up to 22 bytes of received data (Data In 0~21).

Control word key bits (taking single channel bitwise representation as an example):

Bit 0 (Transmit request): The controller is set to notify the terminal module that "Output length" bytes are waiting to be sent; The terminal module has received confirmation from the rear position 'Transmit accepted'.

Bit 1 (Receive accepted): Set the controller to confirm that the input data has been read; The terminal module can then send new data.

Bit 2 (Init request): Set to initiate initialization, enter ready after reset.

Bit 3 (Send continuous): When continuous transmission mode is enabled, the rising edge initiates FIFO transmission.

Status word key position:

Bit 0 (Transmit accepted): Terminal module confirms sending request.

Bit 1 (Receive request): The terminal module is set to indicate the presence of new received data (length indicated by "Input length").

Bit 2 (Initialize accepted): Initialization completed.

Bit 3 (Buffer full): Receive FIFO full, subsequent data loss.

Bit 4~6: Parity check error, frame error, over limit error.

Bit 8~15: Input length (actual number of received bytes).

5.2 Data Transmission Handshake Process

Send (controller → terminal):

Set the 'Output length' to the number of bytes to be sent (n).

Fill in Data Out 0~n-1.

Set 'Send request'.

Wait for the terminal module to be set to 'Transmit accepted'.

Reset 'Send request' (can be reset immediately, terminal module has locked data).

Reception (terminal → controller):

Waiting for 'Receive request' to be set.

Read the 'Input length' and data area.

Set 'Receive accepted' to confirm.

Reset the terminal module to 'Receive request' (prepare for the next frame).

Common Troubleshooting Ladder Table

Possible causes of fault phenomena, priority troubleshooting steps, advanced measures

The terminal module cannot enter the OP state due to ESI version mismatch or PDO configuration error. Check the EtherCAT state machine and check the AL status code; Rescan and verify the revised version to check if the CoE in the Startup List is written correctly; Restore factory default (0x1011:01 Write 0x64616F6C)

Serial port has no data receiving baud rate/data frame mismatch; Wiring error (RS485 polarity reversed) Use an oscilloscope to measure Tx/Rx levels; Confirm that the setting of CoE 0x8000:11/15 is consistent with the device and check if the terminal resistance is missing (RS422 remote requires 120 Ω); Check the 'Enable half duplex' mode

Data reception garbled or byte loss transmission rate optimization turned off, resulting in each byte being uploaded separately; EtherCAT cycle too long to enable 0x8000:05; Shorten the cycle time or increase the receiving buffer threshold to check if the "Explicit Baudrate" frequency error is less than 0.6% (using integer baud rate)

RS485 bus communication conflict: Improper half duplex mode setting. The terminal module receives data sent by itself and sets x800:06=1 (half duplex) and x800:07=0, and sets mode 10 to check the bus terminal resistance position; Confirm that only two end devices are connected to the terminal

Failed to send data. Send buffer full (128 bytes). Check if "Send continuous" is enabled; Confirm the completion of the 'Send accepted' handshake to increase the EtherCAT cycle time and give the terminal more processing time

TwinCAT scans for unknown devices with missing or outdated ESI files. Use 'Update Device Descriptions' to obtain the latest ESI. Check' Show Hidden Devices' and select compatible revision versions

After firmware update, the module does not respond. Download incompatible firmware or interrupt to try to re-enter BOOTSTRAP mode (see below). If there is no response, return to the factory for repair


Firmware updates and version compatibility

The firmware and hardware versions of EL600x/EL602x must match. The document lists a detailed compatibility table (EL6001 HW03-17 can run FW05~16). Important rule: High version firmware is usually backward compatible with lower version hardware, but the opposite is not necessarily true. Before updating, it is necessary to confirm the hardware version (see shell serial number or CoE 0x1009).

Firmware update steps (TwinCAT):

Set TwinCAT to Config/FreeRun mode.

Switch from the station to BOOTSTRAP mode (via the "Bootstrap" button on the Online tab).

In "EtherCAT" → "Advanced Settings" → "ESC Access" → "Firmware Update", select the. efw file (if it is bundled firmware, password=1 can update ESI at the same time).

Wait for the progress to be completed, do not turn off the power or network.

Switch back to Initiat → PREOP, power off and restart the module, check CoE 0x100A to confirm the new firmware version.

FPGA firmware update (*. rbf) is applicable to terminal modules with FPGA (such as early EL6001). The operation path is similar, but it is necessary to confirm that the FPGA version is ≥ 10 (E-Bus terminal) before updating online, otherwise it needs to be returned to the factory.

Factory reset: Double click 0x1011:01 in CoE Online, write the hexadecimal value 0x64616F6C (ASCII "load"), and restore all backup objects to their default settings. If the terminal module is older (before 2007), you can try 0x6C6F6164.


Advanced features: LIN master station support and command mode

8.1 LIN master station auxiliary function of EL6001 (FW10 and above)

EL6001 can simulate LIN bus master station frame transmission at RS232 level. Enabling method: Write 0x3000 in CoE 0x8000:01 (command object), and then the terminal module will automatically insert a 13 bit synchronization interrupt and synchronization byte 0x55 before sending data. Automatically remove these fields upon receipt. This feature does not include a complete LIN protocol stack and only provides physical layer assistance. It requires the PLC to implement PID and checksum calculations. An additional RS232-LIN level converter is required for use.

8.2 Command Mode (MultiDataFrame)

EL6021 FW06 and above support switching encoding modes during the transmission process. For example, the first n bytes use Mark Parity, and subsequent bytes use Space Parity. Write specific values through command object 0xB000 (0x2001 enables multi frame, 0x2100+encoding A, 0x2200+n, 0x2300+encoding B), and then trigger Send continuous sending.


Notes on TwinCAT Virtual Serial COM Driver

If using EL60xx as a standard COM port for Windows (via TcVirtualComDriver), please note:

The upper level application (such as serial debugging assistant) will set the baud rate/data frame by itself, which will override the parameters in the CoE. Therefore, ensure that the driver version supports the required baud rate (1.18 and above support Explicit baud).

If opening the COM port fails, check the CoE error message in the ADS recorder, which may be an unsupported baud rate combination.


Maintenance and environmental disposal

Cleaning: Use only a soft cloth dipped in glass cleaner or alcohol to wipe the front panel, and do not use compressed air, steam, or abrasives.

Scrap: Dispose of according to electronic waste regulations, recycle circuit boards and electronic components separately, and send plastic parts for plastic recycling.

  • OMRON CJ1W-MD261 Mixed I/O Module
  • Omron NJ301-1100 PLC CPU eCat EIP Specs
  • Omron F500-C15-ETN Vision System PLC Module
  • Modicon M241-24IO TM/T2UK PLC with Ethernet
  • SIXNET YS-800-001 RTU PLC Module
  • BEMAC UST-202-D Interface Board 1307D V08B2
  • Yaskawa JANCD-MMOIC-02 Drive Circuit Board
  • ABB 3BSE005028R1 SDCS-COM-1 Comm Board
  • Omron 3G3MX2-A4110 A4150 Inverter Drives Specs
  • KEYENCE CA-E100 PLC Module
  • GE IC693ALG223-GB Analog Input Module Specs
  • ABB BAILEY IMMFP01 Multi Function Processor System
  • SIEMENS 6FC5372 0AA00 0AA1 NCU 7202 Controller
  • Modicon TM241CE4 40I O Transistor Programmable Controller
  • SIEMENS 6ES7 315 2EH13 0AB0 CPU 3152 PN DP
  • NORIS A1 91 PCB Card Rack Module System
  • SIEMENS 6ES7 313 5BE01 0AB0 Compact CPU
  • SCHNEIDER ELECTRIC S144B MICROLOGIC 60A Trip Unit
  • CNI PLC269 v3 Control Module Board Rev H
  • ABB BAILEY IIMCP02 Processor Module
  • OMRON NT20S ST121 EV3 Operator Interface Terminal
  • OMRON NS-CA001 Video Input Unit
  • GE Fanuc IC695CHS012 RX3i Backplane
  • Allen Bradley 2711E-K14C6 PanelView 1400e Terminal
  • Siemens Sinamics CCB 10000432.71 Power Cell
  • Siemens 6SL3210-1SE21-8UA0 Power Module PM340
  • Yaskawa CIMR-F7A20P4 AC Drive
  • Beckhoff EP1918-0002 EtherCAT Box I/O Module
  • OMRON CQM1-TC001 Temperature Control Module
  • GE Fanuc SGHA36AT0400 Industrial Contactor
  • OMRON NJ501-1500 PLC Machine Automation Controller
  • Mitsubishi MAZAK QX084 Power Supply MELDAS 500 CNC
  • B&R 0AC808.9 PLC Automation Module
  • OMRON CP1H-XA40DT1-D PLC Module
  • G&W Electric PLC15 5111 011 15kV Capnut Assembly
  • GE DS200SLCCG3AGH PCB Circuit Board
  • Siemens SINUMERIK 6FC3981-4FD PLC Extension
  • OMRON F300-DC I/O Image Processing Unit
  • FANUC A06B-0314-B002 AC Servo Motor
  • GC-S84 Programmable Controller Logic Module
  • PASABAN MONTELEC MTC3001-DC Drive Control PLC
  • Allen Bradley 100E460EJ11 Auxiliary Contactor
  • Bosch Rexroth 1070075337-101 Card Parameters
  • HMS Anybus AB7646-F Gateway Specifications
  • Bosch 062633-303401 CNC Servo PLC Card
  • TI 500-5023 Series PLC Power Supply
  • Siemens C98043-A7002-L1-12 Circuit Board
  • Omron E5CC-RX3A5M-000 Controller
  • CN-8032-L Profinet Network Adapter Module
  • Siemens 3TK2804-0BB4 Safety Relay Details
  • Toledo TTLM-2-1M I/O Load Module
  • NORIS A1-91 PLC Rack Board Specifications
  • Mitsubishi A3ACPUR21 MELSEC PLC CPU Module
  • Beckhoff EP7041‑3002 EtherCAT Box Digital Input Module
  • REER EOS2E 1053 EOS2R 1053 Safety Light Curtain
  • Mitsubishi Q80BD-J71BR11 MELSECNET/H Interface Board
  • Omron 3G3IV-B4220-EV2 VFD 400V 22kW
  • Allen-Bradley 96844671 1785-LT3 PLC-5/12 Processor Module
  • Pasaban MTC3001-DC Drive Control PLC Module
  • Omron CJ1M-CPU11 V4.0 PLC CPU Module
  • ABB CM579-PNIO B3 Communication Module
  • B&R X20 AI 4221 Analog Module
  • Siemens 6SY7000-0AC80 PLC Module
  • GE 531X300CCHAFM5 Control Card
  • AB 810-A15C Inverse Time Relay
  • WITTENSTEIN LP120X-MF2-20 Planetary Gear
  • Mitsubishi Kakoki E-01B-4130 PLC I/O Modules
  • ABB DSQC643 Safety Control Board
  • Siemens G26004-A2105-P100-2 PCB
  • OMRON F350-C10E Image Processing Unit
  • FUJI UG430H-TS1 HMI Touch Panel
  • Westronics CB100188-01 Rev F Board
  • Siemens 7MH4900-3AA01 Weighing Module
  • Gilbert & Nash Tracker 2000 Control Cabinet
  • OMRON CJ1M-CPU22 CPU Unit
  • OMRON F3SJ-E0625P25 Light Curtain
  • Siemens 3VA2340-5HL32-0AA0 Breaker
  • Mitsubishi Melsec A61P A2NCPU PLC System
  • Aeco 158-02 DSP-02 PCB Card
  • FUJI NP1PS-32R CPU Module
  • Siemens 6SL3040-1MA01-0AA0 Control Unit CU320-2 PN
  • Fuji RYE.75D PLC Driver AC Drive
  • Electro Cam PS-6144-24-P16M09-L-MB Programmable Limit Switch
  • Siemens C98043-A7001-L2-4 CUD1 Control Board
  • Pilz 312070 PSSu H PLC1 FS SN SD Safety Module
  • Siemens Plc42q4200atsn Circuit Breaker Fuse Box
  • GE Fanuc IC695ALG708-AB Analog Output Module Rx3i
  • Siemens 6SE7036-5GK84-1JC2 IGD8 Gate Driver Board
  • Charmilles 813078 852029 PLC PCB Robocut 2 CNC EDM
  • Siemens 6SL3130-1TE24-0AA0 Smart Line Module
  • Pasaban MTC3001-DC Drive Control PLC Module
  • Modicon AS-P890-000 Remote I/O Processor Power Supply
  • Siemens PXC100-PE96.A PXC Modular Controller
  • TOYO KEIKI P:CARD5 AVH-R YH-212 Industrial Control Card
  • Omron NS5-SQ00B-V2 HMI Touch Screen 5.7 Inch
  • Sciemetric SigPOD 1202-0H00 Data Acquisition Module
  • GE Fanuc IC693CPU331W CPU Module Series 90-30
  • Square D 8903SVO11V02 Lighting Contactor 200A
  • Beckhoff C9900-P224 Power Supply Unit 24V 10A
  • HSD PE323 PLC I/O Module
  • Pillar AB6406-11A Power Control Board
  • GE Fanuc IC693CPU331W CPU Module
  • FANUC A61L-0001-0072 LCD Monitor
  • AB 20D-D-011-A-0-EYNANANE Drive
  • AB 1785-L20B PLC-5/20 Processor
  • Siemens SIREC P/PA Recorder 7ND3021
  • Siemens D2E160-AH01-17 Fan Blower
  • Eaton 101073735-001 LEG Module
  • AB 1404-M605B-ENT Powermonitor 3000
  • OMRON CJ1W-MAD42 Analog I/O
  • Omron CJ1M-CPU13 V3.0 PLC CPU Module
  • Pe323 HSD PLC Module Industrial Controller
  • Pasaban MTC3001-DC Drive Control PLC Module
  • Mitsubishi R02CPU PLC Module MELSEC iQ-R
  • B&R X20DC2395 Digital Output Module 32 Ch
  • Hoffman A30N24ALP Enclosure with PLC Addons
  • Rieter PLC with RMC 24/5V 10 RMC188-1 RMC RIO-1
  • Allen-Bradley 1790D-TN4V0 CompactBlock LDX Base Block 4 AI
  • National Instruments NI 9242 Analog Input Module 4-Channel
  • ABB AO820 3BSE008546R1 Analog Output Module
  • Moeller XVC-101-C192K-K82 PLC
  • AB 440F-C4000P MatGuard Controller
  • AB 1692-ZRCLSS Protection Module
  • Schneider S48896 PLC Module
  • FANUC A02B-0303-C205 I/O Module
  • AB 1785-LT4 PLC-5/10 Processor
  • AB 1746-NO8V SLC 500 Analog Output
  • OMRON CQM1-TC001 Temperature Unit