58
Technical Manual Digital Communication - Modbus RTU Dräger Polytron® 8000 Series

Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

  • Upload
    others

  • View
    22

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual

Digital Communication - Modbus RTUDräger Polytron® 8000 Series

Page 2: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

2 Technical Manual |

This page has been left blank intentionally.

Page 3: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 3

Contents

Digital Communication - Modbus RTUDräger Polytron® 8000 Series

Contents

1 Introduction .............................................................................................. 41.1 Target group ................................................................................... 41.2 General safety statements .............................................................. 41.3 Meaning of the warning notes......................................................... 41.4 Trademark ...................................................................................... 4

2 Basic principles of the Modbus technology .......................................... 52.1 Definition of the Modbus protocol ................................................... 52.2 System overview............................................................................. 52.3 Data transmission ........................................................................... 8

3 Installation ................................................................................................ 153.1 Technical data ................................................................................ 153.2 Cables............................................................................................. 153.3 Pin assignment ............................................................................... 163.4 Termination ..................................................................................... 183.5 Opening the gas detector ............................................................... 193.6 Connecting the gas detector ........................................................... 203.7 Closing the gas detector ................................................................. 20

4 Commissioning ........................................................................................ 214.1 Checking installation and operation ................................................ 214.2 Configuring the RS-485 interface ................................................... 214.3 Configuring the gas detector........................................................... 22

5 Integration into process control systems .............................................. 275.1 General information ........................................................................ 275.2 Reading the gas concentration ....................................................... 285.3 Reading diagnostic and status information ..................................... 295.4 Reading the date and time.............................................................. 32

6 Troubleshooting ....................................................................................... 336.1 Error analysis .................................................................................. 336.2 Errors .............................................................................................. 33

7 Annex ........................................................................................................ 397.1 Glossary.......................................................................................... 397.2 Annex 1 Polytron® 8000 parameter list .......................................... 39

Page 4: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

4 Technical Manual | Digital Communication - Modbus RTU

Introduction

1 Introduction

This document is a supplement to the instructions for use for the following gas detectors:

– Dräger Polytron® 8100 EC

– Dräger Polytron® 8200 CAT

– Dräger Polytron® 8310 IR

– Dräger Polytron® 8700 IR

– Dräger Polytron® 8720 IR

This document contains additional information on the Modbus RTU interface.

1.1 Target group

This document is intended for experts who are specialized in PLC programming, certified electricians, or persons instructed by certified electricians. In addition, the individuals have to be familiar with the applicable standards.

1.2 General safety statements

Carefully read the instructions for use before using the corresponding product. This document does not replace the instructions for use.

1.3 Meaning of the warning notes

The following warning notes are used in this document to notify users of possible dangers. The meanings of the warning notes are defined as follows:

1.4 Trademark

The following web page provides a list of the countries in which the trademarks are registered: www.draeger.com/trademarks.

Alert icon Signal word Consequences in case of nonob-servance

WARNING Indicates a potentially hazardous situation. If not avoided, it could result in death or serious injury.

CAUTION Indicates a potentially hazardous situation. If not avoided, it could result in physical injury. It may also be used to alert against unsafe practices.

NOTICE Indicates a potentially hazardous situation. If not avoided, it could result in damage to the product or environment.

Trademark Owner

Polytron® Dräger

Page 5: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 5

Basic principles of the Modbus technology

2 Basic principles of the Modbus technology

2.1 Definition of the Modbus protocol

The Modbus protocol was developed by Modicon in 1979. It is an open, standardized communications protocol which is used in production, process, or building automation.

Modbus is a protocol for transmitting messages between electronic devices. The device requesting the information is the Modbus master. The devices sending the information are the so-called slaves. There are one master and up to 247 slaves in a standard Modbus network. Each slave is defined by its own address from 1 to 247.

Modbus RTU (Remote Terminal Unit) is a binary transmission protocol for serial interfaces (RS-232 or RS-485). The original system was developed with a RS-232 interface. However, it was adapted for RS-485 interfaces for faster transmission rates. In addition, the RS-485 interface is bus-compatible: multiple devices can be connected to the data cables.

For this product, only the RS-485 interface is described.

For further information on the Modbus technology, also see www.modbus.org.

For further information on RS-485, also see ANSI/TIA/EIA-485-A.

2.2 System overview

Modbus RTU is based on a Master/Slave architecture. In a Master/Slave system, the Master communicates with one or more slaves. It is a mono-Master system: only one Master can be connected at any one time.

The slaves in a Modbus network cannot start communication. They can only respond.

Page 6: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

6 Technical Manual | Digital Communication - Modbus RTU

Basic principles of the Modbus technology

2.2.1 Topology

Minimum configuration

A Modbus system consists of at least the following components:

– A Modbus Master to control the data traffic.

– One or more slaves which are available upon request of the Master.

– The transmission medium, consisting of the bus cable and bus connector to connect the individual participants.

Maximum configuration

A bus segment consists of a maximum of 32 field devices (active and passive). The highest possible number of slaves that can be operated with one Modbus Master across several segments is determined by the internal memory structure of the master.

The bus cable can be separated anywhere and a new participant added with a bus connector. At the end of a segment, the bus cable can be extended until the predetermined segment length is reached. The length of a bus segment depends on the set transmission speed. The transmission speed is primarily determined by the system constellation (length of a segment, distributed inputs/outputs) and the required scanning cycles of individual participants. The same transmission speed has to be selected for all participants connected to the bus.

Connect Modbus devices in a line structure.

If there are more than 32 participants, the Modbus system can be extended by connecting repeaters. This enables bridging longer distances than defined for the transmission speed.

31

04

4

1 Request of the Master

2 Response from a Slave

3 Master

4 Slave

5 Slave

6 Slave

1 2 3

456

Page 7: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 7

Basic principles of the Modbus technology

2.2.2 Transmission technology

RS-485

RS-485 is the most common transmission technology. It uses a shielded, twisted 2-wire line. Transmission rates between 9600 bit/s and 115200 bit/s can be selected. It is defined when commissioning the system and is the same for all devices connected to the bus. Up to 32 bus participants can be connected per segment. The maximum permissible line length depends on the transmission rate.

Several different network topologies are possible:

– Backbone

– Star

– Ring

– Daisy chain

According to experience, a RS-485 network works best in a daisy chain topology. In this topology, reflections on the network line are absorbed most effectively.

Characteristics of the bus connection

The most important characteristics of the bus connection with their physical and electrical properties are:

31

08

2

Serial RS-485 connection - not connected correctly

31

07

2

Serial RS-485 connection - connected correctly

Network topology Linear bus; if required, with bus termination at both ends

Transmission medium Shielded, twisted 2-wire copper cable

Line lengths (without repeaters) Maximum line length: 1000 m

Physical interface RS-485 with bus connector in the top hat rail, can be installed on site

Addressing 1 to 247(32 devices in one segment. Can be extended to 247 with repeater)

Device 1

COM+ - + - + -COM COM

Device 2 Device 3

Device 1

COM+ - + - + -COM COM

Device 2 Device 3

Page 8: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

8 Technical Manual | Digital Communication - Modbus RTU

Basic principles of the Modbus technology

2.3 Data transmission

There are 3 different data transmission modes in a Modbus system:

– Modbus ASCII

– Modbus RTU

– Modbus TCP

In Modbus ASCII, data is not transmitted as a binary sequence, but as ASCII code. The data is directly human-readable, but the data throughput is lower than in Modbus RTU.

Data transmission in Modbus RTU is in binary format. The binary format enables faster data transmission. However, the data needs to be converted to a readable format as it is not human-readable.

Modbus TCP is very similar to Modbus RTU. However, the data is transmitted in TCP/IP packets.

2.3.1 Modbus protocol structure

Communication in a Modbus network is structured in several Layers according to the ISO/OSI model. To enable communication across a variety of technical systems, the individual layers have different tasks.

The Modbus protocol corresponds to layer 7 in the ISO/OSI model – the so-called application layer. It enables client/server communication between different devices that are connected via different buses or networks. The protocol defines a procedure for the exchange of information. It is therefore independent of the lower physical layers. For this reason, different implementations exist on different communication media:

– Ethernet

– Radio links

– Fiber optic cable

– Mobile radio

ISO/OSI layer Protocol Unit

7 Application layer Application-ori-ented

Modbus Data

6 Presentation layer

5 Session layer

4 Transport layer Transport-ori-ented

TCP(Transmission Con-trol Protocol)

Segments

3 Network layer IP(Internet Protocol)

Packets

2 Data link layer Ethernet (802.3), WLAN (802.11)

Frames

1 Physical layer Bits

Page 9: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 9

Basic principles of the Modbus technology

Application layer – layer 7

The application layer provides functions for the application. It forms the connection to the lower layers. Software for communication within the scope of the specific application (measuring system, etc.) is provided by the manufacturers. In addition, there are a number of terminal programs to enable communication between the participants in a Modbus network. The terminal programs (e.g., Modbus Poll) perform all functions of layers 5 to 7 for the user.

Physical layer – layer 1

The physical layer is the lowest layer and provides mechanical, electrical, and other functional tools for establishing connections. These connections are activated, deactivated, and used to transmit bits. These procedures serve to transmit, for example, electrical signals, optical signals, electromagnetic waves, or sound. Among others, the following devices and network components are assigned to the physical layer:

– Antenna

– Repeaters

– Connector

– Socket for the network cable

– Hub

– Transceiver

– T-piece

– Terminator

Data transmission via Modbus RTU is digital, purely electrical, based on voltage levels. Normally, 9-pin connectors and sockets are used. The pin assignment is not standardized. Therefore always observe the manufacturer's documentation when using different devices.

Transmission rates

The transmission rate defines the speed at which data is transmitted. The transmission parameters have to be the same for all devices connected to a bus.

Parameter RS-485/EIA485

Number of receivers 32

Maximum line length 1200 m

Common-mode input voltage -7 to +12 V

Input resistance of the receiver 12 kOhm

Input sensitivity of the receiver +/- 200 mV

Differential data transmission Yes

Page 10: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

10 Technical Manual | Digital Communication - Modbus RTU

Basic principles of the Modbus technology

The following transmission rates are available for RS-485 applications:

Operating principle

Communication in a Modbus network follows a simple request/response mechanism: the Master (1) sends a request (Telegram) (2) to the Slave (4). The function code contained in the telegram tells the Slave which function to execute. The Modbus application protocol defines the format in which the request initiated by the Master is sent.

There are 3 different communication cases:

Communication

If a cable pair is used, transmission takes place in half-duplex mode: data can flow alternately in both directions, but not simultaneously.

If two cable pairs are used, full-duplex mode is also possible: data is transmitted in both directions at the same time.

1200 bit/s

2400 bit/s

4800 bit/s

9600 bit/s

19200 bit/s

38400 bit/s

56000 bit/s

115200 bit/s

31

03

3

1 Master

2 Request from Master to Slave

3 Slave response

4 Slave

The device (Slave) receives a valid telegram with a valid request.

If it can answer this, it sends a response telegram with the function code of this request.

The device (Slave) receives an invalid telegram (e.g., CRC error).

It does not answer. The application (Master) has to correct the error within a defined time (timeout).

The device (Slave) receives a valid telegram with an invalid request.

It answers with a Modbus exception code (Excep-tion). The application (Master) has to correct the error.

1 2 3 4

Page 11: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 11

Basic principles of the Modbus technology

Communication in the Modbus network occurs through so-called polling. The Master sends a telegram (Request) to the Slave. It then receives the Response.

Data transmission in Modbus RTU is in binary format. A data telegram consists of several blocks (Frames):

– One address block (1 byte = 1 character)

– One function block (1 byte = 1 character)

– One data block (variable)

– One checksum block (CRC = Cyclic Redundancy Check)

Between 2 telegrams there has to be a break with a length of at least 3.5 characters. The corresponding wait time depends on the transmission rate. If a transmission break of more than 1.5 characters occurs during telegram transmission, the transmission process is considered incomplete and should be aborted.

General form of a Modbus telegram

Address

The address specifies which device is contacted (Master - Slave) or which device responds. The address is a number between 1 and 126. The address 0 is used for messages to all devices (Broadcast), provided that the selected function supports this.

The configuration of the address depends on the respective device and the system architecture.

Device address Function code Data CRC check

8 bits 8 bits n* 8 bits 16 bits

31

03

2

Field Length Description Master Slave

Address 1 byte Identifies the target device

Set by the Mas-ter

Copied from the request into the response

CRC16 2 byte Checksum (CRC16) Calculated by the Master

Calculated by the Slave

Address Functioncode Data CRC

Modbus telegram

Frame 1 Frame 1 Frame 1

8 bits 8 bits N x 8 bits 16 bits≥ 3.5 char

Start

At least 3.5 char At least 3.5 char 3.5 char

4.5 char

≥ 3.5 char

End

Page 12: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

12 Technical Manual | Digital Communication - Modbus RTU

Basic principles of the Modbus technology

Function code

The function code specifies the purpose of the data transmission. It defines the command to be executed by the Slave.

Broadcast messages are only permitted with function codes 03 and 16. Function code 08 is only supported for RS-485.

FC03 Read Holding Registers

Request

Response

Com-mand

Function code Description

011)

1) This command is not supported by Polytron® 8000.

Read Coils Read back several digital outputs

021) Read Discrete Inputs Read several digital inputs

03 Read Holding Registers Read several analog inputs (and out-puts)

041) Read Input Registers Read several analog inputs (and out-puts)

051) Write Single Coil Write a single digital output

061) Write Single Register Write a single analog output

071) Read Exception Status

081) Diagnostics Check communication between Master and Slave

16 Write Multiple Registers Write a new value to several Slave reg-isters

231) Read/Write Multiple Registers Simultaneously read and write 1 to max. 118 registers in one telegram

xx Up to 255 function codes, depending on the device

Function code 1 byte 0x03

Starting address 2 byte 0x0000 to 0xFFFF

Number of registers 2 byte 1 to 125 (0x7D)

Function code 1 byte 0x03

Byte count 1 byte 2 * number of registers

Holding register value (2 * number of registers) bytes

2 to 250

Page 13: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 13

Basic principles of the Modbus technology

Error

FC16 Write Multiple Register

Request

Response

Error

Data

The Data field contains the information to be transmitted. It is subdivided into registers, the number of registers to be transmitted, and, if necessary, information that has been read or has to be saved. Data is normally transmitted as a multiple of 16-bit registers.

Cyclic Redundancy Check – CRC (checksum)

The CRC is a 16-digit checksum calculated based on all bytes of a telegram. To be able to detect transmission errors, it is generated by the Master and also calculated by the receiver. If the CRC value does not match the transmitted sum, the device will request the telegram to be transmitted again.

If the field device executes the requested function, it will send a response telegram to the Master. The telegram contains the following parameters:

– Address of the device that was contacted and is now replying

– Function code

– The requested data

– CRC value

Modbus Exception Codes

If the Slave detects an error in the request telegram from the Master, it returns an error message to the Master. The error message consists of the following elements:

– Slave address

Error code 1 byte 0x83

Exception code 1 byte 01 or 02 or 03 or 04

Function code 1 byte 0x10

Starting address 2 byte 0x0000 to 0xFFFF

Number of registers 2 byte 0x0001 to 0x007B

Byte count 1 byte (2 * number of registers) bytes

Register value (2 * number of registers) bytes

Value

Function code 1 byte 0x10

Subfunction 2 byte 0x0000 to 0xFFFF

Number of registers 2 byte 1 to 123 (0x7B)

Error code 1 byte 0x90

