| Unit: | Physical quantity: |
|---|---|
| GJ | Energy |
| W | Power |
| m3 | Volume |
| kg | Mass |
| m3/h | Volume Flow |
| kg/h | Mass Flow |
| C | Temperature (Forward, Return, Difference, External) |
| mbar | Pressure |
| V | Electric Voltage |
| A | Electric Current |
| second count | Averaging Duration, Actuality Duration .. |
| day count | On time, Operation time |
The the binary date formats (TimePoint) are converted into the Date data type. Other values (counter, serial number ..) are not being converted.
In the PmCommData object, the data items are configured by specifying the item type (Temperature, Volume ..). The driver then finds the desired data in the received message (if present) and saves it into the data item.
The "Common meter/Reading of generally configurated data" message in the PmCommMsg object is used for common reading of the data. The designer can setup the data of the PmCommMsg object exactly according to the meter type. If the designer does not know what the meter provides, then it is possible to set in this message to write received data into the INFO system. According to this listing, the designer can then set up the data of the object.
| Baud rate | 300 Bd. This rate should be supported by all meters. Then according to used meters the rate can be increased. Next recommended rates are: 2400 Bd, 9600 Bd, 38400 Bd. Many meters can be adjusted to some rates, even when they were set to another rate. Attention: convertes often support only the rate of 9600 Bd. |
|---|---|
| Number of data bits | 8 (it is prescribed by M-BUS standard) |
| Parity | EVEN (it is prescribed by M-BUS standard) |
| Number of stop bits | 1 |
| Number of repeats after unsuccessful transmission | 0 (or greater). For the Sontex SUPERCAL meter is it necessary to set 1 and more (probably 2 is the best). |
| Timeout between receiving 2 chars | 100 ms (or greater) |
| Delay between receive-send | 0 ms (or greater) |
| Filter ECHO chars | No. It depends on M-BUS/RS232 converter. |
| RTS flow control | log.0 |
| DTR flow control | log.0 |
| TCP/UDP port number | by converter M-BUS/Ethernet settings |
|---|---|
| Ethernet transfer type | by converter M-BUS/Ethernet settings |
| Response receipt timeout | 1000 ms (or greater). Only for serial link. The time (in milliseconds) the driver is waiting for the response on sending the message. If no response comes during this time, the transfer of the message is terminated (event onEndOfTransfer fires with error 24 or 66). |
|---|
To read the data from meters more often than 1 minute isn't worth. If the data are read more often than 4-30 seconds (it depends on the meter), then the meter doesn't send the data.
The variables in the PmCommData object can be of arbitrary number, type and order. The driver uses optimalised internal communication messages for reading the data from the device. All variables are read (if the Data refresh enabled configurator is enabled), when writing to the variable, only the single value is sent (if the Auto write when writing to item configurator is enabled).
In one PmCommData object, the data items can be defined (variables on the Data page or Comm data extensions) for multiple meters simultaneously.
Sometimes it may be more advantageous to let one PmCommData object represent a single meter - in such case the meter address can be defined in the "Default meter address" configurator and then the address needs not to be defined for each data itema (only the text "saD.." is defined - see the following). This way it is easier to change the meter address just on one place.
The driver can transmit the data items, that have the ItemId configurator set to a text, telling the driver, how to receive or send the items. The text need not to be written, it can be assembled by the button to the right of the ItemId configurator. Macro expression can be used for input (it is evaluated while the application is launching).
Examples of identifier syntax:
The text always begin with "sa" (Slave/Station Address) followed by a decimal address of the meter. The "D" (=default) character can be used instead of specific address, which means that the meter address is taken from the "Default meter address" configurator.
The identifier following after the comma defines the area of desired data (defines the type of M-BUS message, causing the meter to send the data from desired area). The possible values are as follows:
The identifier following the comma defines the desired value in selected area. The meter sends all the data from selected area simultaneously. The desired value can be identified by Index or by value specification (additional options):
The identifiers following the comma define more specific values and are optional.
| Default meter address |
The address defined here can be used
for definitions in the ItemId configurator
for the variables in this object
(i.e. the variables on the Data page
or in the Comm data extensions).
The address can be defined in ItemId:
- as e.g. sa1... - then the value will be read from the meter with address 1. - or saD... - the "D" character means default,
and the address is taken from this configurator. |
|---|
| Meter type | here the concrete meter or Common meter can be chosen, then the messages can be set up on a common level. |
|---|---|
| Message type | here the required message type of a meter can be chosen. |
Initialization of the meter (message type SND_NKE). It serves first of all for the initialization of control so called FCB flag (see FCB flag handling) that serves to the meter as the information about the right sequence of the sent messages. It is recommended to call this message when the application starts and also when an communication error appears (see the pEvent.Error parameter in the PmCommMsg.onEndOfTransfer event).
The address of the meter can be set exactly (value 0 to 250) - then each meter confirms (responds) whether it took due note of the command. It is suitable also to use the universal address 255. Then all connected meters are initialized at once without any confirmations (see Address).
Sending of this message to the meter causes reset of application variables in the meter. What actually happens in the meter depends only on the meter. Majority of the following meters doesn't need this message. This message is used by: Sontex SUPERCAL.
This message will turn the slave station into so called selected) state. After the station is turned into the selected state, then it communicates as if its address was 253 (see Address), until any other station is turned into the selected state. The station is selected by so called secondary address, which is defined by following: IdentNr = identification number of the meter, Manufac = identification number of the manufacturer, Version = meter version Medium = measured medium. These items are defined on the Data-sent page and can be received from the meters e.g. by the "Common meter/Reading of generally configurated data" message when starting up the meter.
Addressing stations by the secondary address is handy for e.g.:
Using this message won't be probably needed in most cases because the rate can be set directly in the meter and it is not advisable to change it during run of the application. Many meters can also adjust themselves to more baude rates, even if they were set to another rate.
Unique message determined for reading data from unknown meters. When reading standard data from a meter, not only values are sent from the meter in the response but also flags of the value type (if it goes about flow, energy, power, etc.), the unit type (e.g. if it goeas about kWh,J,0.001kWh..), flags about the tarif or memory number, etc. If you know the meaning of the values in the response from the meter, then you can set up and name items, into which the received values are stored, on the Data-received page by yourself. But if you don't know what the meter sends, then this message can help you as well! Namely it is possible to set the value 16 into the "DataAttr" variable on the Data-sent page of this message. This flag will cause that after receiving data from the meter, the information about the data (for example, the 1st value is energy, the 2nd is flow, etc.) are written into the INFO system in the /COMM/MBus/Log item. From this log you can set the data of the object (and then remove the value 16 from the "DataAttr" variable).
The driver itself creates variables on the Data-received page. But it creates only the first variables for Header of M-BUS message and one variable "Data1". You can change this variable and create following variables after it. But mostly it is advisable to set variables to the Single data type. Then the stored value is converted into the appropriate technological unit. It is also possible to set the Date data type - the value is converted into the calendar date or the Long data type - the value is not converted (for variables that haven't the unit or if you don't want to convert it). Then the conversion is made according to the table:
Except the standard data the meter can send the specific data that don't have the flag about the meaning and the unit any more. These data are always located after the standard data. If you know the meaning of these data (e.g. from the documentation of the meter), then even these data can be received in the message. It is sufficient to define next variables of corresponding types (Byte, Integer, Long) after already created variables on the Data-received page and then the value from the received message is stored in the corresponding variable without any conversion. To be more specific, it is possible to define if the specific data are stored in the message in binary form (no conversion is needed) or in BCD code. If the specific data are in BCD code, then you can already mentioned variable "DataAttr" set to 1, and the driver converts the value into the binary form (it would be also possible not to convert it and to use the Pm.TransformValue method but it would be much more complicated).
Some meters send data in more messages in the exact sequence. Even receiving the data can be done by this type of the message. You must configure more PmCommMsg objects to individual messages, fill it the data respectively and then send the messages one after the other (by the PmCommMsg.Run method). For these types of transfers the meter uses FCB flags (see FCB flag handling) and that's why the "FcbAttr" variable has to be set to 1. By this way some meters solve first of all reading the history. If you didn't set "FcbAttr" to 1, you would have read only the 1st message (where there are current values only) all the time. If "FcbAttr" is set to 1, then the meter sends all messages it has - and sometimes it has really lots of them. For example the ABB SVM meter has stored historical data in 128 messages (fortunately of the same type, so that it is possible to read them by one object - see Example).
This message is meant for designers who know the M-BUS protocol. It is possible to configure the message (separatelly for receiving and separatelly for sending) from the "SingleCharacter", "ShortFrame", "ControlFrame" a "LongFrame" types, which are 4 possible message types of the protocol on the lowest level with setting the CField, AField and CIField values by the designer and with setting the user data. It is also possible to select the message type "Pure Bytes", which allows to send/receive the data withou any transformation of the protocol.
This type of the message will be used very rarely for special and test purposes.
Meters MULTICAL
(801, 601, 401, III, Compact, .. types)
from the Kamstrup company.
Supported baud rate is 300/2400 Bd.
Following values fill the Data-received page: Header of M-BUS message, Energy (accumulated energy [GJ]), Volume (accumulated volume [m3]), TimeCounter (hour counter [day]), TemperForward (Forward temperature [C]), TemperReturn (Return temperature [C]), TemperDiff (Temperature difference [C]), Power (instantaneous power [kW]), Flow (instantaneous flow [m3/h]), ReadEnergy (last energy reading [GJ]), ReadVolume (last volume reading [m3]), ReadDate (date and time of last reading), Date (current date and time) and other values (PeakPower, INFO, TAR2/3, TL2/3, InA/B, ProgramNo, Config, m3xTfor/ret, CoolEnergy, YearsPeekPower).
The same as last message, only without last 4 values (without m3xTfor/ret, CoolEnergy, YearsPeekPower).
The data items are similar as for the previous message. There can be additional items, e.g. FabricNr (Meter fabric number), PowerMax, FlowMax etc.
The calorimetrical counter ABB F4 from the SVM company.
serves for the invoicing measurement of the heat or cool energy.
It contains a big number of read values and historical data.
The number of messages depends on the presence of extended cards
(card for measuring maxima of flows and powers, rate card).
Reading all messages (including history, maxima, etc.) it more demanding action because the sequence of individual messages has to be kept. An inspiration is the best, see Example of communication by M-BUS protocol. In the reading mode of all messages there has to be set the variable FcbAttr to 1 (see FCB flag handling).
The PmCommData object can be used only for reading the current state (only values that can be received by the "Reading of measured values (F4 meter)" message). The PmCommMsg object must be used for reading the history data.
This is the basic message for reading the data. If the variable FcbAttr is set to 0 in this message, then reading only these data is required and the next following messages cannot be called. If it is set to 1, then the next messages have to be called.
Following values fill the Data-received page: Header of M-BUS message, Energy (accumulated energy [GJ]), Volume (accumulated volume for energy calculation [m3]), VolumeWaterMeter (accumulated volume of watermeter [m3]), TemperForward (Forward temperature [C]), TemperReturn (Return temperature [C]), TemperDiff (Temperature difference [C]), OnTime (number of days), OperTime (number of days), Flow (instantaneous flow [m3/h]), Power (instantaneous power [kW]), Date (current date and time), PulseCount1 (pulse counter, input 1), PulseCount2 (pulse counter, input 2).
This message has to be called 37-times one after the other and the history of 37 monthly reading is sequentially read.
Following values fill the Data-received page: Header of M-BUS message, Energy (accumulated energy [GJ]), Volume (accumulated volume for energy calculation [m3]), VolumeWaterMeter (accumulated volume of watermeter [m3]), PulseCount1 (accumulated pulse number, input 1), PulseCount2 (accumulated pulse number, input 2), StorageNr (index of history, 3-39), Date (history date and time).
The message can be called only when the meter includes the card for measuring maxima of flows and powers. This message has to be called 128-times one after the other and the history of maxima of 6-hours (the number of histories and the range of hours can be set even in a different way) is sequentially read.
Following values fill the Data-received page: Header of M-BUS message, StorageNr (index of history, 1-128), Date (history date and time), PowerMax (power maximum [kW]), PowerDate (power maximum date and time), FlowMax (flow maximum [m3/h]), FlowDate (flow maximum date and time), TemperForwardMax (forward temperature maximum [C]), TemperForwardDate (forward temperature maximum date and time).
The meter INFOCAL-5 from the Danfoss company.
It was designed for the program of SONOCAL devices
to do the invoicing measurement of the heat or cool energy
(for temperatures up to 170 C and with the flow up to 25000 m3/h).
It has the memory for 24 months.
The supported baud rate is 300/600/1200/2400 Bd for a serial port and 300/600 Bd for an optical port.
Note: The meter returns an error flag in the Error variable (see further). It goes about bit flags with the following meaning:
For reading the monthly values, the area identifier "Ia" can be used followed by month index (128=current month, 129=previous month, .. 152=month two years ago) . For example "sa254.Ia128.Energy", "sa254.Ia129.Energy" etc.
Following values fill the Data-received page: Header of M-BUS message, CustomerNr (customer identification number), Energy (accumulated energy [GJ]), Volume (accumulated volume [m3]), Power (instantaneous power [kW]), Flow (instantaneous flow [m3/h]), TemperForward (Forward temperature [C]), TemperReturn (Return temperature [C]), TemperDiff (Temperature difference [C]), OnTime (number of days), Date (current date and time), Error (see note above).
Following values fill the Data-sent page:, Address (meter address), MonthIndex ( month index (128=current month, 129=previous month, .. 152=month two years ago) )
Following values fill the Data-received page: Header of M-BUS message, CustomerNr (customer identification number), Energy (accumulated energy [GJ]), Volume (accumulated volume [m3]), Tariff1 (energy[GJ] or OnTime[day]), Tariff2 (energy[GJ] or OnTime[day]), CounterA (energy or TotalVolume), CounterB (energy or TotalVolume), PeekValue (power[kW] or flow[m3/h]), OnTime (number of days), Date (history date and time), Error (see note above), MonthIndex (month index),
The heat meter ULTRAHEAT from the Landis company.
The supported baud rate is 300/1200/2400/4800 Bd,
the automatic recognition of the baud rate (can be switched off).
Following values fill the Data-received page: Header of M-BUS message, ActualityDuration (actuality duration [sec]), ResponseDuration (response duration [sec]), Energy (accumulated energy [GJ]), Volume (accumulated volume [m3]), Power (instantaneous power [kW]), Flow (instantaneous flow [m3/h]), TemperForward (Forward temperature [C]), TemperReturn (Return temperature [C]), TemperDiff (Temperature difference [C]), VolumeMem1 (accumulated volume [m3] from last year), EnergyMem1 (accumulated energy [GJ] from last year), FabricNr (Meter fabric number), RespDurationTar1 (response duration [sec], Tariff=1), PowerMaxTar1 (maximum power [kW], Tariff=1), PowerMaxMem1Tar1 (maximum power [kW] from last year, Tariff=1), FlowMaxTar1 (maximum flow [m3/h]), Tariff=1), TemperForMaxTar1 (maximum Forward temperature [C], Tariff=1), TemperRetMaxTar1 (maximum Return temperature [C], Tariff=1), OnTime (number of days), OnTimeErr (number of days in error), OnTimeErrMem1 (number of days in error from last year), DataReading (date and time of reading, year is not available), EnergyTar2 / EnergyTar3 / EnergyTar4 (accumulated energy [GJ], Tariff=2/3/4), EnergyMem1Tar2 / EnergyMem1Tar3 / EnergyMem1Tar4 (accumulated energy [GJ] from last year, Tariff=2/3/4), TemperForMaxMem2Tar1 (maximum Forward temperature [C], 1.value from last year, Tariff=1), TemperRetMaxMem2Tar1 (maximum Return temperature [C], 1.value from last year, Tariff=1), FlowMaxMem2Tar1 (maximum flow [m3/h], 1.value from last year, Tariff=1), PowerMaxMem2Tar1 (maximum power [kW], 1.value from last year, Tariff=1), OnTimeErrMem2 (number of days in error, 1.value from last year), EnergyMem2 / EnergyMem2Tar2 / EnergyMem2Tar3 / EnergyMem2Tar4 (accumulated energy [GJ], 1.value from last year, Tariff=0/2/3/4), VolumeMem2 (accumulated volume [m3], 1.value from last year), Date (meter date and time), Microprogram (version), D0 (extended byte, perhaps always 0), D1 (extended byte, perhaps always 0), D2 (extended byte, 0.bit=1=preadmonition, 7.bit=0/1=instalation in return/forward line).
By this simple message it is possible to set the time in the meter. The date and the time is set in the "Date" variable on the Data-sent page.
The meter SUPERCAL 531 from the Sontex company.
It cannot do the automatic recognition of the baud rate.
How to configure the data can be found out either from the documentation to the meter (from the M-BUS_frames_531.xsl file where it is described) or see Example of communication by M-BUS protocol.
This message is meant for setting which data message has to be read next. It is designed only for the PmCommMsg object, in the PmCommData object, the message index is defined after the "Ib" identifier. If this message is not used, then individual data messages would be read sequentially (with the variable "FcbAttr" set to 1). After reading, for example, the 23rd message, the 22 previous messages would have been read. But by using the "Data read selection message it is possible to decide, what is the next read data message. For reading the 23rd data message, the walkthrough is as follows:
For the sample of this tranfer, see Example of communication by M-BUS protocol.
Following values fill the Data-received page: Header of M-BUS message (only Addres and IdentNr) followed by: heat quantity (Q), heat performance (P), flow volume (V), flow rate (F), Forward temperature (T1), Return temperature (T2), etc. (all values contained in the message are received).
Because of the non-standard data the values are not counted automaticaly in standard units. The information about the measurement units are stored in additional data (e.g. K1Q, K1P atd.). The received data is described in Note in automaticaly generated variables.
The meter contains additional values that are not contained in the standard message, i.e. in the "M1" area. For obtaining these additional values, the "Ic" area can be used followed by the message number. For example "sa254.Ic15.Energy", "sa1.Ic4.TemperFor" etc.