DCS Industrial control system
NameDescriptionContent
NEW CENTER
Current Location:

WATLOWCLS200 Communications Specification Includes CLS200, MLS300 and CAS200

From:WATLOW | Author:LIAO | Time :2025-08-25 | 419 Browse: | 🔊 Click to read aloud ❚❚ | Share:

the controller is being updated through the front panel (0x1).

TNSL least significant byte of the transaction number. This is the first half of a “message stamp.” The

controller sends back the TNSL and TNSH exactly as it received them, so host software can use the 

TNSL and TNSH bytes to keep track of message packets.

TNSH most significant byte of the transaction number. This is the second half of the “message stamp.

ADDL the low byte of the beginning data table address of the block of data to read or write.

ADDH the high byte of the beginning data table address of the block of data to read or write.

DATA the new values to be set with a write command, or the requested data in a response to a read 

command.

DLE ETX ends every packet of information. Signals the end of a transmission.

BCC or CRC one or two-byte error check at the end of the packet. There are two error check methods: 

Block Check Character (BCC), which requires 1 byte, and Cyclic Redundancy Check (CRC), which 

requires 2 bytes.

Error Checking

The default error check method, BCC is easier to implement than CRC, and is acceptable for most 

applications.

Select one error check method and configure both software and controller for that method, or they will 

be unable to communicate.

The error check methods work this way:

Block Check Character (BCC)

BCC checks the accuracy of each message packet transmission. It provides a medium level of security. 

The BCC is the 2’s complement of the 8-bit sum (modulo-256 arithmetic sum) of the data bytes between 

the DLE STX and the DLE ETX. (1’s complement +1)

• BCC does not detect transposed bytes in a packet.

• BCC cannot detect inserted or deleted 0 values in a packet.

• If you have sent 0x10 as data (by sending DLE 0x10) only one of the DLE data bytes is included in 

the BCC’s sum (the DLE = 0x10 also).

For instance, the block read example shown in the examples section, adds 0x08 00 01 00 00 80 02 10. 

Note that the 0x10 representing DLE has been left out of the calculation. The sum should come to 0x9B.

1001 1011 = 0x9B

0110 0100 = 1’s complement

______ +1 = 2’s complement

0110 0101 = 0x65

Cyclic Redundancy Check (CRC)

CRC is a more secure error check method than BCC. It provides a very high level of data security. It can 

detect:

• All single-bit and double-bit errors.

• All errors of odd numbers of bits.

• All burst errors of 16 bits or less.

• 99.997% of 17-bit error bursts.

• 99.998% of 18-bit and larger error bursts.

The CRC is calculated using the value of the data bytes and the ETX byte. At the start of each message 

packet, the transmitter must clear a 16-bit CRC register.

When a byte is transmitted, it is exclusive-ORed with the right 8 bits of the CRC register and the result 

is transferred to the right 8 bits of the CRC register. The CRC register is then shifted right 8 times by

inserting 0’s on the left.

Each time a 1 is shifted out on the right, the CRC register is Exclusive-ORed with the constant value 

0xA001. After the ETX value is transmitted, the CRC value is sent, least significant byte (LSB) first. 

Structured English procedure from AB Manual

data_byte = all application layer data, ETX 

CLEAR CRC_REGISTER

FOR each data_byte

GET data_byte

XOR (data_byte, right eight bits of CRC_REGISTER) 

PLACE RESULT in right eight bits of CRC_REGISTER

DO 8 times

Shift bit right, shift in 0 at left 

IF bit shifted =1

XOR (CONSTANT, CRC_REGISTER) 

PLACE RESULT in CRC_REGISTER

END IF

END DO

END FOR

TRANSMIT CRC_REGISTER as 2-byte CRC field

Examples

The host software sends two kinds of commands: block reads and block writes. This section shows 

examples of both commands.

Note: If you read data from a loop set to SKIP, the controller will send an empty packet for that loop.

This section does not show how to calculate the error check value included with every packet. For help 

calculating the error check value, see the section on BCC or CRC.

Block Read

This example shows the block read command the host software sends, the controller’s responses, and the 

software's acknowledgment.

Situation: Read process variables for loops 1 to 8.

• 8 process variables 2 bytes each = 16 bytes from data table address 0x0280.

Block Write

This section describes the block write command.

This example shows the block write command the master sends, the controller's responses, and the 

master's acknowledgment:

Situation: Write setpoint of 100 to loop 6.

• 1 setpoint 2 bytes per setpoint = 2 bytes to address 0x01CA (0x01C0 + xA, a 10-byte offset).

• Character values are represented in hexadecimal.

• The sender is device address 0.

• The destination is device address 8 (controller address 1).

• The software sends transaction number 00.

Message Data

Some messages contain data. What the data is and how much depends on the command used and the 