Exception code 1 byte 01 or 02 or 03 or 04

Page 14: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

14 Technical Manual | Digital Communication - Modbus RTU

Basic principles of the Modbus technology

– Function code

– Error code (Exception Code)

– CRC (checksum)

To mark the error message, the leading bit of the returned function code is set. The error code (Exception Code) is used to transmit the error cause to the Master.

Addressing of the registers

* The register address is transmitted as a 16-bit word. The first register is assigned the address value 0.

Please note: another notation, where the register addresses are counted starting with 1, is also common in Modbus applications. In that case, this address (register address - 1) is transmitted in the Modbus telegram.

Excep-tion code

Description

01 ILLEGAL_FUNCTIONThe function code sent by the Master is not supported by the Slave.

02 ILLEGAL_DATA_ADDRESSThe register addressed by the Master is not assigned (does not exist) or the length of the requested data is too long.

03 ILLEGAL_DATA_VALUEThe Master is attempting to write to a register that allows only read access. The value appearing in the data field is not permissible: e.g., range limits exceeded or wrong data format.

04 SLAVE_DEVICE_FAILUREThe Slave did not respond to the request telegram from the Master or an error occurred when processing the request telegram.

Register Data type Access Address range*

Information

Discrete Input Bit Read only 1XXXX Not used by the device

Coils Bit Read/write 2XXXX Not used by the device

Input Register 16-bit word Read only 3XXXX This data can only be read by the device

Holding Reg-ister

16-bit word Read/write 4XXXX This data can be read by the device and changed by the appli-cation

Page 15: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 15

Installation

3 Installation

The following chapters describe the installation and configuration of the Dräger Polytron® 8000 gas detector with Modbus RTU interface (hereafter referred to as "gas detector").

3.1 Technical data

The following values apply for the gas detector:

3.2 Cables

3.2.1 Cable type

Various cable types (type designations A to D) for different applications are available on the market to interconnect the devices and connect them to network elements (e.g., segment couplers, links, and repeaters). Use a type A cable for RS-485 transmission.

The maximum length of the cables that can be used in a Modbus system is determined by various factors. Different limitations apply for the cables and the individual leads.

Use shielded, twisted 2-wire cables and observe the maximum cable length.

Parameter RS-485/EIA485

Number of receivers 32

Maximum line length 1000 m

Common-mode input voltage -20 to +25 V

Input resistance of the receiver 12 kOhm

Input sensitivity of the receiver +/- 200 mV

Differential data transmission Yes

Terminal Tightening torque in Nm

Cable cross-sec-tion in AWG

Cable cross-sec-tion in mm²

Power supply(2-pin)

0.5 to 0.8 24 - 12 0.2 to 2.5

Modbus RTU(2-pin)

0.5 to 0.8 24 - 12 0.2 to 2.5

Parameter Condition Min. value

Max. value

Unit

Common-mode input voltage range

-20 30 V

Differential output voltageData signal A-B or B-A

Load R=54 ohms 1.5 - V

Differential input voltageData signal A-B or B-A

Common-mode voltage range -20 V to +25 V

200 - mV

Page 16: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

16 Technical Manual | Digital Communication - Modbus RTU

Installation

3.2.2 Cable lengths

The following factors influence the cable length

– Transmission rate

– Cable type

– Number of directly connected devices (series connection)

– Network configuration (2-wire or 4-wire)

The maximum line length is 1000 m, at a transmission rate of 19200 bit/s. It depends on the data transmission speed and the number and lengths of the individual leads.

3.2.3 Increasing cable lengths with repeaters

Repeaters can be integrated in the system to extend the Modbus transmission cable. No more than 3 repeaters per system are permitted. The cable length can be extended by the factor 4, i.e., to max. 4000 m.

3.2.4 Grounding and shielding

Use a shielded twisted cable for connections via the RS-485 interface. To achieve a sufficient shielding effect, connect a large area of the shield at both ends of the cable to housing or cabinet parts.

Connect the shielding of the connector to protective ground in at least one point.

The legal EMC requirements are only met if the shielding is grounded at the control unit at one end.

The shield is capacitively connected to the grounding of the housing via pin 4 (shield) of the 4-pin connector.

3.3 Pin assignment

For further information on the electrical installation, see the instructions for use.

3.3.1 Power supply

41

08

3

Condition Min. value Max. value Unit

Power supply 10 30 V

Current consumption at 24 V - 350 mA

PWR+PWR-SCR

VDC+

-

Page 17: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 17

Installation

3.3.2 Signal lines for explosion protection type Ex d

The terminal of the PCB unit within the Ex d housing is assigned as follows:

3.3.3 Signal lines for explosion protection type Ex e

The terminal of the PCB within the docking station for explosion protection type Ex e is assigned as follows (Fig. E3).

41

08

2

4-pin connector

Assignment Data-A Data-B GND Shield

Function Signal A Signal B Ground Cable shield

DATA ADATA BGroundShield

+ / Data A- / Data BGround

36

81

0

4-pin terminal X2

Assignment FB + FB - COM SCR

Function Signal A Signal B Ground Cable shield

PWR+PWR-SCR

Digital: Fieldbus FF / Profibus PA, Modbus RTU

Power

VDC+

-

FIELDBUS (X2)

PWR+PWR-SCR

E1

FB+FB-COMSCR

E2

E3

E2 Fieldbus FF / Profibus PA

E3 Modbus RTU

FB + FB -COMSCR

FB +FB -COMSCR

FB+ / Data AFB- / Data B

+ / Data A- / Data BGround

E

E1

Page 18: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

18 Technical Manual | Digital Communication - Modbus RTU

Installation

3.3.3.1 Rewiring of the PCB unit in the Ex d housing

The following information is only required if the Ex d housing has to be rewired (e.g. when replacing the PCB unit in the Ex d housing).

Only the cable cores with ferrules are required for the gas detectors with Modbus RTU interface. The other cable cores are inoperative. To be able to distinguish between the cable cores with the same color, they were marked with heat-shrink tubes. The "Remote sensor" connector is not present in every version.

3.4 Termination

The termination serves to suppress signal reflections on the bus cable. The termination is switched off ex-factory.

44

115

4-pin connector of the PCB unit in the Ex d housing

Assignment Data-A Data-B GND Shield

Cables Blue with mark-ing

Blue without marking

Gray with-out marking

Gray with mark-ing

Data-AData-BGNDShield

PWR +PWR -

Remote sensor

Page 19: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 19

Installation

Turning the termination on and off

To turn the termination on, slide the sliding switch towards the center of the PCB. To turn the termination off, slide the sliding switch towards the edge of the PCB.

3.5 Opening the gas detector

1. Loosen the set screw (6).

2. Unscrew the lid (1) and take it off the gas detector.

3. Turn the handle (2) upward and pull out the PCB unit (3) containing the main electronics.

31

42

8

1 Sliding switch for termination (indicated position: termination turned on)

Off On

1

32

17

4

4

1

3

5

26

Page 20: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

20 Technical Manual | Digital Communication - Modbus RTU

Installation

3.6 Connecting the gas detector

Preconditions:

– Cable bushings are installed at the gas detector as described in the respective instructions for use.

1. Insert the fieldbus cable and the power supply cable into the cable bushing.

2. Strip the cores of the cables.

3. Twist the shielding of the fieldbus cable.

4. If required, add ferrules and crimp them.

3.7 Closing the gas detector

1. Make sure that the following connections are correctly established:

a. The wiring screws are tightened to the correct torque.

b. All cable connections are secured with screws.

c. The sensor's plug-in coupling is inserted.

d. The grounding cable, which leads out of the housing, is connected to the PCB unit with the eye,

2. Insert the PCB unit back in the housing.

3. Screw the cover back on with the correct torque until it is correctly fitted and tighten the set screw.

Fig. 1 Seal the Ex d housing with the correct torque

40

51

5

≥ 44 LB IN ≥ 5 Nm

≥ 8 LB IN ≥ 0.7 Nm

E

Page 21: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 21

Commissioning

4 Commissioning

4.1 Checking installation and operation

Check the connections and cables for correct wiring prior to commissioning. Faulty connections can damage the gas detector.

Check the following prior to commissioning:

1. Are all cables connected properly?

2. Is voltage in the range from 10 to 30 V applied?

4.2 Configuring the RS-485 interface

The following settings are preset for the Modbus RTU transmission.

4.2.1 Assigning the gas detector’s address

Each Modbus device must have an address assigned to it. The gas detector is only detected by the control system if the set address is correct.Valid addresses lie within the range from 0 to 126. The gas detector is factory-set to address 126.Observe the following when configuring the gas detector:

1. Only assign each address once in a Modbus control system.

2. Use the factory-set address 126 for the functional test of the gas detector and in a Modbus control system that is in operation. To add further devices, subsequently change the address.

The gas detector’s address can be set using the DIP switch (hardware address assignment) or the menu (software address assignment). DIP switch 8 is used to set whether the hardware or software address assignment is active.

4.2.1.1 Dependency between hardware and software address assignment

The following dependencies exist when changing the address on a gas detector.

– Preconditions: Hardware address assignment is selected.If the hardware address assignment is changed, the gas detector must be turned off and back on again (power cycle) for the change of address to take effect.

– If the software address assignment is changed, the new address becomes valid immediately. The new address also remains valid if the hardware address assignment is activated and another address is set on the DIP switch. To validate the address set on the DIP switch, the gas detector must be turned off and back on again (power cycle).

Setting Factory default setting

Selection

Address 126 1 to 126

Baud rate/bps 19200 9600, 19200

Parity Even (1 stop bit) Even (1 stop bit), odd (1 stop bit), no parity (2 stop bits)

Page 22: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

22 Technical Manual | Digital Communication - Modbus RTU

Commissioning

– If the software address assignment is changed while the hardware address assignment is active, the software address assignment is saved. The saved change only becomes valid when the software address assignment is selected.

4.3 Configuring the gas detector

4.3.1 Defining communication settings at the gas detector

To define communication settings at the gas detector, proceed as follows:

1. Log in to the gas detector (see instructions for use).

2. Select Settings >Communication > Modbus.

3. Set Modbus address using the arrow symbols.

4. Select OK.

5. Set Modbus baudrate using the arrow symbols.

6. Select OK.

7. Set Modbus parity using the arrow symbols.

8. Select OK.

4.3.2 Address setting with DIP switch

DIP switch no. 8 activates or disables the address assignment via the DIP switch.

Setting the address with the DIP switch

1. Open the gas detector (see "Opening the gas detector", page 19).

2. Set the address with the DIP switch.

a. Set DIP switch no. 8 to Off.

b. Set the address as defined in the table with DIP switches no. 1 to 7.

3. Close the gas detector (see "Closing the gas detector", page 20).

On Address assignment via the DIP switch is disabled.

Off Address assignment via the DIP switch is activated.

311

76

Switch number 1 2 3 4 5 6 7

Value in "On" position 0 0 0 0 0 0 0

Value in "Off" position 1 2 4 8 16 32 64

12345678

ON

1 2 3 4 5 6 7 8

ON

Page 23: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 23

Commissioning

4. Turn the gas detector on and off (power cycle).

The gas detector must be turned on and off for the changes to the DIP switch to be accepted.

If the address assignment is selected using the DIP switch, the address set on the DIP switch is used when restarting the field device.

4.3.3 Setting the address on the display of the gas detector

Disabling the DIP switch

1. Open the gas detector (see 3.5 Opening the gas detector).

2. Set DIP switch no. 8 to On.

3. Close the gas detector (see 3.7 Closing the gas detector).

Setting the address using the menu function

Preconditions: Address assignment via the DIP switch is disabled.

1. Open the menu of the gas detector.

a. In measuring mode, press and hold down for approx. 3 seconds.

b. Choose Kennw. eingeben.

c. Enter the calibration password.The factory setting for the calibration password is _ _ _ 2.

2. Select Settings >Communication > Modbus.

3. Select Modbus address.

4. Using the arrow symbol, navigate down to Adresse.

5. Set the address using the arrow symbols.

6. Select OK.

If the address assignment is selected using the DIP switch, the address set on the DIP switch is used when restarting the field device.

311

76

12345678

ON

1 2 3 4 5 6 7 8

ON

M

Page 24: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

24 Technical Manual | Digital Communication - Modbus RTU

Commissioning

4.3.4 Configuring the connection

In addition to the display, Dräger offers a freely available software (DTM Device Type Manager) to commission, configure and diagnose the gas detector via the Modbus-RTU interface.

Software and tools

Obtain the software components for configuration from www.draeger.com. Use the Field Device Tool (FDT) to configure and control the gas detector.

Installing the software

Install the following 3 software applications to commission the gas detector:

Frame application (fdtCONTAINER)

Frame applications, e.g. fdtCONTAINER, PactWare 5.0, are applications into which the Dräger device DTM P8000 MB and the communication DTM are integrated. They serve as interfaces for the user in different phases during operation, e.g, installation and configuration.

To install the fdtCONTAINER software, proceed as follows:

1. Run "Setup.exe".

2. Accept the license agreement.

3. Complete the installation.

Communication DTM (COM_DTM)

The communication DTM is a software component which provides an interface between an FTD-compatible frame application and the Dräger device DTM P8000 MB. The software enables data and communication exchange between the device DTM P8000 MB and the gas detector via a USB/RS-485 converter.

To install the COM_DTM software, proceed as follows:

1. Run "Setup.exe".

2. Accept the license agreement.

3. Confirm messages.

4. Enter data.

5. Confirm messages.

6. Complete the installation.

Dräger P8000 Modbus-DTM

The Dräger P8000 Modbus-DTM is a software component which is used to configure, monitor and diagnose the gas detector in all phases during operation. The Dräger 8000 Modbus-DTM software includes all functions, properties and parameters of the gas detector, so that they are directly available to the user.

To install the Dräger P8000 Modbus-DTM software, proceed as follows:

1. Run "P8000 Modbus Setup.msi"

2. Accept the license agreement.

3. Complete the installation.

Page 25: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 25

Commissioning

4.3.4.1 Configuring communication DTM (COM_DTM)

1. Open Control Panel.

2. Open Device Manager.

3. Open Ports (COM & LPT): Check the COM port used for the Modbus interface.

4. Open the "fdtCONTAINER" program.

5. Select Empty project.

The network view on the left shows a tree structure.

6. Add the "Modbus Serial Communication-DTM" device to the network by clicking on the plus sign.

7. Move the mouse pointer onto the device you have just added.

8. Click the right mouse button.

9. Select Configuration.

10.Open the Configuration tab.

11.Set parameters:

– COM Port

– Parity

– Stop Bits

– Baud Rate

The parameters have to be identical to those of the gas detector.

12.Select Apply.

13.Select OK.

14.Move the mouse pointer onto the device you have just added.

15.Click the right mouse button.

16.Select Connect.

✓ The gas detector will be connected.The status indicator switches to green.

Adding a gas detector

1. Add the gas detector to the network by clicking on the plus sign.

2. Move the mouse pointer onto the gas detector you have just added.

3. Click the right mouse button.

4. Select Connect.

✓ The gas detector will be connected.The status indicator switches to green.

31

08

5

Page 26: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

26 Technical Manual | Digital Communication - Modbus RTU

Commissioning

If all settings are correct, the connection status (1) changes to verbunden/connected.

31

83

3

1

Page 27: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 27

Integration into process control systems

5 Integration into process control systems

5.1 General information

Gas detectors can be quickly and easily connected to process control systems via a digital Modbus RTU interface. They allow the cyclic capturing of measured values, status information and the full configuration of the gas detector in remote operation.

