KROHNE IFC-100 User Manual

Page 1
Supplementary instructions
Supplementary instructions
IFC 100
IFC 100
IFC 100IFC 100
Signal converter for electromagnetic flowmeters
Description of Modbus interface
Description of Modbus interface
Description of Modbus interfaceDescription of Modbus interface
Electronic Revision: ER 3.0.xx Modbus version: 1.0.xx
© KROHNE 08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
Page 2
CONTENTS
IFC 100
1 Important information 3
2 Technical data 4
2.1 General technical data .....................................................................................................4
2.2 Technical data of the Modbus interface (acc. to EIA standards) ..................................... 4
3 Connection in bus systems 5
4 Local configuration 6
5 Electrical connection 7
6 Modbus protocol 8
6.1 General information concerning the protocol ................................................................. 8
6.2 RTU frame format............................................................................................................. 8
6.3 Addressing........................................................................................................................ 9
6.4 Overview of supported functions...................................................................................... 9
6.5 Device identification on the Modbus interface............................................................... 10
6.6 Coil registers .................................................................................................................. 10
6.6.1 Converter controls ................................................................................................................ 10
6.6.2 Counter controls ................................................................................................................... 11
6.6.3 Start calibration functions .................................................................................................... 11
6.7 Input registers ................................................................................................................ 12
6.8 Holding registers............................................................................................................ 13
6.8.1 Counter parameters ............................................................................................................. 13
6.8.2 Process input filter and self test parameters ...................................................................... 14
6.8.3 Modbus parameters.............................................................................................................. 16
6.9 Diagnostics ..................................................................................................................... 16
6.10 Calibration procedures................................................................................................. 17
6.10.1 Zero Flow Calibration.......................................................................................................... 17
6.10.2 Coil Temperature Calibration ............................................................................................. 18
6.10.3 Conductivity Calibration...................................................................................................... 19
2
www.krohne.com 08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
Page 3
IFC 100
IMPORTANT INFORMATION 1
The flow converter with the RS485 interface card fitted, is able to communicate with an external device (PC or other suitable computer system) using the Modbus protocol. This option allows data exchange between PC or computer and single or multiple devices.
The bus configuration consists of one external device as a master and one or more converters as slaves. For bus operation the device address (menu C5.8.1), baudrate (menu C5.8.2) and settings (menu C5.8.3, C5.8.4, C5.8.5 & C5.8.6) must be set in the converter.
All devices connected to the bus, must have different unique addresses but the same baud rate and settings.
www.krohne.com08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
3
Page 4
2 TECHNICAL DATA
2.1 General technical data
Interface RS485, galvanically isolated
Baud rate 1200, 2400, 3600, 4800, 9600, 19200, 38400, 57600 or 115200
Protocol Modbus RTU (available as a separate document on request)
Maximum participants on bus 32 per line, master included (may be extended by repeaters)
Coding NRZ bit coding
Address range Modbus: 1...247
Transmission procedure Half duplex, asynchronous
Bus access Master / slave
Cable Shielded twisted pair for RS 485 applications
Distances Maximum 1.2 km / 3937 ft without repeater (dependant on
baud rate and cable specifications)
2.2 Technical data of the Modbus interface (acc. to EIA standards)
Kind of signal transmission Differential, 2-wire topology
Maximum number of transmitter/receivers
Voltage range on converter input -7...+12 V
Maximum voltage on converter output 5V
Minimum voltage on driver output, max. load
Maximum input current (off state) -20...+20 μA
Receiver input voltage -7...+12 V
Sensitivity of the receiver -200...+200 mV
Receiver input resistance >12kΩ
Short circuit current < 250 mA
Termination / polarization resistors (refer to chapter "Electrical connection")
32
U
>1.5V
diff
120 Ω / 560 Ω
IFC 100
4
www.krohne.com 08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
Page 5
IFC 100
CONNECTION IN BUS SYSTEMS 3
For proper operation of Modbus in half duplex mode in single or multi-drop communication, it is recommended that a termination resistor is applied to both ends of the data line. The simplest form of termination is line-to-line resistor across the differential input.
In RTU mode the Modus protocol requires quiet periods on the communications bus for synchronisation. It is therefore important that the Modbus is not allowed to "float", i.e. unreferenced to 0 V, as this could lead to spurious signals due to noise pick-up. It is therefore necessary to employ biasing resistors at one point on the bus network, normally the "end".
www.krohne.com08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
5
Page 6
4 LOCAL CONFIGURATION
IFC 100
Converter Fct.
Display Description and settings
No.
C5.8.1 Slave Address Selects the Modbus address of the device.
C5.8.2 Baud Rate Selects the baud rate of the device.
C5.8.3 Parity Selects the parity.
C5.8.4 Data Format Selects the data format.
C5.8.5 Transmission Delay Selects the delay between receiving the last byte of a request and
C5.8.6 Stop Bits Selects the number of stop bits.
C5.8.7 Information Displays information about the device.
Range: 1..247 (default = 1)
Options: 1200 / 2400 / 3600 / 4800 / 9600 / 19200 (default) / 38400 / 57600 / 115200
Options: Even (default) / Odd / No
Options: Big Endian (default) / Little Endian
sending the first byte of the response. Range: 0..40ms (default = 0ms)
Options: 1 (default) / 2
6
www.krohne.com 08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
Page 7
IFC 100
ELECTRICAL CONNECTION 5
Refer to the standard handbook of the converter for connection details.
Modbus connections
Terminals Description
B- Signal B (D 1)
B Signal A (D 0)
C- Common 0 V
C 3.3 V; 560 Ω
D- Pulse output -
D Pulse output +
Example for bus termination
R1: 120 Ω R2: 560 Ω
www.krohne.com08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
7
Page 8
6 MODBUS PROTOCOL
6.1 General information concerning the protocol
Using RTU (Remote Terminal Unit) format, data is transmitted as 8 bit binary characters. There are no special characters to determine the start and end of a message frame.
Synchronisation is achieved by a minimum silent period of at least 3.5 character times before the start of each frame transmission and a maximum silent period of 1.5 character times between characters in the same frame.
6.2 RTU frame format
The format of the query and response frames vary slightly depending upon the command function. The basic form is outlined below.
Command function Frame format Description
IFC 100
Silent period 3.5 x T All transmissions must be preceded by a minimum silent
Slave address 8bits This is a single byte slave address which is transmitted
Function code 8bits This is an eight bit code in the range of 1...255 although
Register start address or byte count when required
Number of points or data bytes when required
8 bit byte count 16 bit address
n×8bits Number of points:
period of 3.5 x T, where T is the transmission time of a single character. This can be calculated from the baud rate, e.g. at 19.2 kb no parity with 1 stop bit (10 bits), T=520µs.
first and must be in the range of 1...247. Address 0 is reserved for a broadcast address which all slaves should recognise, and therefore requires no response.
only 126 functions exist as the codes 129...255 represent an error condition. An error condition occurs when the addressed slave does not accept the command, in which case it responds with the function code + 128, i.e. with its MSB set to 1.
Register start address:
Register start address: for a query command that requires
Register start address:Register start address: data to be returned, this field will contain the 16 bit start address of the register (or data) to be returned. Note that the signal converter uses protocol addresses. Therefore the register address listed is the actual number required in the Modbus command.
E.g:
E.g: to access input register 30006, the register start
E.g:E.g: address is 30006dec = 7536hex.
Byte count:
Byte count: In general this is only present in frames that
Byte count:Byte count: are transferring data, and has a value equal to the number of bytes contained in the data field. The data field is limited to a maximum of 250 bytes.
Number of points: for a query command that requires data
Number of points:Number of points: to be returned, this field will contain the number of registers to be returned regardless of their bit size.
Data bytes:
Data bytes: contains the data requested. The signal
Data bytes:Data bytes: converter can use Big Endian format (MSB first) or Little Endian format (LSB first).
CRC 16 bits This field contains a 16 bit CRC which is calculated on all
8
www.krohne.com 08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
the data bits of the message bytes.
Page 9
IFC 100
6.3 Addressing
In the following tables the Modbus protocol addresses / data addresses are listed.
Some systems cannot use addresses above 9999. For these systems there is the possibility to use the listed addresses but
for Input Registers omit the leading 3 of 3xxxx;
for Holding Registers omit the leading 4 of 4xxxx;
for Input Registers replace the leading 20 of 20xxx by 9xxx.
MODBUS PROTOCOL 6
Sometimes register numbers are asked for. The register numbers
register numbers can be calculated by adding a
register numbersregister numbers
1 to the protocol address and using a prefix according to the block:
prefix 1 for coils
prefix 3 for Input Registers
prefix 4 for Holding Registers
6.4 Overview of supported functions
The following table shows Modbus functions supported by RS485 interface.
Function code Name Access to
hex dec
01 01 Read Single Coil Status of calibration functions, counter
03 03 Read Holding Register Acyclic Registers
04 04 Read Input Register Cyclic Register
05 05 Write Single Coil Cold start, warm start, error reset, start
08 08 Diagnostics -
10 16 Write Multiple Register Acyclic Registers
2B 43 Encapsulated Interface Transport Transparent Channel, Read Device
status (start/stop)
Signal converter configuration parameter
Measurement values, status values and calibration results
calibration function, start/stop counter
Signal converter configuration parameter
Identification
www.krohne.com08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
9
Page 10
6 MODBUS PROTOCOL
IFC 100
6.5 Device identification on the Modbus interface
The device identification is according to the category "Regular" according to the Modbus Application Protocol Specification V1.1a. Function code 43 / 14 (0x2B / 0x0E).
Modbus object Id Object name / Description Type Content
0x00 VendorName 16 byte ASCII String KROHNE
0x01 ProductCode 10 byte ASCII String CG number; order code for the
0x02 MajorMinorRevision 7 byte ASCII String V1.0.xx
0x03 Vendor URL 32 byte ASCII String www.krohne.com
0x04 ProductName 16 byte ASCII String IFC100
0x05 ModelName 16 byte ASCII String Modbus
0x06 UserApplicationName 16 byte ASCII String User tag, displayed on the
converter assembly
header of the local screen
6.6 Coil registers
These function codes are used for access:
0x01 = read input coil
0x05 = write single coil
6.6.1 Converter controls
Coil address Function
1000 Write 1 generates a cold start, write 0 is ignored
1001 Write 1 generates a warm start, write 0 is ignored
1002 Write 1 generates an error reset, write 0 is ignored
10
www.krohne.com 08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
Page 11
IFC 100
6.6.2 Counter controls
MODBUS PROTOCOL 6
Modbus protocol
Description Settings Converter Fct. No.
address
3000 Start / Stop
Counter 1
3001 Start / Stop
Counter 2
3002 no function
3003 Reset Counter 1 Write 1 reset counter C3.1.6
3004 Reset Counter 2 Write 1 reset counter C3.2.6
3005 no function
Write 1 start counter C3.1.8 / C3.1.9
Write 0 stop counter
Read 1 counter is running
Read 0 counter is stopped
Write 1 start counter C3.2.8 / C3.2.9
Write 0 stop counter
Read 1 counter is running
Read 0 counter is stopped
Write 0 -
Read 0 -
Write 0 -
Read 0 -
6.6.3 Start calibration functions
Modbus protocol
Description Settings Converter Fct. No.
address
2000 Zero Calibration Write 1 start function C1.1.1
Write 0 -
Read 0 -
2001 Coil Temperature
Calibration
2002 Electrode Factor
Calibration
Write 1 start function C1.1.8
Write 0 -
Read 0 -
Write 1 start function C1.1.11
Write 0 -
Read 0 -
www.krohne.com08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
11
Page 12
6 MODBUS PROTOCOL
6.7 Input registers
All input registers in the Modbus protocol address range from 30000 to 38998 are mapped into the range 0 to 8998. All input registers in the Modbus protocol address range from 20000 to 20998 are mapped into the range 9000 to 9998. This is done to give systems with restriction on the address range access to the device.
Measurement and status values are read only and can be accessed as Modbus "Input Registers". Cyclic GDC objects are mapped to Modbus Registers.
Function code is 04 (0x04).
IFC 100
Modbus protocol
Description and settings Type Number of registers
address
1st 2nd
30000 0 flow speed
30002 2
30004 4 mass flow
30006 6 coil temperature
30008 8 conductivity
30010 10 diagnosis value
30012 12 Display Channel 1
30014 14 Display Channel 2
30016 16 Operating time
30018 18 Not used, returns zero float 2
30020 20
30024 24
30028 28 Not used, returns zero double float 4
30032 32 long status sensor
30034 34 long status device
flow speed [m/s] float 2
flow speedflow speed
volume flow
volume flow [m3/s]
volume flowvolume flow
mass flow [kg/s] float 2
mass flowmass flow
coil temperature [K] float 2
coil temperaturecoil temperature
conductivity [S/m]
conductivityconductivity This value may not be measured. Depending on register (4)2003. 0 = off (not measured) 1 = conductivity [S/m] 2 = cond. + empty pipe (S) [S/m] 3 = cond. + empty pipe (F) [S/m] 4 = cond. + empty pipe (I) [S/m]
diagnosis value
diagnosis valuediagnosis value This value may not be measured. Depending on register (4)2011. 25 = off (not measured) 31 = electrode noise [m/s] 8 = terminal 2 DC [Volt] 9 = terminal 3 DC [Volt]
Display Channel 1
Display Channel 1Display Channel 1 Represents the value on the first line of the first measurement screen in SI units
Display Channel 2
Display Channel 2Display Channel 2 Represents the value on the first line of the second measurement screen in SI units
Operating time [s] float 2
Operating timeOperating time
Counter 1
Counter 1 [m3] or [kg]
Counter 1Counter 1
Counter 2
Counter 2 [m3] or [kg]
Counter 2Counter 2
long status sensor byte [4] 2
long status sensorlong status sensor
long status device byte [4] 2
long status devicelong status device
float 2
float 2
float 2
float 2
float 2
double float 4
double float 4
12
Input register 30018 is not used up to now. This is included to fill the gap between the float and double float values and allows to read the full range of registers.
www.krohne.com 08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
Page 13
IFC 100
MODBUS PROTOCOL 6
Also the result of a calibration procedure is accessed by an input register at Modbus Protocol Address 20000 or 9000. The type are one or more float values. This is depending on the used function (refer to "Calibration procedures").
Modbus protocol
Description and settings Type Number of registers
address
1st 2nd
20000 9000 Result of a calibration function one or more float
values
6.8 Holding registers
All holding registers in the Modbus protocol address range from 40000 to 49998 are mapped into the range 0 to 9998. This is done to give systems with restriction on the address range access to the device.
Some parameters of the device can be accessed as Modbus "holding registers".
Function code 03 (0x03) for "Read" operations and function code 16 (0x10) for "Write" operations.
The holding registers are grouped into the following different sections.
6.8.1 Counter parameters
Modbus protocol address
Description and settings Converter Fct.
No.
2 times number of values
Type Number of
registers
1st 2nd
40000 0 counter 1 function
40001 1 measurement Cnt1
40002 2 counter 2 function
40003 3 measurement Cnt2
40004 4 no function byte 1
40005 5 no function word 1
41000 1000
41002 1002 time constant Cnt1
41004 1004
41006 1006
41008 1008 time constant Cnt2
counter 1 function
counter 1 functioncounter 1 function 1=sum counter 2=+counter 3 = - counter 0=off
measurement Cnt1
measurement Cnt1measurement Cnt1 21 = volume flow 22 = mass flow
counter 2 function
counter 2 functioncounter 2 function 1=sum counter 2=+counter 3 = - counter 0=off
measurement Cnt2
measurement Cnt2measurement Cnt2 21 = volume flow 22 = mass flow
low flow cutoff value Cnt1
low flow cutoff value Cnt1 [m3/s] or [kg/s]
low flow cutoff value Cnt1low flow cutoff value Cnt1
time constant Cnt1 [s] C3.1.4 float 2
time constant Cnt1time constant Cnt1
set counter Cnt1 or read Cnt1
set counter Cnt1 or read Cnt1 [m3] or [kg]
set counter Cnt1 or read Cnt1set counter Cnt1 or read Cnt1
low flow cutoff value Cnt2
low flow cutoff value Cnt2 [m3/s] or [kg/s]
low flow cutoff value Cnt2low flow cutoff value Cnt2
time constant Cnt2 [s] C3.2.4 float 2
time constant Cnt2time constant Cnt2
C3.1.1 byte 1
C3.1.2 word 1
C3.2.1 byte 1
C3.2.2 word 1
C3.1.3 float 2
C3.1.7 float 2
C3.2.3 float 2
www.krohne.com08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
13
Page 14
6 MODBUS PROTOCOL
IFC 100
Modbus protocol address
Description and settings Converter Fct.
No.
Type Number of
1st 2nd
41010 1010
41012 1012 no function float 2
41014 1014 no function float 2
41016 1016 no function float 2
41018 1018
41020 1020
41022 1022 no function float 2
set counter Cnt2 or read Cnt2
set counter Cnt2 or read Cnt2 [m3] or [kg]
set counter Cnt2 or read Cnt2set counter Cnt2 or read Cnt2
preset counter 1
preset counter 1 [m3] or [kg]
preset counter 1preset counter 1
preset counter 2
preset counter 2 [m3] or [kg]
preset counter 2preset counter 2
C3.2.7 float 2
C3.1.5 float 2
C3.2.5 float 2
6.8.2 Process input filter and self test parameters
Modbus protocol address
1st 2nd
42000 2000 flow direction
42001 2001 pulse filter
42002 noise filter
42003 2003 empty pipe
42004 2004 no function byte 1
42005 2005 no function byte 1
42006 2006 no function byte 1
42007 2007 no function byte 1
42008 2008 no function byte 1
42009 2009 electrode noise
42010 2010 settling of field
42011 2011 diagnosis value
43000 3000 limitation low
Description and settings Converter Fct.
Type Number of
No.
flow direction
flow directionflow direction 0=normal direction 1 = reverse direction
pulse filter
pulse filterpulse filter 0=off 1=on 2 = automatic
noise filter
noise filternoise filter 0=off 1=on
empty pipe
empty pipeempty pipe 0=off 1 = conductivity 2 = cond. + empty pipe (S) 3 = cond. + empty pipe (F) 4 = cond. + empty pipe (I)
electrode noise
electrode noiseelectrode noise 0=off 1=on
settling of field
settling of fieldsettling of field 0=off 1=on
diagnosis value
diagnosis valuediagnosis value 25 = off 31 = electrode noise 8=terminal2DC 9=terminal3DC
limitation low [m/s] C1.2.1 float 2
limitation lowlimitation low
C1.2.2 byte 1
C1.2.4 byte 1
C1.2.7 byte 1
C1.3.1 byte 1
C1.3.13 byte 1
C1.3.16 byte 1
C1.3.17 byte 1
registers
registers
14
www.krohne.com 08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
Page 15
IFC 100
MODBUS PROTOCOL 6
Modbus protocol address
Description and settings Converter Fct.
No.
Type Number of
1st 2nd
43002 3002 limitation high
43004 3004 time constant
43006 3006 pulse width
43008 3008 pulse limitation
43010 3010 noise level
43012 3012 noise suppression
43014 3014 low flow cutoff value
43016 3016 limit empty pipe
43018 3018 no function float 2
43020 3020 no function float 2
43022 3022 limit electrode noise
43024 3024 Zero point
43026 3026 Coil Resistance Rsp, 20
43028 3028 Coil Temperature Calpoint
43030 3030 Coil Resistance Calpoint
43032 3032 Electrode Factor EF
43034 3034 Conductivity Calpoint
43036 3036 Conductivity Calpoint
43038 3038 pulse width
limitation high [m/s] C1.2.1 float 2
limitation highlimitation high
time constant [s] C1.2.3 float 2
time constanttime constant
pulse width [s]
pulse widthpulse width only if pulse filter is set to 1: on
pulse limitation [m/s] C1.2.6 float 2
pulse limitationpulse limitation
noise level [m/s] C1.2.8 float 2
noise levelnoise level
noise suppression C1.2.9 float 2
noise suppressionnoise suppression
low flow cutoff value [m/s] C1.2.10 float 2
low flow cutoff valuelow flow cutoff value
limit empty pipe [S/m] C1.3.3 float 2
limit empty pipelimit empty pipe
limit electrode noise [m/s] C1.3.14 float 2
limit electrode noiselimit electrode noise
Zero point [m/s] C1.1.1 float 2
Zero pointZero point
Coil Resistance Rsp, 20 [Ω] C1.1.7 float 2
Coil Resistance Rsp, 20Coil Resistance Rsp, 20
Coil Temperature Calpoint [K] C1.1.8 float 2
Coil Temperature CalpointCoil Temperature Calpoint
Coil Resistance Calpoint [Ω] C1.1.8 float 2
Coil Resistance CalpointCoil Resistance Calpoint
Electrode Factor EF [m] C1.1.11 float 2
Electrode Factor EFElectrode Factor EF
Conductivity Calpoint [S/m] C1.1.11 float 2
Conductivity CalpointConductivity Calpoint
Conductivity Calpoint [S/m] C1.1.11 float 2
Conductivity CalpointConductivity Calpoint
pulse width [s]
pulse widthpulse width only if pulse filter is set to 2: automatic
C1.2.5 float 2
C1.2.5 float 2
registers
www.krohne.com08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
15
Page 16
6 MODBUS PROTOCOL
6.8.3 Modbus parameters
IFC 100
Modbus protocol
Description and settings Converter Fct.
address
50000 baud rate
50002 slave address
50003 parity
50004 data format
baud rate
baud ratebaud rate 1200 / 2400 / 3600 / 4800 / 9600 / 19200 (default) / 38400 / 57600 / 115200
slave address C5.8.1 byte 1
slave addressslave address
parity
parityparity 0 = even parity (default) 1 = odd parity 3=no parity
data format
data formatdata format 1=Big Endian 2 = Little Endian
6.9 Diagnostics
The Modbus interface supports the diagnostic function defined by the "Modbus Application Protocol Specification".
Function code is 08 (0x08).
Sub function code Name
hex dec
Type Number of
No.
C5.8.2 ulong 2
C5.8.3 byte 1
C5.8.4 byte 1
registers
00 00 Return Query Data
01 01 Restart Communication Option
04 04 Force Listen Only Mode
0A 10 Clear Counters
0B 11 Return Bus Message Count
0C 12 Return Bus Communication Error Count
0D 13 Return Bus Exception Count
0E 14 Return Slave Message Count
0F 15 Return Slave No Response Count
10 16 Return Slave NAK Count (counter not used)
11 17 Return Slave Busy Count (counter not used)
12 18 Return Bus Character Overrun Count
16
www.krohne.com 08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
Page 17
IFC 100
6.10 Calibration procedures
6.10.1 Zero Flow Calibration
MODBUS PROTOCOL 6
1 User reduces the actual flow through the meter to
2 Start zero calibration:
3 Check status of calibration
3a [2000 == 1: calibration running]
3b [2000 == 0: calibration complete]
4 Read Calibration Value
5 User checks the calibration value:
5a Not ok
5b ok
6 User tries to improve the calibration situation
6a Improvement done
6b Improvement not possible
7 Write the calibration value
8 Activate new values
8a This results in a warm start of the device.
User reduces the actual flow through the meter to
User reduces the actual flow through the meter to User reduces the actual flow through the meter to zero
zero
zerozero Start zero calibration:
Start zero calibration:Start zero calibration: Set single coil 2000 to 1 (Modbus Fct. 0x05)
Check status of calibration
Check status of calibrationCheck status of calibration Read single coil 2000 (Modbus Fct. 0x01)
Read Calibration Value
Read Calibration ValueRead Calibration Value Read Input Register 20000 type float (Modbus Fct. 0x04)
User checks the calibration value:
User checks the calibration value:User checks the calibration value:
-0.01...+0.01: good results
-0.1...+0.1: acceptable result for difficult application
User tries to improve the calibration situation
User tries to improve the calibration situationUser tries to improve the calibration situation
-Break-
Write the calibration value
Write the calibration valueWrite the calibration value Write Holding Register 43024 type float (Modbus Fct. 0x10)
Activate new values
Activate new valuesActivate new values Set single coil 1001 to 1 (Modbus Fct. 0x05)
Will take maximum 5s.
www.krohne.com08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
17
Page 18
6 MODBUS PROTOCOL
6.10.2 Coil Temperature Calibration
IFC 100
1 Read actual Rsp,20
2 User checks the value with the calibration value
2a Rsp,20 not correct
2b Write correct Rsp,20
2c Rsp,20 correct or corrected
3 User enters the actual coil temperature in K
4 Write actual coil temperature
5 Start coil temperature calibration:
6 Check status of calibration:
6a [2001 == 1: calibration running]
6b [2001 == 0: calibration complete]
7 Read Calibration Value
8 Write the calibration value
9 Activate new values
9a This results in a warm start of the device.
Read actual Rsp,20
Read actual Rsp,20Read actual Rsp,20 Read Holding Register 43026 type float (Modbus Fct. 0x03)
on the type plate of the device
Write correct Rsp,20
Write correct Rsp,20Write correct Rsp,20 Write Holding Register 43026 type float (Modbus Fct. 0x10)
User enters the actual coil temperature in K
User enters the actual coil temperature in KUser enters the actual coil temperature in K This is the target for the calibration
Write actual coil temperature
Write actual coil temperatureWrite actual coil temperature Write Holding Register 43028 type float (Modbus Fct. 0x10)
Start coil temperature calibration:
Start coil temperature calibration:Start coil temperature calibration: Set single coil 2001 to 1 (Modbus Fct. 0x05)
Check status of calibration:
Check status of calibration:Check status of calibration: Read single coil 2001 (Modbus Fct. 0x01)
Read Calibration Value
Read Calibration ValueRead Calibration Value Read Input Register 20000 type foat (Modbus Fct. 0x04)
Write the calibration value
Write the calibration valueWrite the calibration value Write Holding Register 43030 type foat (Modbus Fct. 0x10)
Activate new values
Activate new valuesActivate new values Set single coil 1001 to 1 (Modbus Fct. 0x05)
Will take maximum 5s.
18
www.krohne.com 08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
Page 19
IFC 100
6.10.3 Conductivity Calibration
MODBUS PROTOCOL 6
1 User enters the actual conductivity in S/m
2 Write actual conductivity
3 Write actual conductivity
3a The target value has to be written to both
4 Start conductivity calibration:
5 Check status of calibration:
5a [2002 == 1: calibration running]
5b [2002 == 0: calibration complete]
6 Read Calibration Value
7 Write the calibration value
8 Activate new values
8a This results in a warm start of the device.
User enters the actual conductivity in S/m
User enters the actual conductivity in S/mUser enters the actual conductivity in S/m This is the target for the calibration
Write actual conductivity
Write actual conductivityWrite actual conductivity Write Holding Register 43034 type float (Modbus Fct. 0x10)
Write actual conductivity
Write actual conductivityWrite actual conductivity Write Holding Register 43036 type float (Modbus Fct. 0x10)
registers!
Start conductivity calibration:
Start conductivity calibration:Start conductivity calibration: Set single coil 2002 to 1 (Modbus Fct. 0x05)
Check status of calibration:
Check status of calibration:Check status of calibration: Read single coil 2002 (Modbus Fct. 0x01)
Read Calibration Value
Read Calibration ValueRead Calibration Value Read Input Register 20000 type float (Modbus Fct. 0x04)
Write the calibration value
Write the calibration valueWrite the calibration value Write Holding Register 43032 type float (Modbus Fct. 0x10)
Activate new values
Activate new valuesActivate new values Set single coil 1001 to 1 (Modbus Fct. 0x05)
Will take maximum 5s.
www.krohne.com08/2014 - 4001410101 - AD Modbus IFC 100 R01 en
19
Page 20
KROHNE product overview
Electromagnetic flowmeters
Variable area flowmeters
Ultrasonic flowmeters
Mass flowmeters
Vortex flowmeters
Flow controllers
Level meters
Temperature assemblies
Pressure transmitters
Analysis products
Products and systems for the oil & gas industry
Measuring systems for the marine industry
Head Office KROHNE Messtechnik GmbH Ludwig-Krohne-Str. 5 47058 Duisburg (Germany) Tel.:+49 203 301 0 Fax:+49 203 301 103 89 info@krohne.com
© KROHNE 08/2014 - 4001410101 - AD Modbus IFC 100 R01 en - Subject to change without notice.
The current list of all KROHNE contacts and addresses can be found at: www.krohne.com
Loading...