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 | 475 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.

  • Basler DECS-250-CGCM-LN2SA1C Digital Excitation Control System
  • Valmet Automation PLC Module A413171
  • Valmet Automation 542852-3A Rack-Mount Cross Connect Panel
  • Valmet Marine Damatic M851565 Main Keyboard
  • Valmet TIU 6 Printed Circuit Board A413110
  • Metso Valmet U4440253V1.1 RMI CPU 300
  • Metso Valmet A413016 Ver.12 NCU2
  • Valmet M851565 Damatic Keyboard
  • Valmet ATB16-4 16 Channel Relay Card
  • Valmet Metso A413331 SPU Power Supply
  • Valmet PUD 10B Automation Control Rack
  • Valmet MT917 ABMB DMU PCB I/O Module
  • Valmet M851565 Damatic Keyboard Mkb2
  • Valmet EDS-518A-MM-SC Ethernet Gateway
  • Valmet 542836-6A PCB Card
  • Valmet ATB16-4/2 Terminal Board 9144047
  • Valmet ATB16-4 Controller Board 0-50°C 4-20mA Analog Output
  • Valmet 542852-3A Slot Rack Chassis Module
  • Valmet A413026 Ver.M1 FBC Board
  • Valmet IQ Basis Weight SH Sending Assembly A418081
  • Valmet PMB 2R Monolithic Backplane 8-Slot PCB 542821-5A and -5B
  • Valmet ATB16-4 16-Channel Relay Card Controller Board 22195028
  • Valmet Diff-EL SL6NK227SF0 Pressure Transmitter 0-380 mBar
  • Valmet A413110 TIU6 Board Ver.M1
  • Neles Automation A413278 Control Module
  • Valmet BCUTB Terminal Module 10101006 11091002
  • Valmet Senso 160 Measuring Station Display 160.2
  • Valmet AIU 1A Analog Input Unit M851245
  • Valmet IQ Web Caliper Sensor A420734
  • Valmet M851040/M8510401 Memory Board
  • Valmet AN35S1MC02RA Valve
  • Valmet M851121 M2 Cross Connect Panel
  • Valmet AIU-8 Simulator Board 421522-1A
  • Metso BIU 82 D200533 Binary Input Unit
  • Valmet M851121 M2 Module Rack
  • Valmet A413383 PC Board Module
  • Valmet N0542 NO54 ABMB PCB - 545200-3A Board
  • Valmet Metso IOP304 Input Module 181503
  • Valmet PDP601 Distributed Processing Unit 181585
  • Valmet A413084 CPU Board - Processor Module for Automation Systems
  • Valmet AIU 16T Analog Input Module M8512081 M1
  • Valmet AIU 16 Analog Input Module 545100-3A and 545100-3B
  • Metso Valmet BIU4 A413146 Binary Input Unit
  • Valmet AIU-8 Simulateur Board 421522-1a Analog Simulator
  • Valmet BIU8A Binary Input Unit 542803-3B M851222 M1
  • Valmet IQ Web Color DH Photoelectric Sensor A418182 2.04
  • Valmet A413200 AIU-8 Simulator Board 191151 421522-1A
  • Valmet Automation SCU M851006 System Control Unit Module
  • Valmet 857565/851565 Damatic Keyboard IP40 5V Operator Interface
  • Valmet A413077 FBC2 Module Rev 06 Field Bus Controller
  • Valmet DMU 2 PCB Module 545142-3A DM Data Management Unit
  • Valmet AIU16T PCB Card M851208 Analog Input Module
  • Valmet A413181 PLU Board
  • Valmet m851006 SCU Module
  • Valmet Metso 181226 Digital Input Module
  • Valmet AIU16T Analog Input Module - 16-Channel 65421466-2B MT924 V1.3
  • Valmet WIN3136875 Slide Clutch
  • Metso Valmet TIU61 A413111 Temperature Input Unit
  • Valmet MC12S Slitter Motor
  • Valmet A413139 AOH4 Board - Analog Output High Module
  • Valmet A409001 BIU85 Board
  • Valmet A413063 DMU Board
  • Valmet A413325 IPU I/O Power Unit
  • Valmet M851004 M2 CPU Module
  • Valmet IOP345 Digital Input Module
  • Metso Valmet A413215 Communication Board
  • Valmet DIFF-EL 80 M1 Transmitter
  • Valmet A413001 CPU Module
  • Valmet M899520 TDC-2 Module
  • Valmet A409001 BIU85 Board
  • Metso Valmet A413005 CPU Module
  • VALMET PUD 10 B Process Automation Rack with CPU SCU Module
  • Valmet A413091 GDU1 Board
  • VALMET M851006 M2 SCU Module
  • Lyngso Valmet Marine 990.896.000 Position Loop Card
  • Valmet Cooking Liquor Measurement 3417H
  • VALMET ABMB MT831 PCB Card
  • Valmet Automation A413325 IPU I/O Power Unit
  • Valmet Metso Consistency Transmitter Smart Pulp M2
  • VALMET METSO A413274 Connection Module
  • VALMET PI33S1KSA02RSA-ELI26 Switch
  • VALMET ND9103HN-CE07-K05 Intelligent Valve Controller
  • VALMET PMB 2R 16 Slot Backplane PCB Card
  • NELES VALMET A413135 AOU 4 Output Module
  • Metso Valmet A413345 FPU Power Unit
  • VALMET A413171 PIC Module
  • VALMET A413620 Repeater Module
  • Valmet M851521 Memory Card
  • Valmet DIFF-EL 140 M1 Transmitter
  • Valmet A413064 DMU Module
  • Valmet IOP371 I/O Bus Extender Module
  • Valmet Cooking Liquor Measurement 3400 Model 3417H
  • Metso Valmet A413043 CPU Module – Industrial Processor
  • Valmet BIU4 M851221 Binary Input Module
  • Valmet PMB 1S CPU SCU Rack Module
  • Valmet A413248 Controller Module
  • Valmet PDP601 Distributed Processing Unit
  • VALMET M851004 M2 CPU Printed Circuit Board Module
  • Metso Valmet A413045 Ver.05 CPU Module
  • Valmet A413181 Ver.05 PLU1 Board
  • Lyngso Valmet ATB16 Controller Board
  • VALMET AIU 16 Analog Input Unit 545100-3A/3B
  • VALMET PUD 10 B Power Supply PCB Rack Module
  • Valmet MS-50V/120V Bearing Unit
  • Valmet PDP603 Distributed Processing Unit – DPU Module
  • Valmet A413110 TIU Board – Terminal Interface Unit
  • Valmet S420154 I/O Backplane PCB – Printed Circuit Board
  • Valmet A413173 Industrial Control Module
  • Valmet A413044 CPU Module
  • Valmet A4IU1 Analog I/O Module
  • Valmet A413325 IPU Power Unit – PLC Module
  • Valmet M851002 CPU Module – Central Processing Unit
  • Valmet PUD10B Power Supply Board
  • Valmet K00990 Master CPU Electronic Assy
  • Valmet Metso IOP345 Input Module
  • Metso Automation T545215 Board
  • Valmet Metso IOP304 Input Module
  • Valmet 542844-6A SCU Module
  • Metso A413043 Ver.11 Valmet CPU Module
  • Valmet Automation BIU 8A Input Module
  • Metso A413044 Ver05 Valmet CPU Module
  • VALMET 542821-5A Control System Rack Module
  • Metso A413005 Ver.04 Valmet CPU Module
  • Valmet M851207 AIU16 Card
  • Valmet BIU8 Binary Input Unit
  • VALMET 547070-2B CPU Printed Circuit Board Module
  • Valmet Automation A413325 Power Module
  • VALMET AUTOMATION A413135 AOU4 Module