2 error, 10 ascii table, Error – Metrohm tiamo 2.4 Manual User Manual

Page 104

Advertising
background image

2.4 Formula editor

■■■■■■■■■■■■■■■■■■■■■■

88

■■■■■■■■

tiamo 2.4

Case('RS.IntermediateRes' > 5.5;"Intermediate result too
high";'RS.IntermediateRes' * 26.5;"Error occurred")
= If the result
"IntermediateRes" is greater than 5.5, the text "Intermediate result
too high
" will be written into the result, otherwise the intermediate result
will be multiplied by 26.5. If an error occurs during the comparison
('RS.IntermediateRes' > 5.5), "Error occurred" will be saved as a
result of this operation.

2.4.4.9.2

Error

Dialog window: Formula editor

Operators/Functions

Syntax
y = Error(value)

Gives +1 if the value is invalid (error) or 0 if the valie is valid. This
function can be used e.g. to check variables for their existence or validity.

Parameters
Value

The variable to be tested.

Examples
Error('RS.IntermediateRes') = 0: the intermediate result was able to be
calculated.

Error('RS.ZwischenRes') = 1: the intermediate result is invalid.

Error('DET pH 6.EP{1}.MEA') = 0: the variable for the measured value
exists at endpoint 1,

Error('DET pH 6.EP{1}.MEA') = 1: no variable for the measured value
or no EP exists.

2.4.4.10

ASCII table

Dialog window: Formula editor

To generate the ASCII code, press and hold the [ALT] key and enter the
three-digit code for the required symbol using the numeric keypad.

Only printable characters are listed in the table below:

ASCII value

(dec)

Character

ASCII value

(dec)

Character

ASCII value

(dec)

Character

32

Space

64

At sign (@)

96

Grave accent (`)

33

Exclamation
mark (!)

65

A

97

a

34

Quotation mark
(")

66

B

98

b

Advertising