RESI®
Title:
RESI-KNX-GW,RESI-KNXGW-ETH manual
Date
Page
of
09.02.2019
31
41
.
P
ro
p
ri
e
ta
ry
d
a
ta
,
co
m
p
a
n
y
co
n
fid
e
n
tia
l.
A
ll
r
ig
h
ts
re
se
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
nd
u
s
tr
ia
l.
N
o
s
re
se
rv
a
m
o
s
t
o
d
o
s
l
o
s
d
e
re
c
ho
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.3.15
Data type “FLOAT”
Data type:
4 Byte 32 bit value IEEE floating point - value signed
Range:
-3,4E+38...3,4E+38 decimal / x00000000...xFFFFFFFF hexadecimal
DPT:
14.x
Note:
On transmit: A decimal or a hexadecimal digit can be specified. The
hexadecimal digit must already be coded in floating point format.
On receive: The data will be issued in decimal with max. 6 decimal places.
8.3.16
Data type “STRING”
Data type:
14 Byte ASCII character string
Range:
1 to 14 bytes ASCII character
DPT:
16.x
Note:
Unused characters will be internally filled up with 0. By declaration of more
than 14 characters, the rest of the them will be ignored.
8.3.17
Data type “GENERIC”
Data type:
1 up to 14 Byte, with semicolon (;) separated
Range:
each byte 0...255 decimal / x00...xFF hexadecimal
DPT:
> 16.x
Note:
On transmit: A decimal or a hexadecimal digit can be specified. Decimal values
are represented as digits between 0 and 255. Hexadecimal values are
represented as values between x00 and xFF.
On receive: The data will be issued in hexadecimal form, without a
x
preceding
the value.
Example:
#WG1.1.1=1 // 1 Byte Data
#WG1.1.1=1;2;3;4;5;6 // 6 Byte Data
#WG1.1.1=255;254;253 // 3 Byte Data
#WG1.1.1=xFF;xFE;xFC;xAB // 4 Byte Data in hex
#RG1.1.1=01 // 1 Byte Data in hex
#RG1.1.1=01;02;03;04;05;06 // 6 Byte Data in hex
#RG1.1.1=FF;FE;FC // 3 Byte Data in hex
#WG1.1.1=FF;FE;FC;AB // 4 Byte Data in hex