purpose of the message.

Data for a Read Command

For a block read command, the data block consists of one byte that indicates the number of bytes to read 

(up to 244 bytes of data). The controller sends back a packet with a data block that contains the 

requested bytes.

  • Beckhoff Nail Operating Terminal CP7032-1031-0010
  • Beckhoff AM8042-0EH1-0000 Servomotor 4.10 Nm (M0), F4 (87 mm)
  • Beckhoff EK9300 Beckhoff CPU Module
  • Beckhoff CP3224-0020 Multitouch-Panel-PC
  • Beckhoff CP2712-0000 12.1" 24VDC Touch Screen WMD0
  • BECKHOFF CX5240-0195 / 0000289234 Embedded PC 40 GB CFast Card
  • Beckhoff CP6932-1000-0000 Control Panel
  • BECKHOFF CX5120-0121 PLC Module
  • Beckhoff EL3218 | EtherCAT Terminal, 8-channel analog input
  • Beckhoff C6640-0050 | Control cabinet Industrial PC
  • Beckhoff Cx5130-0120/4GB Embedded-PC
  • BECKHOFF CX2030-0122 PLC PROCESSOR
  • BECKHOFF CX5020-0122 Controller Module
  • Beckhoff CP3915-0000 Multitouch Panel
  • BECKHOFF EL3014 | EtherCAT Terminal
  • BECKHOFF Industrial Computer c6920-1057-0030
  • Beckhoff CX5130-0141/4GB CX5130-0141 Embedded PC
  • Beckhoff C6240-1052-0040 4-086-06-3073 Industrial Computer
  • Beckhoff CX5140-0135 /4GB High-Performance Embedded Industrial PC
  • Beckhoff C6515-1001-0000 Industrial PC
  • Beckhoff AX5103-0000-0200 - Digital Compact Servo Drives
  • Beckhoff CX2030-0130-1003/4GB Basic CPU module
  • Beckhoff AX8620-0000 Power Supply Module
  • Beckhoff CX9020-0111 module with
  • Beckhoff EL7332 PLC Module
  • BECKHOFF CP7709-0001-0020 HMI
  • Beckhoff CX5120-0155/2GB Embedded PC
  • BECKHOFF CP7037-1037-0010 OPERATOR INTERFACE TOUCHSCREEN
  • Beckhoff EK9000 | ModbusTCP/UDP Bus Coupler
  • Beckhoff Touch Panel Screen CP6020 -0000-0000
  • Beckhoff CX2020-0121 Module FAST Shipping
  • Beckhoff CX2030-0125 Basic CPU Module
  • Beckhoff CP3918-0000 Multi-Touch 18.5" Control Panel
  • Automotion LC4A00010 DC BL Motor Control, ATS, Sub Assy, SCP, 115VAC,
  • 500T-115VAC - VAS ENGINEERING - DORIC 500 SERIES DIGITAL TEMP INDICATOR
  • Honeywell X-DCS2000/EN Digital Integrated System Manager 50/60Hz 100-240V #4
  • Kollmorgen S60600 Servostar600 606-Fan 4 kVA, 6 A, 3 X 230 - 480 V
  • ABB XZ C828 A101 Didt Dioder Snubber 3BHE039453R0101
  • ABB 3BHB027232R0001 1-Phase Charging Transformer
  • ABB 3BHE006412R0101 Circuit Board UFC762AE101
  • ABB XVC770BE101 3BHE021083R0101 Circuit Board
  • ABB 3BHE021887R0101 (Model: UBCC717BE101 / UBC717BE101) is an advanced
  • ABB 3BHE032593R0001 Isolated Power Supply
  • ABB 3BSC610023R0001 POWER SUPPLY SD812
  • Beckhoff C6650-0060 | Control cabinet Industrial PC
  • Beckhoff CP2916-0000 Industrial HMI Display Panel
  • Beckhoff AM8053-0L2B-0000 Servomotor 15.4 Nm (M0), F5 (104 mm)
  • Beckhoff CP6202-0001-0020 Industrial Panel PC
  • Beckhoff CX2020-0120 Plc Module
  • Beckhoff CX1010-0111 BASIC CPU MODULE
  • Beckhoff C6017-0010 | Ultra-compact Industrial PC
  • BECKHOFF CX2040-0155 Plc Module
  • Beckhoff CX5120-0125 Embedded PC
  • BECKHOFF C6930-0040 INDUSTRIAL CONTROL COMPUTER
  • Beckhoff CP6907-0001-0000 Economy Built-in Control Panel
  • Beckhoff CP2912-0000 Multi-Touch Built-In Control Panel
  • Beckhoff C6015-0010 Ultra-Compact Industrial PC
  • Beckhoff CX5130 | Embedded PC with Intel Atom® E3827
  • Beckhoff C6030-0060 Ultra-Compact Industrial PC
  • OMRON 3G3XV-A2007 3G3XV-A2007-NEV2
  • Omron NJ1019000 NJ1 programable logic controller
  • OMRON C120-LK202-EV1/C120LK202EV1
  • OMRON C200H-AD003 PLC
  • OMRON C200H-CPU23-E COIL 24VDC PLC
  • Omron C200HG - C200H-ID212- C200H-OC226 C200HW-BC101 PLC Base Unit
  • OMRON C200H-OC222(Output Unit),C200H-PS211(Power Supply Unit),SP001 Module Rack
  • OMRON C200H-RT201 PROGRAMMABLE CONTROLLER
  • OMRON C200HS-CPU01-E SYSMAC PROGRAMMABLE CONTROLLER
  • OMRON C200H-SNT31 C200H Programmable Controllers
  • OMRON C200HW-MC402-E Motion control unit
  • OMRON C200PC-ISA02-DRM-E PLC ISA bus compatible board card
  • OMRON C500-CT012 PLC
  • OMRON C500-NC103-E PLC
  • OMRON C500-NC222-E PLC
  • OMRON C500-PRW05-V1 PLC
  • OMRON C500-PRW06 PROGRAMMABLE CONTROLLER
  • OMRON C500-PS223-E 3G2A5-PS223-E PLC SYSMAC PROGRAMMABLE CONTROLLER
  • OMRON C500-TU001 3G2A5-TU001 PLC PLC
  • OMRON C60H-C1DR-DE-V1 Programmable Controllers
  • OMRON C60H-C5DR-DE-V1 Programmable Controllers
  • OMRON C60H-C6DR-DE-V1 Programmable Controllers
  • OMRON CJ1G-CPU44H CPU module
  • OMRON CJ1G-CPU45H PLC
  • OMRON CJ1M-CPU13-ETN V4.0 PLC PLC
  • OMRON CJ1W-AD041-V1 Analog input uni
  • OMRON CJ1W-CORT21 PLC module
  • OMRON CJ1W-IDP01 Input unit
  • OMRON CJ1W-MCH71 - MECHATROLINK-II
  • OMRON CJ1W-MD261 Digital I/O
  • OMRON CJ1W-NC413 Position control unit
  • OMRON CJ1W-NCF71 Position Control Units
  • OMRON CJ1W-PTS51 Process Simulation I/O Module
  • OMRON CJ1W-PTS52 Process Simulation I/O Module
  • OMRON CJ1W-SCU21-V1 PLC
  • Omron CJ1W-SCU22 Serial Communication Unit
  • OMRON CJ1W-TC001 CJ Series Temperature Control Unit
  • Omron CK3W-AX1515N Motion Controller
  • Omron CP1E-N60DR-D Compact PLC CPU
  • OMRON CP1E-NA20DT1-D PLC PLC
  • OMRON CP1H-X40DT-D plc PLC
  • OMRON CPM2C-S110C-DRT Interface module
  • OMRON CQM1-AD041 PLC
  • SAACKE F‑GDSA‑1 / F‑GDSA‑2 Feuerungsautomaten
  • SAACKE F-GDSA 143303 Controller SHIPS UPS
  • ICS Triplex T8270 Trusted 24 Vdc FanAssembly
  • SCHNEIDER M522220000 SA SM_DO16R 16 DIGITAL OUTPUTS MODULE
  • LENZ EPL10200-W EPZ-10203 CANPT010W3E
  • OMRON CQM1H-ADB21 PLC
  • OMRON CQM1H-CPU61 PLC
  • OMRON CQM1H-MAB42 PLC
  • OMRON CQM1-TC102 CQM1-TC101 PLC
  • OMRON CS1G-CPU44-EV1 PLC
  • OMRON CS1G-CPU44H CPU
  • OMRON CS1H-CPU63-EV1 PLC
  • OMRON CS1H-CPU66-V1 PLC
  • OMRON CS1W-CLK13 PLC communication module
  • OMRON CS1W-EIP21 PLC
  • OMRON CS1W-MAD44 PLC PLC
  • OMRON CS1W-SCU31-V1 CVM1-BC103 PLC
  • Omron CVM1-CPU21-V2 CPU Unit
  • OMRON F150-C10E-2 Vision Controller
  • OMRON F150-C15E-3 Vision Controller
  • OMRON F160-C15E VISION MATE CONTROLLER
  • OMRON F500-C10-ETN F500-C15-ETN Vision Sensor
  • OMRON F500-VS F500-S1
  • OMRON FH-3050 FH Vision Controller
  • Omron FQ2-S25050F PLC Smart Camera
  • Omron FQM1-MMA22 Motion Module