RESI®
Title:
RESI-MBUSxLVL-ETH Manual
Date
Page
of
05.10.2020
21
41
.
P
ro
p
ri
e
ta
ry
d
a
ta
,
co
m
p
a
n
y
co
n
fid
e
n
ti
a
l.
A
ll
r
ig
h
ts
re
s
e
rv
e
d
.
C
o
n
fié
à
tit
re
d
e
se
c
re
t
d
'e
n
tr
e
p
ri
s
e
.
T
o
u
s
d
ro
its
r
é
se
rv
é
s
.
C
o
m
u
n
ic
a
d
o
c
o
m
o
se
g
re
d
o
e
m
p
re
sa
ri
a
l.
R
e
se
rv
a
d
o
s
to
d
o
s
o
s
d
ir
e
ito
s.
C
o
n
fid
a
d
o
co
m
o
s
e
cr
e
to
i
n
d
u
s
tr
ia
l.
N
o
s
re
s
e
rv
a
m
o
s
t
o
d
o
s
l
o
s
d
e
re
c
h
o
s
.
.
.
W
e
it
e
rg
a
b
e
s
o
w
ie
V
e
r
v
ie
lf
ä
lt
ig
u
n
g
d
ie
s
e
r
U
n
te
rl
a
g
e
,
V
e
r-
w
e
rt
u
n
g
u
n
d
M
it
te
ilu
n
g
ih
re
s
In
h
a
lt
s
n
ic
h
t
g
e
s
ta
tt
e
t,
s
o
w
e
it
n
ic
h
t
a
u
s
d
r
ü
c
k
lic
h
z
u
g
e
s
ta
n
d
e
n
.
Z
u
w
id
e
rh
a
n
d
lu
n
g
e
n
v
e
r-
p
fl
ic
h
te
n
z
u
S
c
h
a
d
e
n
e
rs
a
tz
.
A
ll
e
R
e
c
h
te
v
o
rb
e
h
a
lt
e
n
,
in
s
b
e
-
s
o
n
d
e
re
fü
r
d
e
n
F
a
ll
d
e
r
P
a
te
n
te
rt
e
il
u
n
g
o
d
e
r
G
M
-E
in
tr
a
g
u
n
g
.
.
8.2
MODBUS holding register table for configuration
The following table show the registers for setup of the serial MBUS line.
The module holds internally a list of 16 bit wide holding register. Those registers can be read by the host with
the function READ HOLDING REGISTER (function code: 3). If the register can also be modified by the host,
the host can use the functions PRESET SINGLE REGISTER (function code: 6).
The MODBUS convention defines 65535 possible holding register with the notation 4x00001 to 4x65536.
Please refer the software MODBUS POLL as a sample for this notation. Internally in the MODBUS/RTU
frames an index notation is used, which starts with 0 and ends with 65535. So we decided to note in the
following document a register with: 4x00100 for the holding register 100, and in addition also the real index of
the protocol index 99 with the notation I:99. Also we have added the hexadecimal number of the real index
with H:0xNNNN.
HINT: Standard unit ID for internal configuration is 254. You can change this unit ID with a special holding
register!
Register
Description
4x65521
I:65520
H:0xFFF0
R/W
RESET SYSTEM
If the host writes the value 1 (0x0001) to this register, the module executes a soft
reset (reboot).
Reading this register will always return 0.
4x65522
I:65521
H:0xFFF1
R/W
STANDARD
CONFIG
With this register you can select various standard configurations for the serial
MBUS line:
Reading this register will always return 0.
Write the following value to select the serial MBUS configuration you want to use.
The Unit ID for configuration is always set to 254 and the pause time before
entering the configuration mode is set to 2000ms.
10: 300bd, even parity, 8 data bits, 1 stop bit
11: 600bd, even parity, 8 data bits, 1 stop bit
12: 900bd, even parity, 8 data bits, 1 stop bit
13: 1200bd, even parity, 8 data bits, 1 stop bit
14: 2400bd, even parity, 8 data bits, 1 stop bit
15: 4800bd, even parity, 8 data bits, 1 stop bit
16: 9600bd, even parity, 8 data bits, 1 stop bit
17: 19200bd, even parity, 8 data bits, 1 stop bit
18: 38400bd, even parity, 8 data bits, 1 stop bit
19: 57600bd, even parity, 8 data bits, 1 stop bit
HINT: You have to perform a reset to activate the new serial configuration!