Changes

Jump to navigation Jump to search
861 bytes added ,  15:35, 21 December 2021
Line 11: Line 11:  
==RS485/MBUS INTERFACE ADAPTER==
 
==RS485/MBUS INTERFACE ADAPTER==
   −
This module is designed for reading data from electricity (RS485), water, gas, heat (MBUS) meters
+
This module is designed for reading data from electricity (RS485), water, gas, heat (M-BUS) meters
    
==Features==
 
==Features==
Line 94: Line 94:  
==Module shut-off and deinstallation procedure==
 
==Module shut-off and deinstallation procedure==
 
#Disconnect the CAN connector.
 
#Disconnect the CAN connector.
#Disconnect the X1 connector.
+
#Disconnect the MBUS and RS485 connector.
 
#Remove the module from the DIN rail, releasing the latch at the bottom of the module base.
 
#Remove the module from the DIN rail, releasing the latch at the bottom of the module base.
   Line 136: Line 136:  
<syntaxhighlight lang="xml" line>
 
<syntaxhighlight lang="xml" line>
 
hw="cfg='9600/8N1' term=1"
 
hw="cfg='9600/8N1' term=1"
 +
</syntaxhighlight>
 +
|-
 +
|mbus|| params ||2|| - || Sets the polled counters on the MBUS
 +
mbus='<address1>:<mask1>:<period1> <address2>:<mask2>:<period2>'<br>
 +
where:
 +
*<addressX> - counter address on the bus
 +
*<maskX> - The bit mask specifies which parameters of this counter will be included in the report and will be sent by the module to the server. Here the lowest bit specifies the presence of general information in the report, and the remaining 31 bits correspond to parameters from "0" to "30". This field can be skipped. By default, it is 0xFFFFFFFFFFFF
 +
*<period2> - the polling period for this counter in minutes. This field can be skipped. The default value is 15. The range of possible values is from 10 to 1440
 +
Example:
 +
<syntaxhighlight lang="xml" line>
 +
  <item addr="326:2" cfgid="135" hw="mbus='1:0xFFEC:20'" name="MBUS" type="com-port"/>
 
</syntaxhighlight>
 
</syntaxhighlight>
 
|}
 
|}

Navigation menu