Danfoss SonoMeter 40 Handleiding
Danfoss
Meetapparatuur
SonoMeter 40
Lees hieronder de đź“– handleiding in het Nederlandse voor Danfoss SonoMeter 40 (12 pagina's) in de categorie Meetapparatuur. Deze handleiding was nuttig voor 23 personen en werd door 2 gebruikers gemiddeld met 4.5 sterren beoordeeld
Pagina 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
Product specificaties
Merk: | Danfoss |
Categorie: | Meetapparatuur |
Model: | SonoMeter 40 |
Heb je hulp nodig?
Als je hulp nodig hebt met Danfoss SonoMeter 40 stel dan hieronder een vraag en andere gebruikers zullen je antwoorden
Handleiding Meetapparatuur Danfoss
29 Juni 2023
18 Mei 2023
9 Mei 2023
27 April 2023
24 April 2023
5 April 2023
Handleiding Meetapparatuur
- Meetapparatuur Bosch
- Meetapparatuur Panasonic
- Meetapparatuur DeWalt
- Meetapparatuur Fysic
- Meetapparatuur Honeywell
- Meetapparatuur Pioneer
- Meetapparatuur Topcom
- Meetapparatuur ABB
- Meetapparatuur Ade
- Meetapparatuur Aktobis
- Meetapparatuur Albrecht
- Meetapparatuur Alecto
- Meetapparatuur Amprobe
- Meetapparatuur Ansmann
- Meetapparatuur AS - Schwabe
- Meetapparatuur Basetech
- Meetapparatuur Be Cool
- Meetapparatuur Beha-Amprobe
- Meetapparatuur Benning
- Meetapparatuur Beurer
- Meetapparatuur Bresser
- Meetapparatuur Bruder Mannesmann
- Meetapparatuur Digitus
- Meetapparatuur Duro Pro
- Meetapparatuur EBERLE
- Meetapparatuur Einhell
- Meetapparatuur Eizo
- Meetapparatuur Elgato
- Meetapparatuur Enda
- Meetapparatuur Entes
- Meetapparatuur Extech
- Meetapparatuur Finder
- Meetapparatuur Flex
- Meetapparatuur Flir
- Meetapparatuur Fluke
- Meetapparatuur Goclever
- Meetapparatuur Goobay
- Meetapparatuur Gossen Metrawatt
- Meetapparatuur Grohe
- Meetapparatuur Gude
- Meetapparatuur Hager
- Meetapparatuur Hama
- Meetapparatuur Holzmann
- Meetapparatuur Homedics
- Meetapparatuur Ideal
- Meetapparatuur IHealth
- Meetapparatuur Kern
- Meetapparatuur Kogan
- Meetapparatuur Kopp
- Meetapparatuur LaCie
- Meetapparatuur Laica
- Meetapparatuur Lanaform
- Meetapparatuur Laserliner
- Meetapparatuur Livington
- Meetapparatuur Logilink
- Meetapparatuur Maximum
- Meetapparatuur Megasat
- Meetapparatuur Megger
- Meetapparatuur Metrix
- Meetapparatuur Microlife
- Meetapparatuur Midland
- Meetapparatuur Milwaukee
- Meetapparatuur Mitsubishi
- Meetapparatuur Monacor
- Meetapparatuur Muller
- Meetapparatuur Nedis
- Meetapparatuur PCE Instruments
- Meetapparatuur Perel
- Meetapparatuur Powerfix
- Meetapparatuur Pyle
- Meetapparatuur Reely
- Meetapparatuur RK Technology
- Meetapparatuur Rossmax
- Meetapparatuur Sanwa
- Meetapparatuur Sekonic
- Meetapparatuur Shimano
- Meetapparatuur Silvercrest
- Meetapparatuur Silverline
- Meetapparatuur Soehnle
- Meetapparatuur Techno Line
- Meetapparatuur Technoline
- Meetapparatuur TFA
- Meetapparatuur Toolland
- Meetapparatuur Trotec
- Meetapparatuur Truelife
- Meetapparatuur Uni-T
- Meetapparatuur VDO
- Meetapparatuur Velleman
- Meetapparatuur VirtuFit
- Meetapparatuur Voltcraft
- Meetapparatuur Wachendorff
- Meetapparatuur Westfalia
- Meetapparatuur Joy-it
- Meetapparatuur Omnitronic
- Meetapparatuur Oregon Scientific
- Meetapparatuur Black And Decker
- Meetapparatuur Continental Edison
- Meetapparatuur CSL
- Meetapparatuur Klein Tools
- Meetapparatuur Peak
- Meetapparatuur Cocraft
- Meetapparatuur Meec Tools
- Meetapparatuur Soler And Palau
- Meetapparatuur Sauter
- Meetapparatuur Proficare
- Meetapparatuur Eurolite
- Meetapparatuur SIIG
- Meetapparatuur RIDGID
- Meetapparatuur REV
- Meetapparatuur MSW
- Meetapparatuur SHX
- Meetapparatuur Victron Energy
- Meetapparatuur Carrier
- Meetapparatuur Fantini Cosmi
- Meetapparatuur Vemer
- Meetapparatuur Lund
- Meetapparatuur Testo
- Meetapparatuur Circutor
- Meetapparatuur Eastron
- Meetapparatuur Stabila
- Meetapparatuur Testboy
- Meetapparatuur Hazet
- Meetapparatuur Yato
- Meetapparatuur IFM
- Meetapparatuur Wago
- Meetapparatuur GW Instek
- Meetapparatuur Kyoritsu
- Meetapparatuur Dahua Technology
- Meetapparatuur Owon
- Meetapparatuur Eltako
- Meetapparatuur Cablexpert
- Meetapparatuur Wentronic
- Meetapparatuur Comark
- Meetapparatuur Clean Air Optima
- Meetapparatuur ORNO
- Meetapparatuur Multimetrix
- Meetapparatuur Etymotic
- Meetapparatuur Hameg
- Meetapparatuur PICO
- Meetapparatuur Sonel
- Meetapparatuur YSI
- Meetapparatuur TFA Dostmann
- Meetapparatuur Werma
- Meetapparatuur Greisinger
- Meetapparatuur Testec
- Meetapparatuur Hikmicro
- Meetapparatuur Vimar
- Meetapparatuur Kreg
- Meetapparatuur Kemo
- Meetapparatuur Pancontrol
- Meetapparatuur SRS
- Meetapparatuur H-Tronic
- Meetapparatuur Ebro
- Meetapparatuur X-Rite
- Meetapparatuur Tempest
- Meetapparatuur Arya
- Meetapparatuur PeakTech
- Meetapparatuur Tru Components
- Meetapparatuur Emko
- Meetapparatuur KS Tools
- Meetapparatuur Trumeter
- Meetapparatuur Aeros
- Meetapparatuur Delta Ohm
- Meetapparatuur Aqua Master Tools
- Meetapparatuur Hanna
- Meetapparatuur Atmel
- Meetapparatuur Qualita
- Meetapparatuur MGL Avionics
- Meetapparatuur Adwa
- Meetapparatuur Chauvin Arnoux
- Meetapparatuur AREXX
- Meetapparatuur UHoo
- Meetapparatuur CEM
- Meetapparatuur TDE Instruments
- Meetapparatuur CESYS
- Meetapparatuur Aerospace Logic
- Meetapparatuur Zircon
- Meetapparatuur BJZ
- Meetapparatuur Johnson Level
- Meetapparatuur GMW
- Meetapparatuur SOEKS
- Meetapparatuur Apollo Ultrasonic
- Meetapparatuur Softing
- Meetapparatuur Weltron
- Meetapparatuur Oscium
- Meetapparatuur Janitza
- Meetapparatuur Condtrol
- Meetapparatuur J.P. Instruments
- Meetapparatuur WeidmĂĽller
- Meetapparatuur Ermenrich
- Meetapparatuur Siglent
- Meetapparatuur INFICON
- Meetapparatuur Qubino
- Meetapparatuur Lascar Electronics
- Meetapparatuur HT Instruments
- Meetapparatuur P3 International
- Meetapparatuur Beckmann & Egle
- Meetapparatuur Seek Thermal
- Meetapparatuur Motrona
- Meetapparatuur KĂĽbler
- Meetapparatuur AkYtec
- Meetapparatuur Tempo
- Meetapparatuur Camille Bauer
- Meetapparatuur Blebox
- Meetapparatuur Seaward
- Meetapparatuur HOZO Design
- Meetapparatuur Corentium
- Meetapparatuur GQ
- Meetapparatuur Tektronix
- Meetapparatuur Dostmann Electronic
- Meetapparatuur Murideo
- Meetapparatuur SecuTech
- Meetapparatuur NetPeppers
- Meetapparatuur SensoProtect
- Meetapparatuur Water-i.d.
- Meetapparatuur ZKETECH
- Meetapparatuur LabNation
- Meetapparatuur Electronics International
- Meetapparatuur Cliff
- Meetapparatuur ClimeMET
- Meetapparatuur Fixpoint
- Meetapparatuur Stahlwille
- Meetapparatuur MASIMO
- Meetapparatuur Milesight
- Meetapparatuur Noyafa
- Meetapparatuur Stamos
Nieuwste handleidingen voor Meetapparatuur
14 November 2024
14 November 2024
14 November 2024
12 November 2024
11 November 2024
11 November 2024
11 November 2024
5 November 2024
3 November 2024
3 November 2024