5.1.1 Serial reading and writing

Dräger Polytron® 8000 with Modbus RTU interface supports function codes 03 Read Holding Registers and 16 Write Multiple Registers.

Parameters can only be read or written into individually. Addressing multiple parameters at the same time is not possible.

Parameters can be assigned to multiple registers. In the request, the number of registers addressed has to match the number of registers of the desired parameter. If too few or too many registers are requested from the gas detector, the gas detector answers with Illegal Data Address. An overview of the number of parameter registers can be found in the Modbus protocol description in the annex to this document.

Examples

If the parameter is only 1 register long (e.g., DEVICE_STATE), only this register can be addressed.

If the parameter is 10 registers long (e.g., DEVICE_STATUS_VALUE), only these 10 registers can be addressed.

5.1.2 Passwords

Certain functions are password-protected.

The default values consist of 3 underscores ((_), ASCII character set position 95 (decimal) or 0x5F (hexadecimal)) and a digit (1 or 2).

Passwords can consist of the following characters:

– A-Z (uppercase only)

– 0-9

– Blank spaces

– "-"

– "/"

– "_"

Calibration PWD Access to information (information menu) and calibration settings (calibration menu)Default value: _ _ _ 1

Settings PWD Access to all configurations and menusDefault value: _ _ _ 2

Page 28: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

28 Technical Manual | Digital Communication - Modbus RTU

Integration into process control systems

Changing passwords

There are 2 parameters for changing passwords. Both parameters are 4 registers long. In the first two registers, the current password is requested, and in the other two registers, the new password is set.

Checking the password changes

The PASSWORD_STATUS parameter can be used to check whether the passwords were changed successfully. The parameter is one register long (register 40709) and can assume the following values.

The following subsections present telegrams for reading and/or writing based on the corresponding key parameters of the gas detector.

5.2 Reading the gas concentration

The MEASUREMENT_MODE parameter indicates the current value of the gas concentration and can be read cyclically via the register address 40507. The parameter is read-only and is updated each second by the gas detector.

The corresponding telegram from the master for reading the MEASUREMENT_MODE parameter is shown in the following table. The parameter is read using the Modbus function code 0x03 - Read Holding Registers. In addition, the master needs the address of the gas detector and the register address for successful communication.

Password Parameter Register

Calibration PWD SET_CAL_PASSWORD 40705 - 40708

Settings PWD SET_CFG_PASSWORD 40701 - 40704

Parameter values Meaning

0000 Successfully changed

0x00 Error

0x02 Incorrect selection

0x05 Too few bytes

Register: 40507

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

MEASUREMENT_MODE.VALUE[3] MEASUREMENT_MODE.VALUE[2]

E.g.: MEASUREMENT_MODE.VALUE=40.00 (dec) / 0x42200000 (hex)

0x42 0x20

Register: 40508

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

MEASUREMENT_MODE.VALUE[1] MEASUREMENT_MODE.VALUE[0]

E.g.: MEASUREMENT_MODE.VALUE=40.00 (dec) / 0x42200000 (hex)

0x00 0x00

Slave address Function code Register address -1 Number of regis-ters

CRC

0x03 0x03 0x010xFA

0x000x02

0x240xE4

Page 29: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 29

Integration into process control systems

If the telegram has been transmitted without errors via the physical medium, the gas detector answers with the following telegram contents:

The Data telegram field contains the register contents, which can be analyzed or decoded as appropriate. The current target gas concentration is specified by the first 4 data bytes of the data field in data type FLOAT.

E.g.: MEASUREMENT_MODE.VALUE = 0x42200000 (hex)

or

MEASUREMENT_MODE.VALUE = 40.00 (dec)

5.3 Reading diagnostic and status information

The gas detector with Modbus RTU interface offers a large variety of options for capturing diagnostic and status information.

The following telegrams are examples to show how the status information in the DEVICE_STATUS_INDICATION (general overview of current errors and warnings) and DEVICE_STATUS_VALUE (detailed overview of current errors and warnings) parameters are read.

DEVICE_STATUS_INDICATION:

The DEVICE_STATUS_INDICATION parameter is read using function code 0x03 and is located in register 40023.

The corresponding telegram with the gas detector address 0x03 is shown below.

The gas detector sends the following response to the telegram. Take the value 0x0004 from the data field. Interpret the value accordingly based on the parameter description table in the annex. This example refers to a current warning of the gas detector.

Slave address Function code

Number of transmitted

bytes

Data CRC

0x03 0x03 0x04 0x42 0x20 (register: 40507)0x00 0x00 (register: 40508)

0xCC0x41

Register: 40023

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

n/a DEVICE_STATUS_INDICATION

E.g.: DEVICE_STATUS_INDICATION = 0x02

0x00 0x02

Slave address Function code Register address -1 Number of regis-ters

CRC

0x03 0x03 0x000x16

0x000x01

0x640x2C

Slave address Function code

Number of transmitted

bytes

Data CRC

0x03 0x03 0x02 0x00 0x04 (register: 40023) 0xC00x47

Page 30: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

30 Technical Manual | Digital Communication - Modbus RTU

Integration into process control systems

The DEVICE_STATUS_INDICATION parameter provides a quick overview of the current status of the gas detector. For further information and possible remedies, read the DEVICE_STATUS_VALUE parameter in register 40024.

The parameter consists of 10 registers (20 bytes) and is read-only. The register range from 40024 to 40028 contains a warning matrix consisting of 10 bytes (W09 to W00).

The register range from 40029 to 40033 contains an error matrix (E09 to E00) consisting of 10 bytes.

Register: 40024

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

DEVICE_STATUS_VALUE[19]=W9 DEVICE_STATUS_VALUE[19]=W8

E.g.: DEVICE_STATUS_VALUE=0x02

0x00 0x00

Register: 40025

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

DEVICE_STATUS_VALUE[17]=W7 DEVICE_STATUS_VALUE[16]=W6

E.g.: DEVICE_STATUS_VALUE=0x02

0x00 0x21

Register: 40026

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

DEVICE_STATUS_VALUE[15]=W5 DEVICE_STATUS_VALUE[14]=W4

E.g.: DEVICE_STATUS_VALUE=0x02

0x00 0x00

Register: 40027

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

DEVICE_STATUS_VALUE[13]=W3 DEVICE_STATUS_VALUE[12]=W2

E.g.: DEVICE_STATUS_VALUE=0x02

0x00 0x00

Register: 40028

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

DEVICE_STATUS_VALUE[11]=W1 DEVICE_STATUS_VALUE[10]=W0

E.g.: DEVICE_STATUS_VALUE=0x02

0x00 0x00

Register: 40029

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

DEVICE_STATUS_VALUE[09]=E9 DEVICE_STATUS_VALUE[08]=E8

E.g.: DEVICE_STATUS_VALUE=0x02

0x00 0x02

Register: 40030

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

DEVICE_STATUS_VALUE[07]=E7 DEVICE_STATUS_VALUE[06]=E6

E.g.: DEVICE_STATUS_VALUE=0x02

Page 31: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 31

Integration into process control systems

Telegram for reading the parameter:

Response of the gas detector:

Register 40025 contains the value 0x21. The value can be interpreted based on the error description.

It is a warning (W06) that the connected sensor is warming up and that the current measured value will be issued with an increased error. After completion of the warm-up phase, the warning disappears.

0x00 0x00

Register: 40031

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

DEVICE_STATUS_VALUE[05]=E5 DEVICE_STATUS_VALUE[04]=E4

E.g.: DEVICE_STATUS_VALUE=0x02

0x00 0x00

Register: 40032

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

DEVICE_STATUS_VALUE[03]=E3 DEVICE_STATUS_VALUE[02]=E2

E.g.: DEVICE_STATUS_VALUE=0x02

0x00 0x00

Register: 40033

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

DEVICE_STATUS_VALUE[01]=E1 DEVICE_STATUS_VALUE[00]=E0

E.g.: DEVICE_STATUS_VALUE=0x02

0x00 0x00

Register: 40030

Slave address Function code Register address -1 Number of regis-ters

CRC

0x03 0x03 0x000x17

0x000x0A

0x740x2B

Slave address Function code

Number of transmitted

bytes

Data CRC

0x03 0x03 0x14 0x00 0x00 (register: 40024)0x00 0x21 (register: 40025)0x00 0x00 (register: 40026)0x00 0x21 (register: 40027)0x00 0x21 (register: 40028)0x00 0x21 (register: 40029)0x00 0x21 (register: 40030)0x00 0x21 (register: 40031)0x00 0x21 (register: 40032)0x00 0x21 (register: 40033)

0x720x44

Page 32: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

32 Technical Manual | Digital Communication - Modbus RTU

Integration into process control systems

5.4 Reading the date and time

The DEVICE_DATE_TIME parameter shows the time and date in the gas detector. The parameter is 4 registers long and starts in register 40034.

The following tables show the parameter using 18:04:31000 / 2015-01-23 as an example.

Register: 40034

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

DEVICE_DATE_TIME.MS DEVICE_DATE_TIME.MS

31000

Register: 40035

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

DEVICE_DATE_TIME.MINUTE DEVICE_DATE_TIME.HOUR

n/a n/a 4 n/a n/a n/a 18

Register: 40036

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

DEVICE_DATE_TIME.DAY DEVICE_DATE_TIME.MONTH

23 1

Register: 40037

Bit15 Bit14 Bit13 Bit12 Bit11 Bit10 Bit09 Bit08 Bit07 Bit06 Bit05 Bit04 Bit03 Bit02 Bit01 Bit00

DEVICE_DATE_TIME.YEAR DEVICE_DATE_TIME.[]

n/a 15 n/a n/a n/a n/a n/a n/a n/a n/a

Page 33: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 33

Troubleshooting

6 Troubleshooting

6.1 Error analysis

If communication with the gas detector cannot be established, check the settings of the following parameters:

– Address

– Port (COM port)

– Baud rate

– Parity

– Stop bits

– Termination

The parameters in the gas detector and in the communication DTM have to match to establish a connection.

6.2 Errors

Byte Value Error description Remedy

E0 0x01 Device malfunction(group error)

-

E0 0x02 Checksum error in the data range (Dräger)

Perform service init.

E0 0x04 Checksum error in the data range (User)

Perform service init.

E0 0x08 Error in the I2C Replace MYC assembly

Disconnect from the supply voltage and then reconnect

Replace interface assembly (4–20 mA, HART, FF/PB)

E0 0x10 Communication error Replace SIOS assembly

Disconnect from the supply voltage and then reconnect

E0 0x20 Supply voltage fault.

E1 0x01 tbd.

E1 0x02 tbd.

E1 0x04 Error while initializing the external ADC

E1 0x08 Internal error of the external ADC

E1 0x10 External ADC has no reference voltage

E1 0x20 tbd.

E1 0x40 tbd.

E2 0x01 Dräger background checksum error

E2 0x02 Dräger CatEx current checksum error

Page 34: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

34 Technical Manual | Digital Communication - Modbus RTU

Troubleshooting

E2 0x04 Dräger measuring mode check-sum error

E2 0x08 Dräger status checksum error

E2 0x10 Dräger 4 to 20 mA checksum error

E2 0x20 User Data Logger checksum error

E2 0x40 User menu checksum error

E2 0x80 User Real Time Clock checksum error

E3 0x01 tbd.

E3 0x02 tbd.

E3 0x04 User status checksum error

E3 0x08 User display checksum error

E3 0x10 User SIL checksum error

W0 0x01 Warning device (group error)

W0 0x02 Data logger full Read and delete data logger

W0 0x04 Data logger >= 90 % full Read and delete data logger

W0 0x08 Internal error in the data logger Perform service init.

Read and delete data logger

Replace MYC assembly

W0 0x10 Date/time valid Set date and time

W0 0x20 System EEPROM write error

W0 0x40 Dongle data defective

W0 0x80 Lithium battery almost empty

W1 0x01 Predictive maintenance dongle defective or disconnected without logging off

Deactivate dongle

Disconnect from the supply voltage and then reconnect

W1 0x02 Sensor test dongle defective or disconnected without logging off

Deactivate dongle

Disconnect from the supply voltage and then reconnect

W1 0x04 Data logger dongle defective or disconnected without logging off

Deactivate dongle

Disconnect from the supply voltage and then reconnect

W1 0x08 Alarms disabled Enable alarm

W1 0x10 Subsystem information cannot be read (part number, etc.)

Disconnect from the supply voltage and then reconnect

W3 0x80 Stack memory >90 % full

E4 0x01 Measuring mode error (group error)

E4 0x02 Checksum error in the Dräger data Perform service init.

E4 0x04 Checksum error in the user data Perform device init.

Perform sensor init.

E4 0x08 Checksum error in the Dräger data sensor layer

E4 0x10 Checksum error in the user data sensor layer

Byte Value Error description Remedy

Page 35: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 35

Troubleshooting

E4 0x20 No sensor connected Replace sensor

Disconnect and reconnect sensor

E4 0x40 Incorrect sensor version con-nected

Replace sensor

E4 0x80 Incorrect sensor type connected Replace sensor

E5 0x01 Unknown measuring unit Perform sensor init.

Replace sensor

E5 0x02 Measured value fallen below the negative alarm threshold

Perform zero adjustment

E5 0x10 Invalid zero calibration Perform zero adjustment

E5 0x20 Invalid span calibration Perform span calibration

E5 0x40 Both write, extended write or one read block defective

Replace sensor

E5 0x80 No exponential linearization imple-mented but requested

Replace sensor

E6 0x01 Error in subsystem Replace SIOS assembly

Disconnect from the supply voltage and then reconnect

E6 0x02 Converting the measuring unit not possible

Replace sensor

E6 0x04 Number of gases in sensor >20 Replace sensor

E6 0x08 Error in sensor data set Replace sensor

Disconnect and reconnect sensor

E6 0x10 Error in communication with the subsystem

Replace MYC assembly

Replace SIOS assembly

E6 0x20 Sensor not suitable for use with P 8000

Replace sensor

E6 0x40 The SIOS communication driver is not ready

Replace SIOS assembly

Disconnect from the supply voltage and then reconnect

E6 0x80 After the ConfigHW command, the subsystem signals that it cannot process the data

Replace sensor

E7 0x01 Subsystem returns "NOT ACKNOWLEDGE"

Replace SIOS assembly

Disconnect from the supply voltage and then reconnect

E7 0x02 The measured value is invalid due to an error in the subsystem status

Disconnect from the supply voltage and then reconnect

E7 0x04 Invalid bit combination in subsys-tem status

Replace sensor

Disconnect from the supply voltage and then reconnect

E7 0x08 Configured target gas or calibra-tion gas index not available in the sensor

Perform sensor init.

E7 0x40 Error in external ADC check by the analog switches

Byte Value Error description Remedy

Page 36: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

36 Technical Manual | Digital Communication - Modbus RTU

Troubleshooting

E7 0x80 Parameters for measuring mode switches are not supported

Replace sensor

E8 0x01 No extension block present in the sensor

Replace sensor

E8 0x01 The sensor transmits its fault sig-nal

E8 0x02 Sensor test failed Replace sensor

E8 0x02 Basic initialization required

E8 0x02 Inconsistency of the analog signal

E8 0x04 Potentiostat voltage cannot be read

Replace SIOS assembly

Disconnect and reconnect sensor

E8 0x04 Supply current is not OK

E8 0x08 Internal potentiostat voltage can-not be read

Replace SIOS assembly

Disconnect and reconnect sensor

E8 0x08 Clean mirror

E8 0x08 Signal outside the permissible range

E8 0x10 Too many lookup values in the sensor

