beautypg.com

Form command examples – Vaisala GMP231 User Manual

Page 36

background image

User's Guide _______________________________________________________________________

34 ___________________________________________________________________ M211501EN-C

FORM Command Examples

Example of default output (continuous output from RUN mode):

CO2= 860 ppm
CO2= 861 ppm
CO2= 861 ppm
...

Command to set output format as %CO

2

:

form 3.1 "CO2=" CO2% " " U4 #r #n

Output example:

CO2= 5.1 %CO2
CO2= 5.1 %CO2
CO2= 5.0 %CO2
...

Command to set output format as CO

2

ppm with Modulus-65536

checksum:

form 6.0 "CO2=" CO2 " " U3 " " CS4 #r #n

Output example:

CO2= 3563 ppm 9F
CO2= 3562 ppm 9E
CO2= 3559 ppm A4
...


Command to set output format as CO

2

ppm, with start of text (ASCII

character 002) and end of text (003) ASCII codes, and without line feed
and carriage return at the end:

form #002 6.0 "CO2=" CO2 " " U3 #003

Output example (ASCII codes not visible here):

CO2= 866 ppm CO2= 866 ppm CO2= 867 ppm CO2= 867 ppm
CO2= 867 ppm CO2= 868 ppm CO2= 868 ppm CO2= 869 ppm
...