Enercon: Adaptation to SCADA Meteo-32 (legacy data logger proprietary
telegram - Woben). It is configured to type 28 (baudrate: 9600), type 29
(baudrate: 19200) and type 30 (baudrate: 38400). EOL Zenith data logger sends
continuously (once per second) two ASCII format telegrams (8 bits, no parity, 1
bit stop):
#t 14/11/24 15:38:34 $2E
#a s1=0 s2=26 s3=0 d1=886 d2=942 h1=56 t1=2950 b1=992 r1=1438 $33
The checksum value is at the end of each telegram, after the “$” character (but
it is not included on the checksum calculation).
The first telegram (starts with #t) contains timestamp information
(day/month/year hour:minute:second).
The second telegram values (starts with #a) are:
s1: anemometer 1 (0.1 m/s scale) -> 0 m/s
s2: anemometer 2 (0.1 m/s scale) -> 2.6 m/s
s3: anemometer 3 (0.1 m/s scale) -> 0 m/s
d1: windvane 1 (0.1º scale) -> 88.6º
d2: windvane 2 (0.1º scale) -> 94.2º
h1: humidity sensor (% - this sensor has to be configured between analog
channel 1 and analog channel 5, logger takes the first humidity sensor on
this range) -> 56%
t1: temperature sensor (0.1 Kelvin scale - this sensor has to be configured
between analog channel 1 and analog channel 5, logger takes the first
temperature sensor on this range) -> 295.0K