Replace sensor

E8 0x10 Analog pellistor voltage outside the permissible range

E8 0x20 Sensor EEPROM not supported Replace sensor

E8 0x20 Reconfigure the gas

E8 0x40 SIOS cannot process sensor test parameters

Replace sensor

E8 0x40 Terminal voltage is not OK for the PIR 7x00

E8 0x80 Sensor test failed, sensor can be refilled

Refill electrolyte

E8 0x80 ICOM and 4 to 20 mA interfaces of the PIR 7x00 transmit different val-ues.

E9 0x01 Incorrect sensor part number (sen-sor lock activated)

Deactivate sensor lock or use a sensor with the correct part number

E9 0x02 Compulsory sensor test during startup failed

E9 0x04 Reference electrode test failed Check connection to SIOS and sensor

Replace sensor

Disconnect and reconnect sensor

E9 0x08 An error occurred when filling the sensor data buffer

Replace sensor

Disconnect and reconnect sensor

E9 0x10 Communication error or timeout during sensor test

Replace sensor

Disconnect and reconnect sensor

E9 0x10 P 8000 cannot set the measuring range of the PIR 7x00

Byte Value Error description Remedy

Page 37: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 37

Troubleshooting

E9 0x20 CRC error in EX-specific EC sen-sor data

E9 0x20 Data inconsistency at PIR 7x00.Value does not equal string.

E9 0x40 SIL password from PIR 7x00 does not have the default value

W6 0x01 MB warning (group error)

W6 0x02 Temperature too low Replace sensor

Use sensor in the specific temperature range

W6 0x04 Temperature too high Replace sensor

Use sensor in the specific temperature range

W6 0x08 Calibration value very low, sensor almost used up

Replace sensor

Perform zero adjustment

Perform span calibration

W6 0x10 Sensor warming up, no measured values

W6 0x20 Sensor warming up, measured val-ues are displayed, error < 4 x data sheet

W6 0x80 Zero adjustment interval expired Perform zero adjustment

W7 0x01 Span calibration interval expired Perform span calibration

W7 0x02 Measured value fallen below the negative warning threshold

Perform zero adjustment

W7 0x04 Beam block warning at the PIR 7x00 or PIR 3000

W8 0x01 Life time expired, sensor almost used up

Replace sensor

W8 0x01 Sensor temporarily busy writing to the EEPROM

W8 0x01 Free

W8 0x02 Adjustment request because expo-sition is too high

Perform zero adjustment

Perform span calibration

W8 0x02 PIR 7x00 is in maintenance mode

W8 0x04 Adjustment request because con-centration is too high

Perform zero adjustment

Perform span calibration

W8 0x04 Autocal activated but not sup-ported

W8 0x08 Adjustment request because tem-perature is too high

Perform zero adjustment

Perform span calibration

W8 0x10 Voltage of the counter electrode not in the nominal range

Replace sensor

The measured gas concentrations are too high

W8 0x20 Concentration too high The measured gas concentrations are too high

W8 0x40 Sensor test warning

W8 0x80 Sensor test warning, sensor can be refilled

Refill electrolyte

Byte Value Error description Remedy

Page 38: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

38 Technical Manual | Digital Communication - Modbus RTU

Troubleshooting

W9 0x01 Error when writing to the sensor data set

Byte Value Error description Remedy

Page 39: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Technical Manual | Digital Communication - Modbus RTU 39

Annex

7 Annex

7.1 Glossary

7.2 Annex 1 Polytron® 8000 parameter list

Abbrevia-tion

Name Meaning

ASCII American Standard Code for Information Interchange

7-bit character encoding that corresponds to the US version of ISO 646.It is the basis for later encodings for char-acter sets that are based on more bits.

Baud rate Symbol rate.Unit: symbol/s1 baud is the speed if 1 symbol is transmit-ted per second. The baud rate has to be the same at the transmitting and receiving end.

CRC Cyclic redundancy check

Cyclic redundancy check. Procedure for defining a check value for data to enable the detection of errors during transmission or storage.

DTM Device Type Manager Device-specific components in Field Device Tools (FDT). Device Type Managers enable information exchange via the defined interfaces. They read configuration data of the field devices and parameterize them.

Multicast/Broadcast The master sends a command to all slaves in the Modbus system. All slaves execute the demand without sending feedback. Multicast/Broadcast messages are only permissible in connections with function codes that can be written into.

RTU Remote Terminal Unit A Remote Terminal Unit is a remote control unit. Transmission between the master and the slave is via pilot cables, wireless or using an existing communication system.

RS-232 RS-232 Standard for a common serial interface in computers

RS-485 RS-485 Also: EAI-485. Industry standard for a physical interface for asynchronous data transmission

TCP Transmission Control Protocol

Transmission control protocol.Network protocol which defines how data is exchanged between computers.

Unicast The master sends a request directly to a slave and expects a response. The slave is addressed directly based on its unique bus address (1 to 247).

Page 40: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

1

Lege

nd

Reg

iste

r

Num

ber o

f the

regi

ster

P

aram

eter

Nam

e of

the

para

met

er

Dat

a ty

pe

D

ata

type

of t

he p

aram

eter

M

emor

y D

D

ynam

ic –

val

ues

chan

ge

S

Sta

tic –

val

ues

rem

ain

unch

ange

d Ac

cess

R

– R

ead

Rea

d ac

cess

W

– W

rite

Writ

e ac

cess

R

O –

Rea

d O

nly

Rea

d-on

ly a

cces

s R

W –

Rea

d an

d W

rite

Rea

d an

d w

rite

acce

ss

Size

Wor

d si

ze

Valu

e ra

nge

(def

ault

valu

e)

Va

lid ra

nge

Fa

ctor

y-se

t def

ault

valu

e.

The

defa

ult v

alue

is fo

rmat

ted

in b

old

in th

e ta

ble

Des

crip

tion

D

escr

iptio

n of

the

resp

ectiv

e pa

ram

eter

s S

enso

r var

iant

Th

e pa

ram

eter

s ar

e on

ly v

alid

for t

he

spec

ified

sen

sor v

aria

nts.

EC

M

odbu

s fo

r com

mun

icat

ion

betw

een

gas

dete

ctor

and

EC

sen

sor

IR

Mod

bus

for c

omm

unic

atio

n be

twee

n ga

s de

tect

or a

nd IR

sen

sor

CAT

M

odbu

s fo

r com

mun

icat

ion

betw

een

gas

dete

ctor

and

cat

alyt

ic s

enso

r

Page 41: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

2

Indi

catio

n &

sta

tus

(reg

iste

rs 4

0001

– 4

0047

)

Reg

iste

r P

aram

eter

D

ata

type

M

emor

y/

acce

ss

Siz

e V

alue

rang

e (d

efau

lt va

lue)

D

escr

iptio

n

4000

1 D

EV

ICE

_STA

TE

Uns

igne

d8

D /

RO

1

2 5

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

A

RU

N: I

n R

UN

sta

te, a

ll el

emen

ts re

quire

d fo

r the

exe

cutio

n of

a p

roce

ss a

re a

ctiv

e.

MA

INTE

NA

NC

E: T

he b

ehav

ior o

f the

gas

det

ecto

r in

MAI

NTE

NA

NC

E s

tate

is d

evic

e-sp

ecifi

c. T

his

stat

e ca

n be

set

aut

omat

ical

ly b

y th

e ga

s de

tect

or.

4000

2 FI

ELD

BU

S_M

OD

ULE

_SW

_VE

RSI

ON

V

isib

leSt

ring

S /

RO

2

0.

01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Sof

twar

e ve

rsio

n of

the

Fiel

dbus

Fou

ndat

ion

mod

ule.

40

004

FIE

LDB

US

_MO

DU

LE_H

W_V

ER

SIO

N

Vis

ible

Strin

g S

/ R

O

2

0.01

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T

Har

dwar

e ve

rsio

n of

the

Fiel

dbus

Fou

ndat

ion

mod

ule.

40

006

FIE

LDB

US

_MO

DU

LE_S

TATU

S

Uns

igne

d8

D /

RO

1

0x

01

0x02

0x

04

0x08

0x

20

0x21

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

S

tatu

s of

the

field

bus

mod

ule.

M

odul

e op

erat

es w

ithou

t fai

lure

. Gas

det

ecto

r wor

ks w

ithou

t erro

rs.

EEP

RO

M fa

ilure

R

AM

failu

re

CR

C fa

ilure

C

omm

unic

atio

n er

ror

CR

C fa

ilure

and

com

mun

icat

ion

erro

r 40

007

PO

LYTR

ON

_SW

_VE

RSI

ON

4

x U

nsig

ned8

S

/ R

O

2

0.00

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T P

olyt

ron

softw

are

vers

ion

4000

9 SW

_SU

BVE

RS

ION

U

nsig

ned8

D

/ R

O

1 0

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Sof

twar

e su

bver

sion

40

010

Inte

rnal

reso

urce

V

isib

leSt

ring

D

4 1

Inte

rnal

reso

urce

– d

o no

t cha

nge

4001

4 M

AN

UFA

CTU

RE

R

Vis

ible

Strin

g S

/ R

O

9 D

raeg

er S

afet

y AG

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T M

anuf

actu

rer

4002

3 D

EV

ICE

_STA

TUS

_IN

DIC

ATI

ON

B

it st

ring

(1

byt

e)

D /

RO

1

0x

01

0x02

0x

04

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s in

form

atio

n on

the

curre

nt s

tatu

s of

the

gas

dete

ctor

. War

ning

s an

d/or

erro

rs a

re d

ispl

ayed

as

gro

up w

arni

ngs

and

grou

p er

rors

. Th

e D

EVIC

E_S

TATU

S_V

ALU

E p

aram

eter

con

tain

s a

deta

iled

desc

riptio

n of

the

war

ning

s or

erro

rs

and

poss

ible

rem

edie

s.

No

erro

rs a

nd w

arni

ngs.

E

rror e

xist

s.

War

ning

exi

sts.

40

024

DE

VIC

E_S

TATU

S_V

ALU

E

20 x

U

nsig

ned8

D

/ R

O

10

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T

The

para

met

er c

onta

ins

deta

iled

info

rmat

ion

on th

e cu

rrent

sta

tus

of th

e ga

s de

tect

or a

s a

war

ning

an

d er

ror m

atrix

. 40

034

DE

VIC

E_D

ATE

_TIM

E 7

x U

nsig

ned8

D

/ R

W

4

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Dis

play

s da

te a

nd ti

me.

Page 42: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

3

4003

8 TR

AN

SM

ITTE

R_S

PE

CIF

IC_O

PTI

ON

S

Bit

strin

g (4

byt

es)

D /

RO

2

0x

0004

0x

0008

0x

0010

0x

0080

0x

0400

0x

0800

0x

4000

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

List

of i

nsta

lled

hard

war

e m

odul

es (e

.g.,

pum

p, re

lay

mod

ule)

D

ATA

LOG

GE

R D

ON

GLE

PR

ESEN

T S

EN

SOR

DIA

GN

OST

ICS

DO

NG

LE P

RE

SEN

T S

EN

SOR

TE

ST D

ON

GLE

PR

ESE

NT

FIE

LDB

US

PB

-PA

FFB

PR

ESE

NT

DO

UB

LE R

EM

OTE

PR

ESE

NT

RE

MO

TE P

RES

EN

T A

LAR

M M

OD

ULE

PR

ESE

NT

4004

0 FI

ELD

BU

S_M

OD

ULE

_ER

RO

R_C

OD

E U

nsig

ned8

D

/ R

O

1 0

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Erro

r mes

sage

of t

he fi

eldb

us m

odul

e if

field

bus

mod

e in

dica

tes

"Fat

al S

oftw

are

Erro

r" s

tatu

s.

4004

1 M

OD

ULE

_PA

RT_

NU

MB

ER

S

tring

(7

byt

es)

D /

RO

4

"-

----"

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T P

art n

umbe

r of t

he g

as d

etec

tor

4004

5 S

EN

SOR

_SW

_VE

RSI

ON

U

nsig

ned8

U

nsig

ned8

D

/ R

O

1 0

Val

id fo

r sen

sor v

aria

nt: E

C, I

R

Sof

twar

e ve

rsio

n of

the

gas

dete

ctor

40

046

INS

TALL

_DA

TE

Uns

igne

d8

Uns

igne

d8

Uns

igne

d16

D /

RO

2

0 V

alid

for s

enso

r var

iant

: EC

In

stal

latio

n da

te o

f the

EC

sen

sor

Gas

con

figur

atio

n (re

gist

ers

4010

1 –

4013

4)

Reg

iste

r P

aram

eter

D

ata

type

M

emor

y/

acce

ss

Siz

e V

alue

rang

e (d

efau

lt va

lue)

D

escr

iptio

n

4010

1 G

AS

_NA

ME

V

isib

leSt

ring

(10

byte

s)

D /

RO

5

- V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T

Con

tain

s th

e na

me

of th

e cu

rrent

ly s

et ta

rget

gas

in A

SC

II fo

rmat

E

.g.:

G

AS

_NA

ME

[GA

S_I

ND

EX=

0x00

] = "M

ETH

AN

E"

GA

S_N

AM

E[G

AS

_IN

DE

X=0x

01] =

"PR

OP

AN

E"

4010

6 G

AS

_CA

S_N

UM

BE

R

Vis

ible

Strin

g (1

2 by

tes)

D

/ R

O

6

" "

V

alid

for s

enso

r var

iant

: IR

C

onta

ins

the

inte

rnat

iona

l CA

S re

gist

ratio

n nu

mbe

r (C

AS

= C

hem

ical

Abs

tract

s S

ervi

ce) o

f the

cu

rrent

ly s

et ta

rget

gas

. 40

112

GAS

_IN

DE

X U

nsig

ned8

D

/ R

W

1 0

Val

id fo

r sen

sor v

aria

nt: E

C, I

R

Con

tain

s th

e in

dex

of th

e cu

rrent

ly s

et ta

rget

gas

. Th

e pa

ram

eter

can

be

mod

ified

with

in a

val

ue ra

nge

from

0 to

MA

X_G

AS_I

ND

EX

usin

g a

writ

e pr

oces

s, a

nd th

e re

spec

tive

targ

et g

as c

an b

e se

t. E

.g.:

GA

S_N

AM

E [G

AS_I

ND

EX

= 0]

=

"MET

HA

NE"

G

AS

_NA

ME

[GAS

_IN

DE

X =

1]

= "P

RO

PAN

E"

...

GA

S_N

AM

E [G

AS_I

ND

EX

= M

AX_

GA

S_I

ND

EX]

= "E

THA

NE

" 40

113

MA

X_G

AS

_IN

DE

X U

nsig

ned8

D

/ R

O

1 1

Val

id fo

r sen

sor v

aria

nt: E

C, I

R

Con

tain

s in

form

atio

n on

the

max

imum

pos

sibl

e in

dex

posi

tion

of th

e G

AS_I

ND

EX

para

met

er a

nd is

eq

uiva

lent

to th

e m

axim

um n

umbe

r of s

elec

tabl

e ta

rget

gas

es s

uppo

rted

by th

e cu

rrent

con

figur

atio

n of

the

gas

dete

ctor

. E

.g.:

GA

S_N

AM

E [0

≤ G

AS_I

ND

EX

≤ M

AX_

GA

S_I

ND

EX]

= "X

XXX

XXX

X"

Page 43: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

4

4011

4 S

ET_

GA

SN

AM

E_C

AT

Vis

ible

Strin

g (1

0 by

tes)

D

/ R

W

5

