beautypg.com

Dwyer HM35 User Manual

Page 19

background image

18

Data Type Key

Designation

Description

Example

INTEGER

Decimal number, whole numbers only

123

FLOAT Floating-point

number

123.45

I-FLOAT

Floating-point number, transferred as an INTEGER.
This means that it will not be transferred in the floating-point
format, but as an INTEGER – value coded according to the IEEE-
754 standard.

3242721280
(corresponds to -12.5)

DISCRETE

Discrete values, do not use “ in the text, similar to Menu selection

mbar

BOOLEAN

Boolean values: ON or OFF (similar to DISCRETE)

ON

STRING Character

string

"ABCDE“



Notes regarding control commands
• Cyclical

commands

Commands that last longer are processed cyclically.

They will be automatically interrupted if a command occurs

that requires an output.

• " (Inverted commas)

A STRING is identified by inverted commas and a full-stop.

These must be transferred with it (unlike DISCRETE).

• ' (apostrophe)

An apostrophe is used, for example for emphasis.

The apostrophe itself will not be transferred.

• ( ) (brackets)

Parameter inside round brackets are optional

The brackets themselves will not be transferred.

• , (comma)

The comma is used to separate arguments. The next

argument must follow immediately after the comma

(no SPACE, ASCII-Code 32

dez

).