Danfoss SonoMeter 40 Bedienungsanleitung
Lesen Sie kostenlos die đź“– deutsche Bedienungsanleitung fĂĽr Danfoss SonoMeter 40 (12 Seiten) in der Kategorie Messung. Dieser Bedienungsanleitung war fĂĽr 17 Personen hilfreich und wurde von 2 Benutzern mit durchschnittlich 4.5 Sternen bewertet
Seite 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“
ID – identification 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
Produktspezifikationen
Marke: | Danfoss |
Kategorie: | Messung |
Modell: | SonoMeter 40 |
Brauchst du Hilfe?
Wenn Sie Hilfe mit Danfoss SonoMeter 40 benötigen, stellen Sie unten eine Frage und andere Benutzer werden Ihnen antworten
Bedienungsanleitung Messung Danfoss
2 November 2023
2 November 2023
2 November 2023
2 November 2023
23 August 2023
9 Juli 2023
Bedienungsanleitung Messung
- Messung REV
- Messung Voltcraft
- Messung Bosch
- Messung Laserliner
- Messung Velleman
- Messung Alecto
- Messung Beurer
- Messung Bresser
- Messung König
- Messung TFA
- Messung Black And Decker
- Messung Trotec
- Messung DeWalt
- Messung Megasat
- Messung Smartwares
- Messung Garmin
- Messung GOCLEVER
- Messung Perel
- Messung Workzone
- Messung Microlife
- Messung Rossmax
- Messung Amprobe
- Messung Meec Tools
- Messung Metrix
- Messung IHealth
- Messung Ansmann
- Messung Westfalia
- Messung Livington
- Messung Silverline
- Messung Yato
- Messung Be Cool
- Messung Toolland
- Messung AS Schwabe
- Messung Hager
- Messung Kyoritsu
- Messung Eurolite
- Messung GW Instek
- Messung KERN
- Messung Milwaukee
- Messung Eizo
- Messung Testo
- Messung Victron Energy
- Messung Peak
- Messung KĂĽbler
- Messung Carrier
- Messung Lund
- Messung SHX
- Messung Gima
- Messung Testboy
- Messung Fantini Cosmi
- Messung Multimetrix
- Messung Extech
- Messung BENNING
- Messung Fluke
- Messung FLIR
- Messung Vemer
- Messung Ridgid
- Messung Stabila
- Messung Hikmicro
- Messung Entes
- Messung Gossen Metrawatt
- Messung Hameg
- Messung Joy-it
- Messung Megger
- Messung Muller
- Messung PCE Instruments
- Messung RK Technology
- Messung Sanwa
- Messung Sonel
- Messung Uni-T
- Messung VirtuFit
- Messung Wachendorff
- Messung TFA Dostmann
- Messung Vimar
- Messung Owon
- Messung PeakTech
- Messung Comark
- Messung Dahua Technology
- Messung YSI
- Messung Aluratek
- Messung SRS
- Messung Eltako
- Messung H-Tronic
- Messung HT Instruments
- Messung Beha-Amprobe
- Messung Chauvin Arnoux
- Messung Werma
- Messung Eastron
- Messung Emko
- Messung Pancontrol
- Messung X-Rite
- Messung CESYS
- Messung Trumeter
- Messung Kemo
- Messung ORNO
- Messung Tempest
- Messung TDE Instruments
- Messung Zircon
- Messung Kreg
- Messung Apollo Ultrasonic
- Messung BJZ
- Messung Adwa
- Messung Greisinger
- Messung Qubino
- Messung Beckmann & Egle
- Messung WeidmĂĽller
- Messung Janitza
- Messung CEM
- Messung Klein Tools
- Messung Daytronic
- Messung AREXX
- Messung Delta Ohm
- Messung Camille Bauer
- Messung Rigel Medical
- Messung UHoo
- Messung Seaward
- Messung AstroAI
- Messung P3 International
- Messung Seek Thermal
- Messung ClimeMET
- Messung Fixpoint
- Messung Condtrol
- Messung Cliff
- Messung Water-i.d.
- Messung Stahlwille
- Messung KS Tools
- Messung AkYtec
Neueste Bedienungsanleitung fĂĽr -Kategorien-
4 August 2024
24 Juni 2024
24 Juni 2024
23 Juni 2024
23 Juni 2024
23 Juni 2024
23 Juni 2024
22 Juni 2024
21 Juni 2024
21 Juni 2024