" "

V

alid

for s

enso

r var

iant

: CAT

Th

is p

aram

eter

ena

bles

edi

ting

of th

e ta

rget

gas

to b

e m

easu

red

by a

nalo

g se

nsor

s. A

nalo

g se

nsor

s in

clud

e th

e fa

mily

of c

atal

ytic

sen

sors

and

do

not p

rovi

de a

ny a

dditi

onal

info

rmat

ion.

Thi

s pa

ram

eter

ca

n be

use

d to

nam

e th

e an

alog

sen

sor.

E.g

.: "P

ower

hou

se 1

" "M

etha

ne"

4011

9 U

NIT

_NA

ME

Vis

ible

Strin

g (5

byt

es)

D /

RO

3

- V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T C

onta

ins

the

nam

e of

the

curre

ntly

set

targ

et g

as u

nit i

n AS

CII

form

at.

e.g.

, U

NIT

_NA

ME

for U

NIT

_NA

ME

_IN

DE

X=0x

00 =

"VO

L%"

UN

IT_N

AM

E fo

r UN

IT_N

AM

E_I

ND

EX=

0x01

= "L

EL"

40

122

UN

IT_N

AM

E_I

ND

EX

Uns

igne

d8

D /

RW

1

- V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T C

onta

ins

the

inde

x of

the

curre

ntly

set

targ

et g

as u

nit.

The

para

met

er c

an b

e m

odifi

ed a

nd th

e re

spec

tive

targ

et g

as u

nit s

et b

y w

ritin

g in

the

para

met

er.

e.g.

, U

NIT

_NA

ME

for U

NIT

_NA

ME

_IN

DE

X=0x

00 =

"VO

L%"

UN

IT_N

AM

E fo

r UN

IT_N

AM

E_I

ND

EX=

0x01

= "L

EL"

40

123

GA

S_L

OW

ER_E

XPLO

SIO

N_L

EVE

L Fl

oat

D /

RW

2

V

alid

for s

enso

r var

iant

: EC

, IR

Lo

wer

exp

losi

ve li

mit

of th

e ga

s in

Vol

%.

4012

5 G

AS_L

EL_

LIM

ITS

_LO

WE

R

Floa

t D

/ R

O

2

Val

id fo

r sen

sor v

aria

nt: E

C, I

R

Low

est v

alue

that

can

be

set f

or th

e lo

wer

exp

losi

ve li

mit

in p

pm.

4012

7 G

AS_L

EL_

LIM

ITS

_UP

PER

Fl

oat

D /

RO

2

V

alid

for s

enso

r var

iant

: EC

, IR

H

ighe

st v

alue

that

can

be

set f

or th

e lo

wer

exp

losi

ve li

mit

in p

pm.

4012

9 G

AS

_NA

ME

_VIS

IBLE

S

tring

D

/ R

O

5

"___

__"

Val

id fo

r sen

sor v

aria

nt: E

C, I

R

This

par

amet

er e

nabl

es re

adin

g of

the

targ

et g

as ta

ble

with

out c

hang

ing

the

curre

ntly

set

targ

et g

as

and

affe

ctin

g th

e ru

nnin

g m

easu

ring

oper

atio

ns.

E.g

.: G

AS

_NA

ME

_VIS

IBLE

for G

AS_I

ND

EX_

VIS

IBLE

=0x0

0 =

"ME

THA

NE

"

G

AS_N

AM

E_V

ISIB

LE

for G

AS_I

ND

EX_

VIS

IBLE

=0x0

1 =

"ETH

AN

E"

4013

4 G

AS

_IN

DE

X_V

ISIB

LE

Uns

igne

d8

D /

RW

1

0x

00

Val

id fo

r sen

sor v

aria

nt: E

C, I

R

Gas

inde

x fo

r rea

ding

the

gas

tabl

e.

Page 44: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

5

Sen

sor &

sta

tus

(regi

ster

s 40

201

– 40

224)

Reg

iste

r P

aram

eter

D

ata

type

M

emor

y/

acce

ss

Siz

e V

alue

rang

e (d

efau

lt va

lue)

D

escr

iptio

n

4020

1 C

ON

FIG

UR

E_S

EN

SO

R_S

ELF

_TE

ST

Uns

igne

d8

D /

RW

1

0x

00

0x01

Val

id fo

r sen

sor v

aria

nt: E

C

If th

e se

nsor

sel

f -tes

t is

activ

ated

, the

gas

det

ecto

r can

con

tinuo

usly

mon

itor t

he c

onne

cted

sen

sor

for p

rope

r ope

ratio

n. If

the

sens

or s

elf-t

est f

ails

, the

war

ning

is d

ispl

ayed

in th

e D

EV

ICE

_STA

TUS

_VA

LUE

and

can

be

read

. Th

e se

nsor

sel

f-tes

t opt

ion

can

only

be

activ

ated

if th

e se

nsor

test

don

gle

is c

onne

cted

. In

activ

e A

ctiv

e

4020

2 S

EN

SOR

_SE

LFTE

ST_

STA

TUS

Uns

igne

d8

D /

RO

1

0x

00

0x01

0x

02

0x03

0x

04

0x05

0x

06

0x07

0x

08

0x09

0x

0A

0xFF

Val

id fo

r sen

sor v

aria

nt: E

C

Con

tain

s cu

rrent

info

rmat

ion

on th

e st

atus

of t

he s

enso

r sel

f-tes

t. Af

ter t

he s

enso

r sel

f-tes

t has

bee

n ac

tivat

ed, t

his

para

met

er c

an b

e us

ed to

que

ry th

e cu

rrent

sta

tus.

Th

e pa

ram

eter

can

onl

y be

use

d in

com

bina

tion

with

the

STA

RT_

SEN

SO

R_T

ES

T pa

ram

eter

. Th

e D

EVIC

E_S

TATU

S_V

ALU

E p

aram

eter

con

tain

s th

e st

atus

for t

he a

utom

atic

sen

sor s

elf-t

est.

Rea

dy

No

dong

le a

vaila

ble.

S

enso

r doe

s no

t sup

port

sens

or te

st.

Erro

r S

enso

r is

in w

arm

-up

phas

e.

Sen

sor c

alib

ratio

n ru

nnin

g.

Sen

sor t

empe

ratu

re o

utsi

de th

e pe

rmis

sibl

e ra

nge.

S

enso

r tes

t tem

pora

rily

not a

vaila

ble.

D

elay

afte

r sen

sor t

est (

dura

tion

depe

nds

on th

e se

nsor

). S

enso

r tes

t run

ning

. O

ther

erro

r. Ti

meo

ut

4020

3 S

EN

SOR

_SE

LFTE

ST_

RE

SU

LT

Uns

igne

d8

D /

RO

1

0x

00

0x01

0x

02

0x03

Val

id fo

r sen

sor v

aria

nt: E

C

Con

tain

s th

e re

sult

of th

e la

st s

enso

r sel

f-tes

t. Th

e pa

ram

eter

can

onl

y be

use

d in

com

bina

tion

with

the

STA

RT_

SEN

SO

R_T

ES

T pa

ram

eter

. N

o re

sult

Suc

cess

ful

Suc

cess

ful,

but f

ault

expe

cted

soo

n.

Faile

d 40

204

STA

RT_

SE

NS

OR

_TE

ST

Uns

igne

d8

D /

RW

1

0x

00

0x01

0x

02

0x03

Val

id fo

r sen

sor v

aria

nt: E

C

Ena

bles

the

user

to s

tart

the

sens

or s

elf-t

est m

anua

lly b

y m

eans

of a

writ

e pr

oces

s an

d/or

det

erm

ine

the

curre

nt s

tatu

s of

the

sens

or s

elf-t

est (

see

SE

NS

OR

_SE

LFTE

ST_

STA

TUS

par

amet

er).

No

sens

or te

st

Sta

rt se

nsor

test

S

tart

cycl

ic s

enso

r tes

t. S

top

cycl

ic s

enso

r tes

t.

4020

5 S

EN

SOR

_VIT

ALI

TY

Uns

igne

d8

D /

RO

1

Val

id fo

r sen

sor v

aria

nt: E

C

Des

crib

es th

e re

mai

ning

sen

sitiv

ity o

f the

sen

sor c

urre

ntly

in u

se.

The

sens

or v

italit

y op

tion

can

only

be

activ

ated

if th

e di

agno

stic

don

gle

is c

onne

cted

.

Page 45: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

6

0x01

– 0

x64

0xFD

0x

FE

0x

FF

1% –

100

%

Not

sup

porte

d: th

e se

nsor

cur

rent

ly in

use

doe

s no

t sup

port

the

SE

NS

OR

_VIT

ALI

TY p

aram

eter

. N

o do

ngle

: the

dia

gnos

tic d

ongl

e is

not

det

ecta

ble

or n

ot p

rese

nt. T

he d

iagn

ostic

don

gle

is re

quire

d to

ena

ble

the

func

tion.

N

ot c

alcu

late

d: th

e vi

talit

y co

uld

not b

e ca

lcul

ated

. Ple

ase

chec

k th

e in

stal

latio

n da

te a

nd th

e cu

rrent

da

te fo

r val

id v

alue

s!

4020

6 S

EN

SOR

_LO

CK

_IN

FO

Uns

igne

d8

D /

RW

1

0x

00

0x01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R

If th

e S

EN

SO

R_L

OC

K_I

NFO

par

amet

er is

act

ivat

ed, s

ucce

ssfu

l rep

lace

men

t of t

he s

enso

rs is

onl

y po

ssib

le w

ith id

entic

al p

art n

umbe

rs. I

f the

par

t num

ber o

f the

old

sen

sor a

nd th

e pa

rt nu

mbe

r of t

he

new

sen

sor a

re n

ot id

entic

al, a

n er

ror m

essa

ge is

issu

ed. I

f, ho

wev

er, t

he S

EN

SO

R_L

OC

K_I

NFO

pa

ram

eter

is d

eact

ivat

ed, s

enso

rs c

an b

e re

plac

ed w

ith s

enso

rs o

f the

sam

e se

nsor

type

with

di

ffere

nt p

art n

umbe

rs.

Lock

ing

inac

tive

Lock

ing

activ

e 40

207

SE

NSO

R_L

OC

K_P

AR

T_N

UM

BER

V

isib

leSt

ring

7 by

tes

D /

RO

4

- V

alid

for s

enso

r var

iant

: EC

, IR

C

onta

ins

the

part

num

ber (

Drä

ger o

rder

num

ber)

of th

e se

nsor

that

can

be

repl

aced

whi

le

SE

NSO

R_L

OC

K_I

NFO

is a

ctiv

e.

4021

1 S

EN

SOR

_PA

RT_

NU

MB

ER

V

isib

leSt

ring

7 by

tes

D /

RO

4

- V

alid

for s

enso

r var

iant

: EC

, IR

P

art n

umbe

r of t

he c

onne

cted

sen

sor

4021

5 S

EN

SOR

_SE

RIA

L_N

UM

BE

R

Vis

ible

Strin

g 8

byte

s D

/ R

O

4 -

Val

id fo

r sen

sor v

aria

nt: E

C, I

R

Ser

ial n

umbe

r of t

he c

onne

cted

sen

sor

4021

9 P

RE

DIC

TIVE

_MA

INTE

NA

NC

E.H

EA

LTH

_STA

TUS

U

nsig

ned8

D /

RO

1

0x

00

0x

01

0x

02

0x03

0x

04

Val

id fo

r sen

sor v

aria

nt: E

C

The

para

met

er c

onsi

sts

of th

e fo

llow

ing

sub-

para

met

ers

and

can

only

be

used

with

a d

iagn

ostic

do

ngle

. C

onta

ins

the

curre

nt s

tatu

s of

the

sens

or in

use

. th

e di

agno

stic

don

gle

is n

ot d

etec

tabl

e or

not

pre

sent

. The

dia

gnos

tic d

ongl

e is

requ

ired

to e

nabl

e th

e fu

nctio

n.

The

stat

us c

ould

not

be

calc

ulat

ed. P

leas

e ch

eck

the

inst

alla

tion

date

and

the

curre

nt d

ate

for v

alid

va

lues

! S

enso

r sta

tus:

go

od

Sen

sor s

tatu

s:

OK

S

enso

r sta

tus:

re

plac

emen

t req

uire

d so

on

PR

ED

ICTI

VE_M

AIN

TEN

AN

CE

.DIA

GN

OS

TIC

U

nsig

ned8

0x00

0x01

Val

id fo

r sen

sor v

aria

nt: E

C

Con

tain

s in

form

atio

n on

the

stat

us o

f the

sen

sor d

iagn

ostic

func

tions

. S

enso

r dia

gnos

is is

not

ava

ilabl

e fo

r the

gas

det

ecto

r. P

leas

e pu

rcha

se d

iagn

ostic

don

gle

to e

nabl

e it.

S

enso

r dia

gnos

is is

ava

ilabl

e fo

r the

gas

det

ecto

r. 40

220

FAST

_RE

SPO

NSE

B

it fie

ld

D /

RW

1

0x

00

0x01

Val

id fo

r sen

sor v

aria

nt: I

R

Res

pons

e be

havi

or o

f the

P87

X0.

Def

ault

Fast

40

221

SE

NSO

R_I

D

Bit

field

D

/ R

O

1

0x01

0x

02

0x03

0x

04

0x07

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Type

of s

enso

r con

nect

ed.

DS

IR S

EN

SO

R

DD

SE

NS

OR

LC

SE

NS

OR

E

C S

EN

SO

R

PIR

7X00

SE

NS

OR

Page 46: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

7

4022

2 W

AVE

LEN

GTH

_TY

PE

Uns

igne

d16

D /

RO

1

V

alid

for s

enso

r var

iant

: IR

W

avel

engt

h of

the

PIR

7X00

sen

sor.

4022

3 S

EN

SOR

_WAR

M_U

P_T

IME

_1

Uns

igne

d16

D /

RO

1

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T R

emai

ning

war

m-u

p tim

e 1

(mea

sure

d va

lues

are

not

sho

wn)

in m

inut

es.

4022

4 S

EN

SOR

_WAR

M_U

P_T

IME

_2

Uns

igne

d16

D /

RO

1

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T R

emai

ning

war

m-u

p tim

e 2

(mea

sure

d va

lues

hav

e an

incr

ease

d er

ror)

in m

inut

es.

Ala

rm c

onfig

urat

ion

(regi

ster

s 40

301

– 40

329)

Reg

iste

r P

aram

eter

D

ata

type

M

emor

y/

acce

ss

Siz

e V

alue

rang

e (d

efau

lt va

lue)

D

escr

iptio

n

4030

1 A

1_A

LAR

M_C

ON

FIG

UR

ATI

ON

.VA

LUE

Floa

t D

/ R

W

2

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s th

e cu

rrent

ly s

et g

as c

once

ntra

tion

for t

he A

1 al

arm

. 40

303

A1_

ALA

RM

_CO

NFI

GU

RA

TIO

N.H

YS

TER

ESE

Fl

oat

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T Th

e al

arm

hys

tere

sis

defin

es a

rang

e ar

ound

the

A1

alar

m w

ithin

whi

ch A

1_A

LAR

M re

mai

ns s

et

until

the

curre

nt g

as c

once

ntra

tion

falls

bel

ow th

is th

resh

old.

E

.g.:

A1_

ALA

RM

_CO

NFI

GU

RA

TIO

N.V

ALU

E =

20p

pm H

2S

A1_

ALA

RM

_CO

NFI

GU

RA

TIO

N.H

YS

TER

ESE

= 3p

pm H

