Fdate adding date to output, Seri serial bus settings, Fdate – Vaisala HMP230 User Manual
Page 98: Adding date to output, Seri, Serial bus settings

HMP230 SERIES
Appendix 1: Serial commands
M210225en-B
92
FDATE
Adding date to output
FDATE xxx
xxx
=
ON or OFF
When FDATE is activated, the current date is output at the beginning of the
output line. The time is set with command DATE. After RESET or power on
the current date is 1991-01-01.
Activating the date output
>fdate on
Form. date
:
ON
>r
1995-03-10 RH= 21.1 %RH T= 26.0 'C
1995-03-10 RH= 21.3 %RH T= 26.0 'C
1995-03-10 RH= 23.1 %RH T= 26.0 'C
1995-03-10 RH= 22.2 %RH T= 26.0 'C
1995-03-10 RH= 20.6 %RH T= 26.0 'C
...
Inactivating the date output
>fdate off
Form. date
:
OFF
>r
RH= 20.2 %RH T= 26.0 'C
RH= 19.9 %RH T= 26.0 'C
RH= 19.8 %RH T= 26.0 'C
RH= 19.7 %RH T= 26.0 'C
RH= 19.7 %RH T= 26.0 'C
...
SERI
Serial bus settings
SERI b p d s x
b
=
bauds (300, 600, 1200, 2400, 4800, 9600)
p
=
parity (n = none, e = even, o = odd)
d
=
data bits (7 or 8)
s
=
stop bits (1 or 2)
x
=
duplex (H = half, F = full)
Giving the command on its own outputs the current settings:
>SERI
4800 E 7 1 FDX
The settings can be changed one parameter at a time or all parameters at once:
>SERI O H
changing parity and duplex
4800 O 7 1 HDX
>SERI 600 N 8 1 F
changing all parameters
600 N 8 1 FDX