Manual

User's Guide _______________________________________________________________________
42 ___________________________________________________________________ M210474EN-C
Output Formatting
Set Serial Output Format
Syntax: FORM x<cr>
Where
x
=
Formatter string
The FORM command can be used to change the output format of the
SEND and R commands.
A formatter string consists of quantities and modifiers: use the modifiers
presented in Table 11 and quantities presented in Table 12 when
configuring the output format.
Use the FORM / command to return the default output form.
Table 11 Modifiers
Modifier
Description
x.y
Length modifier (whole numbers and decimal places)
#t
Tabulator
#r
Carriage return
#n
Line-feed
""
String-constant
U5
Unit field and length (unit can be changed with the UNIT
command)
Table 12 Analog Output Quantity Abbreviations
Quantity
Abbreviation
aw water activity
aw
T Temperature
T
ppm (for transformer oil only)
ppm
Example:
>form "aw="1.2 aw #r#n
aw=0.79
>form "aw="1.2 aw U3 #t "ppm="3.1 ppm " " U5 #t "T="3.1 T
U3 #r#n
aw=0.78 ppm= 53.4 ppm T= 27.3'C
>
>send
2000-01-01 20:56:27 N 0 aw=0.78 ppm= 53.2 ppm T=
27.2'C
>