Használati útmutató Danfoss SonoMeter 40

Olvassa el alább 📖 a magyar nyelvű használati útmutatót Danfoss SonoMeter 40 (12 oldal) a Mérőberendezések kategóriában. Ezt az útmutatót 5 ember találta hasznosnak és 2 felhasználó értékelte átlagosan 4.5 csillagra

Oldal 1/12
© Danfoss | 2021.10 AQ39012919462001en-010101 | 1
SonoMeter 40
Wired M-Bus protocol description
Operating guide
Table of Contents 1. General structure of protocol 2 ................................................................................................
1.1. General features of protocol 2 ........................................................................................................................
1.2. Data strings 2 ........................................................................................................................................................
2. Selection of the data type 3 ......................................................................................................
2.1. Selection of the data type All data” 3 .........................................................................................................
2.2. Selection of the data type “User data 3 .....................................................................................................
2.3. Selection of the data type “Simple billing” (Years logger) 3 ...............................................................
2.4. Selection of the data type “Enhanced billing” (Days logger) 3 ..........................................................
2.5. Selection of the data type “Multi tariff billing” (Months logger) 3 ...................................................
2.6. Selection of the data type “Instantaneous values” 3 .............................................................................
2.7. Selection of the data type “Load management values for management” (Hours logger) 3 ..
2.8. Selection of the data type “Installation and startup 3 .........................................................................
2.9. Selection of the data type Testing” 4 .........................................................................................................
2.10. Parameter list for preselecting 4 ....................................................................................................................
3. Data request ............................................................................................................................ 4
3.1. Data request 4 ..............................................................................................................................................................
3.2. Meter data coding 5 ..................................................................................................................................................
3.3. CRC16 checksum calculation algorithm ......................................................................................................... 10
4. Settings the parameters of meter ........................................................................................ 11
4.1. Changing the identification number ............................................................................................................... 11
4.2. Changing the identification number, Manufacturer ID and Medium ................................................. 11
4.3. Changing the primary address .......................................................................................................................... 11
4.4. Changing the data and time of the meter ..................................................................................................... 11
4.5. Changing the yearly set day ............................................................................................................................... 11
4.6. Changing the monthly set day .......................................................................................................................... 11
4.7. Changing the baud rate ........................................................................................................................................ 11
5. Secondary addressing ............................................................................................................ 12
5.1. Selecting of the meter ................................................................................................................................... 12
5.2. Communication with selected meter ...................................................................................................... 12
5.3. Deselection of secondary addressing mode ......................................................................................... 12
2 | AQ39012919462001en-010101 © Danfoss | 2021.10
Operating guide SonoMeter 40 - Wired M-Bus protocol description
1. General structure of
protocol
1.1. General features of
protocol
Meter uses a M-bus protocol .
Default baud rate: 2400 bps, Even, 1 Stop.
Baud rate can be changed.
Protocol is the same for Mbus interface and for optical interface.
Primary address of Mbus is individual for Mbus interface and for optical interface.
1.2. Data strings Data string to meter SND_NKE:
1 2 3 4 5
10h 40h A CS 16h
A - M-bus primary address of meter
CS – control sum (the youngest byte of amount of 2-nd and 3-rd bytes)
Data string to meter SND_UD2
1 2 3 4 5 6 7 8...n-2 n-1 n
68h 68hL L 53h
73h A 51h Data
bytes CS 16h
L - length of string (the number of bytes from 5-th to n-2 byte)
A - M-bus primary address of meter
CS – control sum (the youngest byte of amount of 5-th to n-2 bytes)
Data string to meter REQ_UD2:
1 2 3 4 5
10h 5Bh
7Bh A CS 16h
A - M-bus primary address of meter
CS - control sum (the youngest byte of amount of 2-nd and 3-rd bytes)
Answer of the meter CON:
E5h
Answer of the meter RSP_UD2:
1 2 3 4 5 6 7 8...11 12, 13 14 15 16 17 18,19
68h 68hL L C A CI ID Man Vrs Md TC St Sign
20 ... ... ... ... ... ... n-2 n-1 n
DIF VIF Data DIF VIF Data CS 16h
L - length of string (the number of bytes from 5-th to n-2 byte)
C – „C field“ (08)
A - M-bus primary address of meter
CI - „CI field“
IDidentification number of meter (BSD8, used for secondary addressing, can be changed - see
paragraph 4.1),
Man – Manufacturer code (Danfoss A/S manufacturer code is „DFS“, 10 D3)
Vrs – number of protocol version (0Bh)
Md – code of medium (for „heat / cold energy“: 0Dh)
TC – counter of telegrams
St - meter status code
Sign - 00 00
The bytes 20...n-2 is data from meter:
DIF – code of data format
VIF – code of data units
Data– values of data
CS – control sum (the youngest byte of amount of 5-th to n-2 bytes).
AQ39012919462001en-010101 | 3© Danfoss | 2021.10
Operating guide SonoMeter 40 - Wired M-Bus protocol description
2. Selection of the data
type
2.1. Selection of the data
type “All data
Master sends to the meter telegram SND_UD2:
68h 68h03h 03h 53h
73h A 50h CS 16h
or
68h 04h 04h 68h 53h
73h A 50h 00h CS 16h
Answer of the meter CON (if A not equal FFh):
E5h
2.2. Selection of the data
type “User data”
Master sends to the meter telegram SND_UD2:
68h 04h 04h 68h 53h
73h A 50h 10h CS 16h
Answer of the meter CON (if A not equal FFh):
E5h
2.3. Selection of the data
type “Simple billing
(Years logger)
Master sends to the meter telegram SND_UD2:
68h 04h 04h 68h 53h
73h A 50h 20h CS 16h
Answer of the meter CON (if A not equal FFh):
E5h
2.4. Selection of the data
type “Enhanced
billing” (Days logger)
Master sends to the meter telegram SND_UD2:
68h 04h 04h 68h 53h
73h A 50h 30h CS 16h
Answer of the meter CON (if A not equal FFh):
E5h
2.5. Selection of the data
type “Multi tariff
billing” (Months
logger)
Master sends to the meter telegram SND_UD2:
68h 04h 04h 68h 53h
73h A 50h 40h CS 16h
Answer of the meter CON (if A not equal FFh):
E5h
2.6. Selection of the data
type “Instantaneous
values”
Master sends to the meter telegram SND_UD2:
68h 04h 04h 68h 53h
73h A 50h 50h CS 16h
Answer of the meter CON (if A not equal FFh):
E5h
2.7. Selection of the
data type “Load
management values
for management
(Hours logger)
Master sends to the meter telegram SND_UD2:
68h 04h 04h 68h 53h
73h A 50h 60h CS 16h
Answer of the meter CON (if A not equal FFh):
E5h
2.8. Selection of the data
type “Installation and
startup”
Master sends to the meter telegram SND_UD2:
68h 04h 04h 68h 53h
73h A 50h 80h CS 16h
Answer of the meter CON (if A not equal FFh):
E5h

Termékspecifikációk

Márka: Danfoss
Kategória: Mérőberendezések
Modell: SonoMeter 40

Szüksége van segítségre?

Ha segítségre van szüksége Danfoss SonoMeter 40, tegyen fel kérdést alább, és más felhasználók válaszolnak Önnek




Útmutatók Mérőberendezések Danfoss

Útmutatók Mérőberendezések

Legújabb útmutatók Mérőberendezések

Uni-T

Uni-T UT220 Útmutató

3 Április 2025
Uni-T

Uni-T UT681C Útmutató

3 Április 2025
Uni-T

Uni-T UT216C Útmutató

3 Április 2025
Uni-T

Uni-T UT611 Útmutató

3 Április 2025
Uni-T

Uni-T UT210D Útmutató

3 Április 2025
Uni-T

Uni-T UT210C Útmutató

3 Április 2025
Uni-T

Uni-T UT210B Útmutató

3 Április 2025
Uni-T

Uni-T UT682 Útmutató

3 Április 2025
Uni-T

Uni-T UT275 Útmutató

3 Április 2025
Uni-T

Uni-T UT08A Útmutató

3 Április 2025