Unit, Table 24, Form command modifiers – Vaisala MMT330 User Manual

Page 99

Advertising
background image

Chapter 4 _________________________________________________________________ Operation

VAISALA ________________________________________________________________________ 99

- Water activity (aw)

- Temperature (T) (metric unit: ºC, non-metric unit:ºF)

When selecting the quantity, use the abbreviations of the quantities.

The modifiers are presented in Table 24 on page 99 below.

Table 24

FORM Command Modifiers

Modifier

Description

x.y

Length modifier (number of digits and decimal places)

#t

Tabulator

#r

Carriage-return

#n

Line feed

“”

String constant

#xxx

Special character, code "xxx" (decimal), for example #027
for ESC

U5

Unit field and length (length optional)

ADDR

Transmitter address [00...255]

SN

Transmitter serial number

TIME

Time [hh:mm:ss]

DATE

Date [yyyy-mm-dd]

Example:

>form "aw=" 6.4 aw #t "t=" 6.2 t #r#n
OK
>send
aw= 0.2644

t= 25.50

>

Command 'FORM /' will return the default output format. The default
output format depends on the device configuration.

>form /
OK
>send
aw= 0.087 T= 24.0 'C
>

UNIT

Use the UNIT command to select metric or non-metric output units:

UNIT [x]<cr>

where

x

=

M or N

where

M

=

Metric units

N

=

Non-metric units

Advertising