beautypg.com

Command reference – ROTRONIC MBW 973 User Manual

Page 36

background image

32 Command Reference

Parameter

Units via RS-232

Temperature °C
Pressure Pa
Flow l/m
RH %
Absolute Humidity

g/m

3

Specific Humidity

g/kg

Volume Ratio

PPMv

Weight Ratio

PPMw

PRT Resistance

Ohms


Some values simply require integer numbers such as 1 and 0 for On and Off, while others
might need real numbers with a decimal point. The 973 recognizes both types of numbers
and will attempt to convert the values you send to the correct format. For example, the
number 0 means Off, while 1 or any other real or integer value means On.

Command Reference

The available commands listed here are grouped by function. If a command is considered as
a read only value, then it is shown with a question mark only. For instance, the following is
considered as read only and does not have the ability to be set.

Dp?


A command that has both read and set capability is shown in a slightly different manner. The
question mark and equal signs are shown for illustrative purposes within brackets. Those
brackets indicate that either one or the other is required. Furthermore, [=i] indicates that
the value is an integer, while [=n] indicates that the value is a real number and may
therefore include a decimal point.

Consider a command with syntax listed in the manner

ForceFrost.on[=i][?]


This indicates the following valid possibilities.

ForceFrost.on = 0
ForceFrost.on = 1
ForceFrost.on?


Now consider a command with syntax listed as

UseOris.below[=n][?]


Any of the following are valid possibilities.

UseOris.below?
UseOris.below = -5
UseOris.below = -10.25


Note that a value entered as –5.00 would be equally as valid as –5. While it makes no
sense to use a value above 0 for this UseOris example, in general the syntax listing [=n]
indicates any real number, either positive or negative, with or without a decimal point.