20 - 40
021774/07/14
Code
Name
Signification
0x01
ILLEGAL FUNCTION
The function code in the request is not allowed for the
register address.
0x02
ILLEGAL DATA ADDRESS
The register address in the request is not valid.
0x03
ILLEGAL DATA VALUE
The stated data in the request are not allowed.
Table 5: MODBUS Exceptions
6.2.1 Measuring values (Input Register)
All measuring values of the weather station WSC11 consume 32Bit, i.e. 2 MODBUS register
addresses. The following table shows the allocation of measuring value to register address, while the
measuring values are sorted as follows:
-
By measuring value type (30001 to 34999).
-
In unbroken sequence (35001 to 39999).
Register
address
Parameter Name
Unit
Multiplicator
Explanation
Data
type
30001
Wind speed
m/s
10
value / 10
(1 decimal place, e.g. 101=10.1m/s)
U32
30003
Mean value
Wind speed
m/s
10
value / 10
(1 decimal place, e.g.. 101=10.1m/s)
U32
30201
Wind direction
°
10
value/ 10
(1 decimal place, e.g. 1010=101.0°)
U32
30203
Mean value
Wind direction
°
10
value / 10
(1 decimal place, e.g. 1010=101.0°)
U32
30401
Air temperature
°C
10
value / 10
(1 decimal place, e.g.
255=25.5°C)
S32
30403
Interior temperature of
housing
°C
10
value / 10
(1 decimal place, e.g.
355=35.5°C)
S32
30601
relative humidity
%r.h.
10
value/ 10
(1 decimal place, e.g. 355=35.5°r.F.)
U32
30603
absolute humidity
g/m³
100
value / 100
(2 decimal places, e.g.
923=9.23g/m^3)
U32
30605
Dew point temperature
°C
10
value / 10
(1 decimal place, e.g.
115=11.5°C)
S32
30801
Absolute air pressure
hPa
100
value / 100
(2 decimal places, e.g.
105000=1050.00hPa)
U32
30803
Relative air pressure
relating to NHN
hPa
100
value / 100
(2 decimal places, e.g.
105000=1050.00hPa)
U32