Modbus Reader
Configure
Log
Modbus Reader
Documentation
↓ Modbus Port configuration
Port Type
{% for ptype in mPortDict.keys(): %}
{{typeDict[ptype]}}
{% endfor %}
Remote Ip Address and Port
Com port
Baud rate
Bit Number
Parity
Stop bit
{% for sercom in mPortDict['SER'].keys(): %}
{{portDict[sercom]}}
{% endfor %}
{% for brate in baudRateList: %}
{{brate}}
{% endfor %}
{% for bits in bitList: %}
{{bits}}
{% endfor %}
{% for parity in parityList: %}
{{parity[1]}}
{% endfor %}
{% for stopbit in stopBitList: %}
{{stopbit}}
{% endfor %}
↓ Modbus Registers
Address
Register
#Registers
Function
RTU/TCP
3
4
TCP
RTU
↓ Results
Format
Float
Integer
Unsigned
Hex
Big endian (ABCD)
{{BigEndFloat}}
{{BigEndInt}}
{{BigEndUInt}}
{{BigEndHex}}
Little endian (DCBA)
{{LittleEndFloat}}
{{LittleEndInt}}
{{LittleEndUInt}}
{{LittleEndHex}}
Registerswap (CDAB)
{{RegSwapFloat}}
{{RegSwapInt}}
{{RegSwapUInt}}
{{RegSwapHex}}
Byteswap (BADC)
{{ByteSwapFloat}}
{{ByteSwapInt}}
{{ByteSwapUInt}}
{{ByteSwapHex}}
Characters:
{{characterString}}
Request:
{{requestString}}
Response:
{{responseString}}
Time:
{{timeString}}
Request:
{{requestString}}
Response:
{{responseString}}
Error:
{{errorCode}}
Time:
{{timeString}}