Output Format
The characters are printed with the header. No more than 22 characters can 
be displayed in one line. Longer character sets are printed out on two lines. 
The printout is set to justified alignment. The following characters and 
abbreviations are used:
   
 Space _  A space is indicated with an underscore:  _
  Carriage Return CR  A carriage return (or line break) is abbreviated with “CR.”
  Line Feed LF  A line feed is abbreviated with “LF.”
Example 1
The first example has a 6-character header (columns 1 to 6) and can therefore be 
printed in one line. Column 7 is used for signs before values (+, -). Values are given 
in columns 8 to 16 with decimal points or text. The unit characters are given in 
columns 17 to 20.
If the unit “%M/S” is selected, use four characters to print out the units because 
no space is printed before a unit. In a print interval, however, one line is generated 
with the following: 
–  Five characters for a header 
–  One character for a space 
–  Nine characters for the values including signs
–  One space 
–  Four characters for the units 
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
N _ _ _ _ _ + _ _ _ _ 6 7 . 8 7 _ g _ _ CR LF
M o i s t _ + _ _ _ _ _ _ _ 2 2 _ % M _ CR LF
1 0 : 2 3 _ + _ _ _ _ 0 . 2 3 _ % M / S CR LF
Example 2
The second example has a longer header (columns 1 to 7) and can therefore be 
printed in one line:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
D e v _ _ _ + _ _ _ 5 6 7 . 8 7 _ g _ _ CR LF
S t a n d b y _ _ _ _ _ _ _ _ _ O f f _ CR LF
Example 3
The third example requires more than 22 characters and must therefore be printed 
on two lines:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
D i s p l a y e d _ r e s u l t _ _ _ CR LF
_ M o i s t u r e _ c o n t _ i n _ % M CR LF