Vaisala PTB220 User Manual
Page 26

U
SER
'
S
G
UIDE
_______________________________________________________________________
20 ___________________________________________________________________ M210194
EN
-A
6. To output the average pressure reading in the units of inHg .
>form <cr>
4.2 P " " UUU #r #n
? 2.4 P " " UUUU #r #n <cr>
>unit inHg <cr>
P unit
: inHg
>send <cr>
30.1234 inHg
>
7. Adding a text field, giving the address and outputting the
pressure reading from a identified barometer.
>form <cr>
4.2 P " " UUUU #r #n
? "Barometer " ADDR " " 4.2 P " " UUU #r #n <cr>
>addr 7 <cr>
Address
:
7
>send 7 <cr>
Barometer 07 1020.30 hPa
>
8. To output the average pressure reading and the error status.
>form <cr>
4.2 P " " UUUU #r #n
? 4.2 P " " UUU " " ERR #r #n <cr>
>send <cr>
1020.30 hPa 0
(no error found)
>send <cr>
1020.30 hPa 1
(some error has occurred)
>
9. To output the transducer values (P1,P2,P3) separately and the
average value (P). Indicates errors if the maximum pressure
difference between the transducers is exceeding the defined value.
The two-or three-digit error field in the end of the line is expressing
the error state of the transducers. Number 1 means error and number 0
normal state. The first digit shows state of transducer 1 (P1), second
digit shows state of transducer 2 (P2) and the third digit shows
transducer 3 (P3).
>form <cr>
4.2 P " " UUUU #r #n
? 4.2 P1 " " P2 " " P " " UUU " " ERR #r #n <cr>
>send <cr>
1020.30 1020.32 1020.31 hPa 00
>send <cr>
1020.30 1022.30 1021.30 hPa 11
(Pd max error)
>