2S

A1_

ALA

RM

.STA

TUS

is a

ctiv

ated

for m

easu

red

gas

conc

entra

tions

≥ 2

0 pp

m H

2S

A1_

ALA

RM

.STA

TUS

is d

eact

ivat

ed fo

r mea

sure

d ga

s co

ncen

tratio

ns ≤

17

ppm

H2S

40

305

A1_

ALA

RM

_CO

NFI

GU

RA

TIO

N.D

IRE

CTI

ON

U

nsig

ned8

0x00

0x01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s in

form

atio

n on

the

trigg

erin

g be

havi

or o

f the

A1

alar

m. T

he fo

llow

ing

is p

ossi

ble:

A

1 al

arm

is tr

igge

red

if th

e ta

rget

gas

con

cent

ratio

n is

bel

ow th

e A

1 al

arm

thre

shol

d an

d ex

ceed

s it.

A

1 al

arm

is tr

igge

red

if th

e ta

rget

gas

con

cent

ratio

n is

abo

ve th

e A

1 al

arm

thre

shol

d an

d fa

lls b

elow

it.

A1_

ALA

RM

_CO

NFI

GU

RA

TIO

N.A

CK

NO

WLE

DG

ABL

E U

nsig

ned8

0x00

0x

01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s in

form

atio

n w

heth

er a

n al

arm

can

be

ackn

owle

dged

whi

le th

e al

arm

con

ditio

n ex

ists

. Th

e A

1 al

arm

can

not b

e ac

know

ledg

ed.

The

A1

alar

m c

an b

e ac

know

ledg

ed.

A1_

ALA

RM

_CO

NFI

GU

RA

TIO

N.P

RE

AC

KN

OW

LED

GE

ABLE

U

nsig

ned8

0x00

0x

01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s in

form

atio

n w

heth

er a

latc

hing

ala

rm is

alre

ady

ackn

owle

dged

whe

n th

e al

arm

con

ditio

n is

pr

esen

t. Th

e A

1 al

arm

can

not b

e pr

e-ac

know

ledg

ed.

The

A1

alar

m c

an b

e pr

e-ac

know

ledg

ed.

A1_

ALA

RM

_CO

NFI

GU

RA

TIO

N.L

ATC

HIN

G

Uns

igne

d8

0x

00

0x01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s in

form

atio

n w

heth

er a

n al

arm

has

to b

e ac

know

ledg

ed.

The

A1

alar

m is

not

latc

hing

. Th

e A

1 al

arm

is la

tchi

ng.

Page 47: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

8

4030

7 A

1_A

LAR

M_P

LAU

SIB

ILIT

Y B

it st

ring

D /

RO

1

0x

00

0x01

0x

02

0x04

0x

08

0x10

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Pla

usib

ility

of t

he A

1 al

arm

con

figur

atio

n:

No

erro

r. Th

e va

lue

ente

red

for t

he A

1_A

LAR

M_C

ON

FIG

UR

ATI

ON

.VA

LUE

is to

o lo

w.

The

valu

e en

tere

d fo

r the

A1_

ALA

RM

_CO

NFI

GU

RA

TIO

N.V

ALU

E is

too

high

. Th

e va

lue

ente

red

for t

he A

1_A

LAR

M_C

ON

FIG

UR

ATI

ON

.HY

STE

RE

SE is

too

low

. Th

e va

lue

ente

red

for t

he A

1_A

LAR

M_C

ON

FIG

UR

ATI

ON

.HY

STE

RE

SE is

too

low

. Th

e se

nsor

is n

ot a

vaila

ble.

Che

ck w

heth

er th

ere

is a

sen

sor i

n th

e ga

s de

tect

or.

4030

8 A

2_A

LAR

M_C

ON

FIG

UR

ATI

ON

.VA

LUE

Floa

t D

/ R

W

2

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s th

e cu

rrent

ly s

et g

as c

once

ntra

tion

for t

he A

2 al

arm

. 40

310

A2_

ALA

RM

_CO

NFI

GU

RA

TIO

N.H

YS

TER

ESE

Fl

oat

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T Th

e al

arm

hys

tere

sis

defin

es a

rang

e ar

ound

the

A2

alar

m w

ithin

whi

ch A

2_A

LAR

M re

mai

ns s

et

until

the

curre

nt g

as c

once

ntra

tion

falls

bel

ow th

is th

resh

old.

E

.g.:

A2_

ALA

RM

_CO

NFI

GU

RA

TIO

N.V

ALU

E =

20p

pm H

2S

A2_

ALA

RM

_CO

NFI

GU

RA

TIO

N.H

YS

TER

ESE

= 3p

pm H

2S

A2_

ALA

RM

.STA

TUS

is a

ctiv

ated

for m

easu

red

gas

conc

entra

tions

≥ 2

0 pp

m H

2S

A2_

ALA

RM

.STA

TUS

is d

eact

ivat

ed fo

r mea

sure

d ga

s co

ncen

tratio

ns ≤

17

ppm

H2S

40

312

A2_

ALA

RM

_CO

NFI

GU

RA

TIO

N.D

IRE

CTI

ON

U

nsig

ned8

0x00

0x01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s in

form

atio

n on

the

trigg

erin

g be

havi

or o

f the

A2

alar

m. T

he fo

llow

ing

is p

ossi

ble:

A

2 al

arm

is tr

igge

red

if th

e ta

rget

gas

con

cent

ratio

n is

bel

ow th

e A

2 al

arm

thre

shol

d an

d ex

ceed

s it.

A

2 al

arm

is tr

igge

red

if th

e ta

rget

gas

con

cent

ratio

n is

abo

ve th

e A

2 al

arm

thre

shol

d an

d fa

lls b

elow

it.

A2_

ALA

RM

_CO

NFI

GU

RA

TIO

N.A

CK

NO

WLE

DG

ABL

E U

nsig

ned8

0x00

0x

01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s in

form

atio

n w

heth

er a

n al

arm

can

be

ackn

owle

dged

whi

le th

e al

arm

con

ditio

n ex

ists

. Th

e A

2 al

arm

can

not b

e ac

know

ledg

ed.

The

A2

alar

m c

an b

e ac

know

ledg

ed.

A2_

ALA

RM

_CO

NFI

GU

RA

TIO

N.P

RE

AC

KN

OW

LED

GE

ABLE

U

nsig

ned8

0x00

0x

01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s in

form

atio

n w

heth

er a

latc

hing

ala

rm is

alre

ady

ackn

owle

dged

whe

n th

e al

arm

con

ditio

n is

pr

esen

t. Th

e A

2 al

arm

can

not b

e pr

e-ac

know

ledg

ed.

The

A2

alar

m c

an b

e pr

e-ac

know

ledg

ed.

A2_

ALA

RM

_CO

NFI

GU

RA

TIO

N.L

ATC

HIN

G

Uns

igne

d8

0x

00

0x01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s in

form

atio

n w

heth

er a

n al

arm

has

to b

e ac

know

ledg

ed.

The

A2

alar

m is

not

latc

hing

. Th

e A

2 al

arm

is la

tchi

ng.

4031

4 A

2_A

LAR

M_P

LAU

SIB

ILIT

Y B

it st

ring

D /

RO

1

0x

00

0x01

0x

02

0x04

0x

08

0x10

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Pla

usib

ility

of t

he A

2 al

arm

con

figur

atio

n:

No

erro

r. Th

e va

lue

ente

red

for t

he A

2_A

LAR

M_C

ON

FIG

UR

ATI

ON

.VA

LUE

is to

o lo

w.

The

valu

e en

tere

d fo

r the

A2_

ALA

RM

_CO

NFI

GU

RA

TIO

N.V

ALU

E is

too

high

. Th

e va

lue

ente

red

for t

he A

2_A

LAR

M_C

ON

FIG

UR

ATI

ON

.HY

STE

RE

SE is

too

low

. Th

e va

lue

ente

red

for t

he A

2_A

LAR

M_C

ON

FIG

UR

ATI

ON

.HY

STE

RE

SE is

too

low

. Th

e se

nsor

is n

ot a

vaila

ble.

Che

ck w

heth

er th

ere

is a

sen

sor i

n th

e ga

s de

tect

or.

Page 48: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

9

4031

5 A

1_A

LAR

M.S

TATU

S U

nsig

ned8

D

/ R

O

1

0x00

0x

01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

The

A1_

ALA

RM

par

amet

er c

onsi

sts

of th

e fo

llow

ing

sub -

para

met

ers.

C

onta

ins

the

curre

nt s

tatu

s of

the

inte

rnal

ala

rm m

odul

e an

d its

set

tings

. A

1 al

arm

is n

ot a

ctiv

ated

A

1 al

arm

is a

ctiv

ated

A

1_A

LAR

M.C

ON

DIT

ION

U

nsig

ned8

0x00

0x

01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s in

form

atio

n w

heth

er th

e cu

rrent

targ

et g

as c

once

ntra

tion

is a

bove

or b

elow

the

A1

alar

m

thre

shol

d (d

epen

ding

on

the

conf

igur

atio

n of

the

A1

alar

m).

A1

alar

m c

ondi

tion

is c

urre

ntly

not

pre

sent

. A

1 al

arm

con

ditio

n is

cur

rent

ly p

rese

nt.

4031

6 A

2_A

LAR

M.S

TATU

S U

nsig

ned8

D

/ R

O

1

0x00

0x

01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

The

A2_

ALA

RM

par

amet

er c

onsi

sts

of th

e fo

llow

ing

sub -

para

met

ers.

C

onta

ins

the

curre

nt s

tatu

s of

the

inte

rnal

ala

rm m

odul

e an

d its

set

tings

. A

2 al

arm

is n

ot a

ctiv

ated

A

2 al

arm

is a

ctiv

ated

A

2_A

LAR

M.C

ON

DIT

ION

U

nsig

ned8

0x00

0x

01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s in

form

atio

n w

heth

er th

e cu

rrent

targ

et g

as c

once

ntra

tion

is a

bove

or b

elow

the

A2

alar

m

thre

shol

d (d

epen

ding

on

the

conf

igur

atio

n of

the

A2

alar

m).

A2

alar

m c

ondi

tion

is c

urre

ntly

not

pre

sent

. A

2 al

arm

con

ditio

n is

cur

rent

ly p

rese

nt.

4031

7 A

LAR

M_A

CK

NO

WLE

DG

E U

nsig

ned8

D

/ R

W

1

0x00

0x

FF

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

The

data

con

tent

0xF

F of

a w

rite

proc

ess

enab

les

ackn

owle

dgin

g ac

tive

alar

ms

if th

e al

arm

mod

ule

has

been

con

figur

ed c

orre

spon

ding

ly.

Def

ault

valu

e. A

fter w

ritin

g th

e va

lue

0xFF

, the

def

ault

valu

e is

dis

play

ed a

gain

. A

ctiv

e al

arm

s ar

e ac

know

ledg

ed b

y w

ritin

g th

e va

lue

0xFF

. 40

318

DD

_SE

NS

OR

_LAT

CH

ING

U

nsig

ned8

D

/ R

W

1 0 1

Val

id fo

r sen

sor v

aria

nt: C

AT

Def

ines

whe

ther

the

mea

sure

d va

lue

is la

tchi

ng a

fter e

xcee

ding

a c

once

ntra

tion

of 1

00%

LE

L.

Non

-Lat

chin

g La

tchi

ng

4031

9 A

LAR

M_F

AU

LT_T

EST

B

it st

ring

D /

RW

1

0 1 2 4

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Func

tion

for r

elay

test

. A

larm

1 S

tate

act

ive

Ala

rm 2

Sta

te a

ctiv

e E

rror S

tate

act

ive

4032

0 A

LAR

M_M

OD

ULE

_AC

TIV

E B

it st

ring

D /

RW

1

0x

00

0x01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

A1

and

A2

alar

ms

are

anal

yzed

. In

activ

e A

ctiv

e 40

321

A1_

LEVE

L_M

IN

Floa

t R

O

2

0.0

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Low

est v

alue

that

can

be

set f

or th

e A

1 al

arm

. 40

323

A1_

LEVE

L_M

AX

Floa

t R

O

2

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Hig

hest

val

ue th

at c

an b

e se

t for

the

A1

alar

m.

4032

5 A

2_LE

VEL_

MIN

Fl

oat

RO

2

0.

0 V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T Lo

wes

t val

ue th

at c

an b

e se

t for

the

A2

alar

m.

4032

7 A

2_LE

VEL_

MA

X Fl

oat

RO

2

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T H

ighe

st v

alue

that

can

be

set f

or th

e A

2 al

arm

.

Page 49: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

10

4032

9 D

EC

IMA

L_P

OIN

T_SE

TTIN

GS

_ALA

RM

U

nsig

ned8

D

/ R

O

1

0x00

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T N

umbe

r of d

ecim

al p

lace

s fo

r the

ala

rm le

vels

on

the

disp

lay

E.g

.:

0x00

Dis

play

: 1

0x01

Dis

play

: 1.

1 0x

02

D

ispl

ay:

1.12

0x

03

D

ispl

ay:

1.12

3 C

alib

ratio

n (re

gist

ers

4040

1 –

4045

6)

Reg

iste

r P

aram

eter

D

ata

type

M

emor

y/

acce

ss

Siz

e V

alue

rang

e (d

efau

lt va

lue)

D

escr

iptio

n

4040

1 C

AL_

GAS

_NA

ME

Vis

ible

Strin

g (1

0 by

tes)

D

/ R

O

5

" "

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T C

onta

ins

the

nam

e of

the

curre

ntly

set

targ

et g

as in

AS

CII

form

at

E.g

.:

CA

L_G

AS_N

AM

E[C

AL_

GAS

_IN

DE

X=0x

00] =

"ME

THA

NE"

C

AL_

GAS

_NA

ME

[CA

L_G

AS_I

ND

EX=

0x01

] = "P

RO

PAN

E"

4040

6 C

AL_

GAS

_NA

ME

_CAS

V

isib

leSt

ring

(12

byte

s)

D /

RO

6

"

"

Val

id fo

r sen

sor v

aria

nt: I

R

Con

tain

s th

e in

tern

atio

nal C

AS

regi

stra

tion

num

ber (

CA

S=

Che

mic

al A

bstra

cts

Ser

vice

) of t

he

curre

ntly

set

cal

ibra

tion

gas.

40

412

CA

L_G

AS

_IN

DE

X U

nsig

ned8

D

/ R

W

1

0 ...

M

AX_

CA

L_G

AS_I

ND

EX

Val

id fo

r sen

sor v

aria

nt: E

C, I

R

Con

tain

s th

e in

dex

of th

e cu

rrent

ly s

et c

alib

ratio

n ga

s.

The

para

met

er c

an b

e m

odifi

ed w

ithin

a v

alue

rang

e fro

m 0

to M

AX_

CA

L_G

AS_I

ND

EX

usin

g a

writ

e pr

oces

s, a

nd th

e re

spec

tive

targ

et c

alib

ratio

n ga

s un

it ca

n be

set

. E

.g.:

C

AL_

GAS

_NA

ME

[CA

L_G

AS_I

ND

EX=

0x00

] = "M

ETH

AN

E"

CA

L_G

AS_N

AM

E[C

AL_

GAS

_IN

DE

X=0x

01] =

"PR

OPA

NE"

40

413

MA

X_C

AL_

GA

S_I

ND

EX

Uns

igne

d8

D /

RO

1

V

alid

for s

enso

r var

iant

: EC

, IR

C

onta

ins

info

rmat

ion

on th

e m

axim

um p

ossi

ble

inde

x po

