Vaisala DM500 User Manual

Page 92

Advertising
background image

User's Guide ______________________________________________________________________

90 __________________________________________________________________ M210205EN-D

OUTPUT MODIFICATION FIELDS

[text field]

Type the text you want inside the quotation marks "text".

[/]

Type / to return the factory setting of FORM command.
Only alone, without any other specifiers.

[ASCII character]

Type \xxx where xxx is a three digit decimal number of the
character, for example \035 outputs the # character.

[line feed]

Type \n

[carriage return]

Type \r

[space]

Type " " (Note! Leave a space in between the quotation
marks)

[horizontal tabulation]

Type \t

If you have problems in typing \ (backslash) character, you can use #
instead of it.

Use \\ for literal backslash and ## for literal hash.

Examples:

1.

Output needed: Dewpoint/Frostpoint temperature with a unit
label by using three digits before and after the point. The error
value shown after the reading. Carriage return and line feed in
the end.

>form "Tdf=" 3.3 tdf U +tdf U \r \n
"Tdf=" 3.3 Tdf U +Tdf U \r \n
>send
Tdf= 0.383'C 0.087'C
>

2.

Output needed: Dewpoint/Frostpoint temperature and the error
with a unit label. Time and status to be shown. The fields are
separated with horizontal tabulation. Carriage return and line
feed in the end.

>form "Tdf="3.3 tdf u \t +tdf u \t time \t status
\r \n
"Tdf=" 3.3 Tdf U \t +Tdf U \t TIME \t STATUS \r \n
>send
Tdf= 0.860'C 0.106'C 15:30:26 OK
>

Advertising