Changes

Jump to navigation Jump to search
844 bytes added ,  12:45, 7 December 2021
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>'
 +
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