sitio

n of

the

CA

L_G

AS_I

ND

EX

para

met

er

and

is e

quiv

alen

t to

the

max

imum

num

ber o

f sel

ecta

ble

calib

ratio

n ga

ses

supp

orte

d by

the

curre

nt

conf

igur

atio

n of

the

gas

dete

ctor

. E

.g.:

CA

L_G

AS_N

AM

E [0

≤ C

AL_

GA

S_IN

DE

X ≤

MA

X_C

AL_

GAS

_IN

DEX

] = "X

XXXX

XXX

" 40

414

CA

L_U

NIT

_NA

ME

Vis

ible

Strin

g (5

byt

es)

D /

RO

3

"

"

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s th

e na

me

of th

e cu

rrent

ly s

et c

alib

ratio

n ga

s un

it in

AS

CII

form

at.

E.g

.: C

AL_

UN

IT_N

AM

E fo

r CA

L_U

NIT

_IN

DE

X=0x

00 =

"VO

L%"

CA

L_U

NIT

_NA

ME

for C

AL_

UN

IT_I

ND

EX=

0x01

= "L

EL"

40

417

CA

L_U

NIT

_IN

DE

X U

nsig

ned8

D

/ R

W

1

See

tabl

e of

un

its

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s th

e in

dex

of th

e cu

rrent

ly s

et c

alib

ratio

n ga

s un

it. T

he p

aram

eter

can

be

mod

ified

and

the

resp

ectiv

e ca

libra

tion

gas

unit

set w

ith a

writ

e pr

oces

s.

E.g

.: C

AL_

UN

IT_N

AM

E fo

r CA

L_U

NIT

_IN

DE

X=0x

00 =

"VO

L%"

CA

L_U

NIT

_NA

ME

for C

AL_

UN

IT_I

ND

EX=

0x01

= "L

EL"

40

418

CA

L_G

AS

_CO

NC

EN

TRA

TIO

N

Floa

t D

/ R

W

2

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Cal

ibra

tion

gas

conc

entra

tion.

Page 50: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

11

4042

0 C

AL_

GAS

_PLA

US

IBIL

ITY

Uns

igne

d8

D /

RO

1

0x

00

0x04

0x

08

0x10

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Pla

usib

ility

info

rmat

ion

for c

alib

ratio

n.

No

erro

r C

alib

ratio

n ga

s co

ncen

tratio

n to

o lo

w

Cal

ibra

tion

gas

conc

entra

tion

too

high

N

o se

nsor

40

421

STA

RT_

STO

P_C

ALI

BR

ATIO

N

Uns

igne

d8

D /

RW

1

0x

00

0x01

0x

02

0x03

0x

04

0x05

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Par

amet

ers

serv

e to

cal

ibra

te th

e ga

s de

tect

or v

ia th

e M

odbu

s R

TU in

terfa

ce. A

det

aile

d de

scrip

tion

of th

e pa

ram

eter

s an

d th

e ca

libra

tion

proc

edur

e is

ava

ilabl

e fro

m y

our l

ocal

Drä

ger s

ervi

ce

orga

niza

tion.

S

tart

of th

e ze

ro a

djus

tmen

t S

tart

of th

e sp

an c

alib

ratio

n M

easu

rem

ent o

f the

cal

ibra

tion

gas

conc

entra

tion

Mea

sure

men

t of t

he ta

rget

gas

con

cent

ratio

n S

ave

the

calib

ratio

n E

xit c

alib

ratio

n m

ode

with

out s

avin

g 40

422

STA

TUS

_CA

LIB

RA

TIO

N.

TELE

GR

AM

M_R

ES

PO

NS

E

Uns

igne

d8

D

/ R

O

1

0x00

0x

01

0x02

0x

03

0x04

0x

05

0x06

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Val

e re

ad b

ack

from

cal

ibra

tion

cont

rol.

Sta

rt of

the

zero

adj

ustm

ent

Sta

rt of

the

span

cal

ibra

tion

Mea

sure

men

t of t

he c

alib

ratio

n ga

s co

ncen

tratio

n M

easu

rem

ent o

f the

targ

et g

as c

once

ntra

tion

Sav

e th

e ca

libra

tion

Exi

t cal

ibra

tion

mod

e C

alib

ratio

n m

ode

not a

cces

sibl

e S

TATU

S_C

ALI

BR

ATI

ON

.STA

TE

Uns

igne

d8

0x

00

0x02

0x

03

0x04

0x

05

0x06

0x

07

0x0A

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s th

e cu

rrent

sta

tus

of th

e ca

libra

tion

Ze

ro a

djus

tmen

t pos

sibl

e M

easu

rem

ent o

f the

cal

ibra

tion

gas

conc

entra

tion

Mea

sure

men

t of t

he ta

rget

gas

con

cent

ratio

n G

as d

etec

tor i

s in

war

m-u

p ph

ase

Impo

ssib

le

Dat

e an

d tim

e in

corre

ct

Cal

ibra

tion

not O

K

Not

in c

alib

ratio

n m

ode

4042

3 P

ER

FOR

M_C

ALI

BR

ATIO

N.S

TATU

S

Uns

igne

d8

D

/ R

W

1

0x00

0x

02

0x03

0x

04

0x05

0x

06

0x07

0x

0A

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Th

is c

omm

and

is s

ent i

f the

cal

ibra

tion

para

met

ers

have

to b

e re

calc

ulat

ed. T

he re

calc

ulat

ion

is

trigg

ered

with

a w

rite

proc

ess

cont

aini

ng th

e da

ta c

onte

nt 0

xFFF

F. T

he s

tatu

s ca

n th

en b

e an

alyz

ed

with

the

para

met

ers

liste

d be

low

. Th

e fo

llow

ing

resp

onse

s ar

e po

ssib

le:

Zero

adj

ustm

ent p

ossi

ble

Mea

sure

men

t of t

he c

alib

ratio

n ga

s co

ncen

tratio

n M

easu

rem

ent o

f the

targ

et g

as c

once

ntra

tion

Gas

det

ecto

r is

in w

arm

-up

phas

e C

alib

ratio

n no

t pos

sibl

e D

ate

and

time

inco

rrect

C

alib

ratio

n no

t OK

N

ot in

cal

ibra

tion

mod

e

Page 51: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

12

See

als

o S

TATU

S_C

ALI

BR

ATI

ON

PE

RFO

RM

_CA

LIB

RAT

ION

.RE

ST_S

PAN

U

nsig

ned8

0x

00..0

xFF

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

R

est s

pan

afte

r cal

ibra

tion

in %

40

424

LAS

T_C

ALI

BR

ATI

ON

_DA

TE. S

ECO

ND

S

Uns

igne

d16

D /

RO

4

0.

.600

00

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Last

dat

e of

a s

ucce

ssfu

l cal

ibra

tion.

Con

sist

s of

the

follo

win

g su

b-pa

ram

eter

s.

Spe

cific

atio

n of

the

seco

nds

in m

s.

E.g

., tim

e: 1

8:04

:310

00 o

'clo

ck

LAS

T_C

ALI

BR

ATI

ON

_DA

TE. M

INU

TES

U

nsig

ned8

0..6

0 S

peci

ficat

ion

of th

e m

inut

es.

E.g

., tim

e: 1

8:04

:310

00 o

'clo

ck

LAS

T_C

ALI

BR

ATI

ON

_DA

TE. H

OU

RS

U

nsig

ned8

0..2

4 S

peci

ficat

ion

of th

e ho

urs.

E

.g.,

time:

18:

04:3

1000

o'c

lock

LA

ST_

CA

LIB

RA

TIO

N_D

ATE

. DAY

U

nsig

ned8

0..3

1 S

peci

ficat

ion

of th

e da

y.

E.g

., da

te: 2

015-

01-1

5 LA

ST_

CA

LIB

RA

TIO

N_D

ATE

. MO

NTH

U

nsig

ned8

1..1

2 S

peci

ficat

ion

of th

e m

onth

. E

.g.,

date

: 201

5-01

-15

LAS

T_C

ALI

BR

ATI

ON

_DA

TE. Y

EAR

U

nsig

ned1

6

0..9

9 S

peci

ficat

ion

of th

e ye

ar.

E.g

., da

te: 2

015-

01-1

5 40

428

LAS

T_C

ALI

BR

ATI

ON

_GAS

_NA

ME

V

isib

leSt

ring

11 b

ytes

D

/ R

O

6

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Nam

e of

the

calib

ratio

n ga

s us

ed fo

r the

last

cal

ibra

tion.

40

434

LAS

T_C

ALI

BR

ATI

ON

_GAS

_UN

IT

Vis

ible

Strin

g 6

byte

s D

/ R

O

3

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Uni

t of t

he c

alib

ratio

n ga

s us

ed fo

r the

last

cal

ibra

tion.

40

437

LAS

T_C

ALI

BR

ATI

ON

_GAS

_CO

NC

EN

TRA

TIO

N

Floa

t D

/ R

O

2

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Cal

ibra

tion

gas

conc

entra

tion

used

for t

he la

st c

alib

ratio

n.

4043

9 LA

ST_

CA

LIB

RA

TIO

N_G

AS_M

EAS

_VA

LUE

Fl

oat

D /

RO

2

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T M

easu

red

valu

e be

fore

the

last

cal

ibra

tion.

40

441

NE

XT_C

ALI

BR

ATI

ON

_DA

TE.S

ECO

ND

S

Uns

igne

d16

D /

RO

4

0.

.600

00

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Dat

e of

the

next

cal

ibra

tion

Dat

e of

the

next

cal

ibra

tion.

Con

sist

s of

the

follo

win

g su

b-pa

ram

eter

s.

Spe

cific

atio

n of

the

seco

nds

in m

s.

E.g

., tim

e: 1

8:04

:310

00 o

'clo

ck

NE

XT_C

ALI

BR

ATI

ON

_DA

TE.M

INU

TES

U

nsig

ned8

0..6

0 S

peci

ficat

ion

of th

e m

inut

es.

E.g

., tim

e: 1

8:04

:310

00 o

'clo

ck

NE

XT_C

ALI

BR

ATI

ON

_DA

TE.H

OU

RS

U

nsig

ned8

0..2

4 S

peci

ficat

ion

of th

e ho

urs.

E

.g.,

time:

18:

04:3

1000

o'c

lock

N

EXT

_CA

LIB

RA

TIO

N_D

ATE

.DAY

Uns

igne

d8

0.

.31

Spe

cific

atio

n of

the

day.

E

.g.,

date

: 201

5-01

-15

NE

XT_C

ALI

BR

ATI

ON

_DA

TE.M

ON

TH

Uns

igne

d8

1.

.12

Spe

cific

atio

n of

the

mon

th.

E.g

., da

te: 2

015-

01-1

5 N

EXT

_CA

LIB

RA

TIO

N_D

ATE

.YEA

R

Uns

igne

d16

0.

.99

Spe

cific

atio

n of

the

year

. E

.g.,

date

: 201

5-01

-15

4044

5 C

ALI

BR

ATI

ON

_IN

TER

VA

L U

nsig

ned1

6 D

/ R

W

1 1

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Cal

ibra

tion

inte

rval

in d

ays

Val

ue o

f MA

X_C

ALI

BR

ATI

ON

_IN

TER

VAL

4044

6 M

AX_

CA

LIB

RA

TIO

N_I

NTE

RVA

L U

nsig

ned1

6 D

/ R

O

1

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Page 52: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

13

1 M

axim

um c

alib

ratio

n in

terv

al

4044

7 C

AL_

GA

S_L

OW

ER_E

XPLO

SIO

N_L

EV

EL

Floa

t D

/ R

O

2

0.0

Val

id fo

r sen

sor v

aria

nt: E

C, I

R

Low

er e

xplo

sive

lim

it of

the

gas

in V

ol%

. 40

449

CA

LIB

RA

TIO

N_A

UTO

MA

TIC

_ON

_OFF

U

nsig

ned8

D

/ R

W

1

0x00

0x

01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Aut

o-ca

libra

tion

men

u fu

nctio

n is

ava

ilabl

e.

Inac

tive

activ

e 40

450

RE

AD

_CA

LIB

RAT

ION

_CO

NC

EN

TRA

TIO

N

Floa

t D

/ R

O

2

0.0

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Cal

ibra

tion

gas

conc

entra

tion.

40

452

CA

L_A

LLO

WE

D_U

NIT

S

Uns

igne

d8

D /

RO

1

0 V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T A

llow

ed u

nits

for c

alib

ratio

n.

4045

3 C

AL_

GAS

_LO

WER

_LE

L_LI

MIT

Fl

oat

D /

RO

2

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T Lo

wes

t val

ue th

at c

an b

e se

t for

the

low

er e

xplo

sive

lim

it in

Vol

% o

f the

cal

ibra

tion

gas.

40

455

CA

L_G

AS_U

PPE

R_L

EL_

LIM

IT

Floa

t D

/ R

O

2

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Hig

hest

val

ue th

at c

an b

e se

t for

the

low

er e

xplo

sive

lim

it in

Vol

% o

f the

cal

ibra

tion

gas.

M

easu

red

valu

e (re

gist

ers

4050

1 –

4053

3)

Reg

iste

r P

aram

eter

D

ata

type

M

emor

y/

acce

ss

Siz

e V

alue

rang

e (d

efau

lt va

lue)

D

escr

iptio

n

4050

1 C

AP

TUR

E_O

FFS

ET

Floa

t D

/ R

W

2 -

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Offs

et o

f the

cap

ture

rang

e 40

503

CA

PTU

RE

_LO

W

Floa

t D

/ R

W

2 -

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Low

er li

mit

of th

e ca

ptur

e ra

nge.

40

505

CA

PTU

RE

_HIG

H

Floa

t D

/ R

W

2 -

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Upp

er li

mit

of th

e ca

ptur

e ra

nge.

40

507

ME

AS

UR

EM

EN

T_M

OD

E.VA

LUE

Fl

oat

D /

RO

2

0 V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T C

onta

ins

the

curre

ntly

mea

sure

d ga

s co

ncen

tratio

n.

4050

9 M

EA

SU

RE

ME

NT_

MO

DE.

DE

CIM

AL_

AD

JUS

T U

nsig

ned8

1

0x

00

0x01

0x

02

0x03

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Num

ber o

f dec

imal

pla

ces

for t

he ta

rget

gas

con

cent

ratio

n on

the

disp

lay

Dis

play

: 1

Dis

play

: 1.

1 D

ispl

ay:

1.12

D

ispl

ay:

1.12

3 M

EA

SU

RE

ME

NT_

MO

DE.

ALA

RM

_CO

ND

ITIO

N

Uns

igne

d8

0x

01

0x02

0x

04

0x08

0x

10

0x20

0x

40

0x80

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s in

form

atio

n w

heth

er th

e A

1 or

A2

alar

m is

act

ivat

ed a

nd w

heth

er th

e cu

rrent

mea

sure

d va

lue

is a

bove

or b

elow

the

alar

m c

ondi

tion.

A

larm

1 tr

igge

red

Ala

rm 2

trig

gere

d E

rror t

rigge

red

Not

use

d A

1 al

arm

con

ditio

n ex

ists

A

2 al

arm

con

ditio

n ex

ists

R

eser

ved

- 40

510

SE

CO

ND

AR

Y_V

ALU

E Fl

oat

D /

RO

2

0.0

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Page 53: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

14

Sec

ond

mea

sure

d va

lue

– te

mpe

ratu

re in

the

trans

mitt

er.

4051

2 S

EC

ON

DA

RY

_VA

LUE

_UN

IT

