Modbus2MBus Configuration
Version {{m2mversion}}
{% if modbusLicense|length > 3: %}
You have Modbus2MBus license: {{modbusLicense}}
{% else: %}
You have no Modbus2MBus license
{% endif %}
Configure
Log
Modbus Reader
Documentation
↓ Meter Configuration
Configuration file
No File
{% for xmlf in xmlfArray: %}
{{xmlf}}
{% endfor %}
Enable leds
{% for yn in yesno: %}
{{yn}}
{% endfor %}
Number of Ports
↓ M-Bus port configuration (Slave)
Type
{% for ptype in sPortDict.keys(): %}
{{typeDict[ptype]}}
{% endfor %}
Local Port
Default 20001
Com port
{% for sercom in sPortDict['SER'].keys(): %}
{{portDict[sercom]}}
{% endfor %}
Baud rate
{% for brate in baudRateList: %}
{{brate}}
{% endfor %}
Baud rate 600, 1200 and 4800 are not allowed for M-Bus
Bit Number
{% for bits in bitList: %}
{{bits}}
{% endfor %}
Parity
{% for parity in parityList: %}
{{parity[1]}}
{% endfor %}
Stop Bit
{% for stopbit in stopBitList: %}
{{stopbit}}
{% endfor %}
M-Bus Timeout [ms]
Port timeout in ms
↓ Modbus TCP/RTU Port Configuration (Master)
Type
{% for ptype in mPortDict.keys(): %}
{{typeDict[ptype]}}
{% endfor %}
Remote Ip Address and Port
Com port
{% for sercom in mPortDict['SER'].keys(): %}
{{portDict[sercom]}}
{% endfor %}
Baud rate
{% for brate in baudRateList: %}
{{brate}}
{% endfor %}
Bit Number
{% for bits in bitList: %}
{{bits}}
{% endfor %}
Parity
Set in xml file
Stop Bit
{% for stopbit in stopBitList: %}
{{stopbit}}
{% endfor %}
Modbus Timeout [ms]
Port timeout in ms
↓ Modbus TCP Port Configuration (Master)
If an error occurs, check the Startup Log to check if the TCP connections succeeded.
{% for n in range(1,number_of_modbusports): %}
↓ TCP Port{{"%d"%n}}
Remote Ip Address and Port
Timeout
{% endfor %}