0% found this document useful (0 votes)
76 views5 pages

Temp Modbus List Mexico

This document provides information about Modbus communication parameters and lists Modbus registers for a flow meter. It describes the client communication setup over Modbus TCP/IP with RS485 settings. Measurement parameters like flowrate and water-to-liquid ratio are presented as floats in little-endian format with byte swap, while integers are scaled by given factors. A table lists input and holding registers with the meter parameters, data types, scales, and descriptions.

Uploaded by

daniel contreras
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views5 pages

Temp Modbus List Mexico

This document provides information about Modbus communication parameters and lists Modbus registers for a flow meter. It describes the client communication setup over Modbus TCP/IP with RS485 settings. Measurement parameters like flowrate and water-to-liquid ratio are presented as floats in little-endian format with byte swap, while integers are scaled by given factors. A table lists input and holding registers with the meter parameters, data types, scales, and descriptions.

Uploaded by

daniel contreras
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Modbus parameter list

Client communication
36” Mexico Trail

The information contained in this document is CONFIDENTIAL and proprietary to XSENS AS

REVISION HISTORY

1 Released RA 06.07.22

Rev Description Prep Prep Date Check Check Date Appr Appr Date

PAGES DOCUMENT: 5 DOCUMENT NUMBER:

Temp doc
Page: 2 of 5
Doc No: Temp modbus list Mexico Date: 26.02.2022
Title: Modbus parameter list – client coms Revision: 2

Innhold
Change Log ......................................................................................................................................................... 3
1 Introduction .................................................................................................................................................... 3
2 Communication setup .................................................................................................................................... 4

2.1 Client communication – Modbus TCI/IP .................................................................................................... 4


2.2 Parameter scaling and interpretation – status & alarms............................................................................. 4
2.2 Parameter scaling and interpretation – measurement parameters ............................................................ 4

3 Modbus parameter list ................................................................................................................................... 5


Page: 3 of 5
Doc No: Temp modbus list Mexico Date: 26.02.2022
Title: Modbus parameter list – client coms Revision: 2

Change Log

REV SECTION CHANGE DESCRIPTION

1 Introduction
This procedure describes the setup of the client communication over serial RS485 and
Modbus and list up the parameters implemented.
Page: 4 of 5
Doc No: Temp modbus list Mexico Date: 26.02.2022
Title: Modbus parameter list – client coms Revision: 2

2 Communication setup

2.1 Client communication – Modbus TCI/IP

Modbus settings:
- Type of RS485: 2-wire
- Baud rate: 9600
- Data bits: 8
- Parity: None
- Stop bit: 1
- Slave id: 5

2.2 Parameter scaling and interpretation – status & alarms

Alarms, faults and statuses are implemented as a hart beat in the form of a cycle
count.
Increasing integer with rollover to zero when full.

CycleCount is an integer / 1 register value that will be counting regularly for as long as
the flow meter code is running and is intended used as a watchdog. Meaning if the
value has NOT been updated the last 60 seconds, assume the flow meter has stopped.

2.2 Parameter scaling and interpretation – measurement parameters

Floats are presented as:


Modbus Modicon pseudo-big-endian (little endian words, byte swap):
100.0 = 0x00, 0x00, 0x42, 0xc8,

ref:http://cms.digi.com/resources/documentation/digidocs/90001537/references/r_mo
dbus_floating_points.htm

Integers needs to be scaled by scaling factor given in table.


Page: 5 of 5
Doc No: Temp modbus list Mexico Date: 26.02.2022
Title: Modbus parameter list – client coms Revision: 2

3 Modbus parameter list


Note that many PLC operates with a +1 offset to this list. Meaning address 100 in this list will be 101
as seen from the PLC.

Float and integer may not be readable in same query. May have to separate into
different inquiries.

Input (30xxx/Command 04) registers:


On the line PLC/RTU Parameter name Data type Scale Description
Register Register
3 4 Speed of sound Integer 10 Flow reading from
the flow meter in
[m/s]
20 21 Pipe temperature Integer 10 PT100 mounted on
the pipe [deg
Celsius]
100-101 101-102 Flowrate Float na Flow rate from the
little endian words, byte
swap flow meter in [m³/h]
102-103 103-104 WLR Float na Water to liquid ratio
little endian words, byte
swap
in [%]
104-105 105-106 Accumulated Float na Accumulated
flowrate. little endian words, byte flowrate [m³]
swap
Restart every 24h at
00:00 UTC

Holding (40xxx/Command 03) registers:


On the PLC/RTU Parameter Data Description
line Register name type
Register
3 4 CycleCount Integer Continuously counting counter. If this halts for
>60s assume flow meter has stopped.

You might also like