Uns

igne

d8

S /

RO

1

10

01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Mea

surin

g un

it of

the

"SE

CO

ND

ARY

_VA

LUE

". D

egre

es C

elsi

us

4051

3 C

ATE

GO

RY

Uns

igne

d8

D /

RW

1

- V

alid

for s

enso

r var

iant

: IR

In

dex

of th

e se

t cat

egor

y fo

r P87

X0.

4051

4 N

UM

BE

R_C

ATE

GO

RIE

S U

nsig

ned8

D

/ R

O

1

0x00

V

alid

for s

enso

r var

iant

: IR

N

umbe

r of c

ateg

orie

s th

at c

an b

e se

t for

P87

X0.

4051

5 N

AM

E_C

ATE

GO

RY

_5

Stri

ng

(5 b

ytes

) D

/ R

O

3

" "

V

alid

for s

enso

r var

iant

: IR

N

ame

of th

e ca

tego

ry w

ith th

e in

dex

5.

4051

8 N

AM

E_C

ATE

GO

RY

_6

Stri

ng

(5 b

ytes

) D

/ R

O

3

" "

V

alid

for s

enso

r var

iant

: IR

N

ame

of th

e ca

tego

ry w

ith th

e in

dex

6.

4052

1 N

AM

E_C

ATE

GO

RY

_7

Stri

ng

(5 b

ytes

) D

/ R

O

3

" "

V

alid

for s

enso

r var

iant

: IR

N

ame

of th

e ca

tego

ry w

ith th

e in

dex

7.

4052

4 N

AM

E_C

ATE

GO

RY

_8

Stri

ng

(5 b

ytes

) D

/ R

O

3

" "

V

alid

for s

enso

r var

iant

: IR

N

ame

of th

e ca

tego

ry w

ith th

e in

dex

8.

4052

7 N

AM

E_C

ATE

GO

RY

_9

Stri

ng

(5 b

ytes

) D

/ R

O

3

" "

V

alid

for s

enso

r var

iant

: IR

N

ame

of th

e ca

tego

ry w

ith th

e in

dex

9.

4053

0 N

AM

E_C

ATE

GO

RY

_10

Stri

ng

(5 b

ytes

) D

/ R

O

3

" "

V

alid

for s

enso

r var

iant

: IR

N

ame

of th

e ca

tego

ry w

ith th

e in

dex

10.

4053

3 N

AM

E_C

ATE

GO

RY

_11

Stri

ng

(5 b

ytes

) D

/ R

O

3

" "

V

alid

for s

enso

r var

iant

: IR

N

ame

of th

e ca

tego

ry w

ith th

e in

dex

11.

Dat

a lo

gger

(reg

iste

rs 4

0601

– 4

0607

)

Reg

iste

r P

aram

eter

D

ata

type

M

emor

y/

acce

ss

Siz

e V

alue

rang

e (d

efau

lt va

lue)

D

escr

iptio

n

4060

1 D

ATA

_LO

GG

ER

_MO

DU

LE

Uns

igne

d8

D /

RO

1

0x

00

0x

01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

The

data

logg

er m

odul

e is

not

incl

uded

in th

e ga

s de

tect

or. T

he fu

nctio

n ca

n be

ena

bled

with

a d

ata

logg

er d

ongl

e.

The

data

logg

er m

odul

e is

incl

uded

in th

e ga

s de

tect

or a

nd c

an b

e us

ed.

4060

2 D

ATA

_LO

GG

ER

. BU

FFE

R_M

OD

E U

nsig

ned8

D /

RW

4

0x

00

0x01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s in

form

atio

n w

heth

er th

e da

ta lo

gger

mem

ory

is c

onfig

ured

as

a st

ack

or a

s a

circ

ular

bu

ffer.

M

emor

y of

the

data

logg

er is

con

figur

ed a

s a

stac

k. (L

imite

d st

orag

e of

mea

sure

d va

lues

!) M

emor

y of

the

data

logg

er is

con

figur

ed a

s a

circ

ular

buf

fer.

(Cau

tion:

old

er m

easu

red

valu

es m

ay

be o

verw

ritte

n.)

DA

TA_L

OG

GE

R.A

CTI

VE

Uns

igne

d8

0x

00

0x01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

The

data

logg

er is

cur

rent

ly n

ot a

ctiv

e an

d do

es n

ot s

ave

mea

sure

d va

lues

. To

deac

tivat

e th

e da

ta

logg

er, w

rite

the

valu

e 0x

00 in

to th

e pa

ram

eter

. Th

e da

ta lo

gger

is a

ctiv

e or

can

be

activ

ated

usi

ng th

is p

aram

eter

. D

ATA

_LO

GG

ER

.SA

MP

LE_T

IME

U

nsig

ned1

6

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T C

onta

ins

the

curre

ntly

set

sam

plin

g tim

e in

sec

onds

, e.

g., 1

s, 6

00 s

D

ATA

_LO

GG

ER

.TR

IGG

ER

_TH

RE

SH

OLD

U

nsig

ned1

6

0..2

00

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Par

amet

er d

efin

es th

e tri

gger

thre

shol

d fo

r sav

ing

mea

sure

d va

lues

in th

e da

ta lo

gger

.

Page 54: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

15

The

func

tion

is a

ctiv

ated

usi

ng th

e D

ATA

_LO

GG

ER.T

RIG

GE

R_C

ON

FIG

par

amet

er.

The

trigg

er th

resh

old

is c

alcu

late

d as

a p

erce

ntag

e of

the

set m

easu

ring

rang

e.

Trig

ger t

hres

hold

in %

of t

he s

et m

easu

ring

rang

e =D

ATA

_LO

GG

ER

.TR

IGG

ER

_TH

RE

SH

OLD

*0.5

%

DA

TA_L

OG

GE

R.E

VALU

ATE

_MO

DE

U

nsig

ned8

0x

00

0x

01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

The

peak

val

ue w

ithin

the

set s

ampl

ing

time

(par

amet

er: D

ATA

_LO

GG

ER.S

AM

PLE

_TIM

E) i

s sa

ved

in th

e da

ta lo

gger

. Th

e av

erag

e va

lue

with

in th

e se

t sam

plin

g tim

e (p

aram

eter

: DA

TA_L

OG

GER

.SA

MP

LE_T

IME

) is

save

d in

the

data

logg

er.

DA

TA_L

OG

GE

R. T

RIG

GE

R_C

ON

FIG

U

nsig

ned8

0x00

0x01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

The

data

logg

er s

aves

mea

sure

d va

lues

irre

spec

tive

of th

e va

lue

of th

e D

ATA

_LO

GG

ER

.TR

IGG

ER

_TH

RE

SH

OLD

par

amet

er.

The

data

logg

er o

nly

save

s m

easu

red

valu

es th

at a

re a

bove

val

ue o

f the

D

ATA

_LO

GG

ER

.TR

IGG

ER

_TH

RE

SH

OLD

par

amet

er.

4060

6 D

ATA

_LO

GG

ER

_PLA

USI

BILI

TY

Uns

igne

d8

D /

RO

1

0x

00

0x01

0x

02

0x04

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s in

form

atio

n on

the

prev

ious

con

figur

atio

n of

the

data

logg

er.

No

erro

r. Th

e se

lect

ed tr

igge

r thr

esho

ld in

the

DA

TA_L

OG

GE

R.T

RIG

GE

R_T

RE

SH

OLD

par

amet

er is

too

high

. Th

e sa

mpl

ing

time

of th

e D

ATA

_LO

GG

ER

.SA

MP

LE_T

IME

para

met

er is

too

shor

t.

The

sam

plin

g tim

e of

the

DA

TA_L

OG

GE

R.S

AM

PLE

_TIM

E pa

ram

eter

is to

o lo

ng.

4060

7 D

ATA

_EVE

NT_

LOG

GE

R_C

LEA

R

Uns

igne

d8

D /

RW

1

0x

00

0x01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

A te

legr

am w

ith th

e va

lue

0x00

will

del

ete

the

data

logg

er.

A te

legr

am w

ith th

e va

lue

0x01

will

del

ete

the

even

t log

ger.

Lang

uage

(reg

iste

rs 4

0651

– 4

0662

)

Reg

iste

r P

aram

eter

D

ata

type

M

emor

y/

acce

ss

Siz

e V

alue

rang

e (d

efau

lt va

lue)

D

escr

iptio

n

4065

1 LA

NG

UA

GE

_IN

DE

X U

nsig

ned8

D

/ R

W

1

0x00

0x

01

0x02

0x

03

0x04

0x

05

0x06

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s th

e in

dex

of th

e se

t dis

play

lang

uage

. Th

e pa

ram

eter

can

be

mod

ified

with

in a

val

ue ra

nge

from

0 to

0x0

6 us

ing

a w

rite

proc

ess

to s

et th

e re

spec

tive

lang

uage

. G

ER

MA

N

EN

GLI

SH

S

PAN

ISH

FR

EN

CH

R

US

SIA

N

CH

INE

SE

US

ER

40

652

Inte

rnal

reso

urce

S

tring

9

byte

s D

5

In

tern

al re

sour

ce –

do

not w

rite

into

4065

7 LA

NG

UA

GE

_STA

TUS

Bit

field

(7-b

it)

D /

RO

1

0x

00

0x01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Ava

ilabl

e la

ngua

ges

Lang

uage

0 is

val

id

Page 55: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

16

0x02

0x

04

0x08

0x

10

0x20

0x

40

Lang

uage

1 is

val

id

Lang

uage

2 is

val

id

Lang

uage

3 is

val

id

Lang

uage

4 is

val

id

Lang

uage

5 is

val

id

Lang

uage

6 is

val

id

4065

8 LC

D_F

UN

CTI

ON

_KEY

U

nsig

ned8

D

/ R

W

1

0x00

0x

01

0x02

0x

03

0x04

0x

05

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Func

tion

key

assi

gnm

ent

FCT_

KEY

_OFF

FC

T_K

EY_G

RAP

H

FCT_

KEY

_FA

ULT

FC

T_K

EY_N

OTI

CE

FC

T_K

EY_F

AU

LT_C

OD

ES

FCT_

KEY

_VIT

ALI

TY

4065

9 LC

D_F

UN

CTI

ON

_KEY

_STA

TUS

.SE

LEC

TIO

N

Uns

igne

d8

D /

RO

1

0x

00

0x01

0x

02

0x03

0x

04

0x05

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Ret

urns

the

curre

nt a

ssig

nmen

t of t

he fu

nctio

n ke

ys.

FCT_

KEY

_OFF

FC

T_K

EY_G

RAP

H

FCT_

KEY

_FA

ULT

FC

T_K

EY_N

OTI

CE

FC

T_K

EY_F

AU

LT_C

OD

ES

FCT_

KEY

_VIT

ALI

TY

LCD

_FU

NC

TIO

N_K

EY_S

TATU

S_E

RR

OR

_CO

DE

U

nsig

ned8

0x

00

0x01

0x02

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s th

e st

atus

for t

he fu

nctio

n ke

y as

sign

men

t. Th

e fo

llow

ing

info

rmat

ion

is p

ossi

ble:

N

o er

ror.

Func

tion

not s

uppo

rted.

Th

e ke

y as

sign

men

t may

refe

r to

sens

or-s

peci

fic fu

nctio

ns th

at a

re n

ot s

uppo

rted

by th

e cu

rrent

se

nsor

. E

.g.,

info

rmat

ion

on th

e se

nsiti

vity

is o

nly

avai

labl

e fo

r the

EC

sen

sor.

40

660

LCD

_CO

NTR

AS

T_VA

LUE

Uns

igne

d8

D /

RW

1

0 0.

.128

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Val

ue ra

nge

for t

he d

ispl

ay c

ontra

st.

4066

1 LC

D_M

OD

E

Uns

igne

d8

D /

RW

1

0x

00

0x01

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Dis

play

set

tings

. N

on D

ispl

ay

Def

ault

4066

2 D

ISP

LAY

_CO

NTR

AST

_ALL

OW

ED_L

IMIT

S.M

IN

Uns

igne

d 8

D /

RO

1

0x00

0.

.128

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T C

onta

ins

the

min

imum

val

ue fo

r the

LC

D_C

ON

TRA

ST_

VA

LUE

par

amet

er

DIS

PLA

Y_C

ON

TRA

ST_A

LLO

WED

_LIM

ITS

.MA

X U

nsig

ned

8 0x

00

0..1

28

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Con

tain

s th

e m

axim

um v

alue

for t

he L

CD

_CO

NTR

AS

T_V

ALU

E pa

ram

eter

Page 56: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

A

nnex

1 –

Dev

ice-

spec

ific

func

tiona

l blo

cks

17

Pas

swor

d (r

egis

ters

407

01 –

407

09)

Reg

iste

r P

aram

eter

D

ata

type

M

emor

y/

acce

ss

Siz

e V

alue

rang

e (d

efau

lt va

lue)

D

escr

iptio

n

4070

1 D

ISP

LAY

_CO

NTR

AST

_ALL

OW

ED_L

IMIT

S.M

IN

Uns

igne

d 8

D /

RO

1

0x00

0.

.128

V

alid

for s

enso

r var

iant

: EC

, IR

, CA

T C

onta

ins

the

min

imum

val

ue fo

r the

LC

D_C

ON

TRA

ST_

VA

LUE

par

amet

er

4070

5 S

ET_

CA

L_PA

SSW

OR

D

Vis

ible

Stri

ng

(4 b

ytes

) V

isib

le S

tring

(4

byt

es)

D /

W

4 0x

0000

3 0.

.9

A..Z

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Set

the

pass

wor

d fo

r cal

ibra

tion.

0

.. 3

old

pass

wor

d 4

.. 7

new

pas

swor

d 40

709

PAS

SWO

RD

_STA

TUS

Uns

igne

d8

Uns

igne

d8

D /

RO

1

0 ≠0

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Pas

swor

d ha

s be

en c

hang

ed.

Succ

essf

ully

cha

nged

N

ot c

hang

ed

Dev

ice

& s

enso

r (re

gist

ers

4075

1 –

4075

3)

Reg

iste

r P

aram

eter

D

ata

type

M

emor

y/

acce

ss

Siz

e V

alue

rang

e (d

efau

lt va

lue)

D

escr

iptio

n

4075

1 D

EV

ICE

_IN

IT

Uns

igne

d8

D /

RW

1

0x

00

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Res

et th

e se

nsor

and

dev

ice

conf

igur

atio

n to

fact

ory

setti

ng.

4075

2 S

EN

SOR

_IN

IT

Uns

igne

d8

D /

RW

1

0x

00

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Res

et th

e se

nsor

con

figur

atio

n to

fact

ory

setti

ng.

4075

3 D

ON

GLE

_DE

AC

TIVA

TIO

N

Uns

igne

d8

D /

RW

1

0x

00

Val

id fo

r sen

sor v

aria

nt: E

C, I

R, C

AT

Ack

now

ledg

men

t of t

he d

ongl

e de

activ

atio

n.

Page 57: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology
Page 58: Technical Manual Digital Communication - Modbus RTU...Technical Manual | Digital Communication - Modbus RTU 7 Basic principles of the Modbus technology 2.2.2 Transmission technology

Á9033781VÈ

Manufacturer

Dräger Safety AG & Co. KGaARevalstraße 1D-23560 LübeckGermany+49 451 8 82-0

FAX +49 451 8 82-2080http://www.draeger.com

9033781 – IfU 4683.800 en© Dräger Safety AG & Co. KGaAEdition: 02 – 2019-01(Edition: 1 – 2016-06)Subject to alteration