Data Types - Siemens HydroRanger 200 HMI Operating Instructions Manual

Ultrasonic controllers
Hide thumbs Also See for HydroRanger 200 HMI:
Table of Contents

Advertisement

Data types

The HydroRanger 200 HMI parameters do not always use integers to hold values. For the
convenience of the programmer, those values are converted to and from a 16-bit integer
number. This section describes the conversion process. The sections that follow describe
where those values are in the discrete I/O and block transfer addresses, and how to get
the parameters you need.
Numeric values
Numeric parameter values are the most common. For example, parameter
Reading
returns a number that represents the current reading (either Level or Volume,
depending on the HydroRanger 200 HMI configuration).
Numeric values are requested or set in units or percent of span, and may be specified
with a number of decimal places.
Numeric values must be in the range –20,000 to +20,000 to be valid. If a parameter is
requested and its value is more than +20,000, the number 32,767 is returned; if it is less
than –20,000, the number –32,768 is returned. If this overflow happens, decrease the
number of decimal places.
If a parameter cannot be expressed in terms of percent of Span, or has no meaningful
value, the number 22,222 is returned. Try requesting the parameter in units, or refer to
2. 1 . 1 . Units
on page 116.
Bit values
Bits are packed into registers in groups of 16 bits (1 word). In this manual, the bits are
numbered from 1 to 16, with bit 1 as the least significant bit (LSB) and bit 16 as the most
significant bit (MSB).
16
15
14
MSB
Unsigned double precision integer (UINT32)
Large numbers are put into unsigned 32-bit integers. By default, they are set up so that
the first word (register) is the most significant word (MSW) and the second word
(register) is the least significant word (LSW).
Page 268
HydroRanger 200 HMI – OPERATING INSTRUCTIONS
13
12
11
10
09
08
07
06
3.2.6.2.
05
04
03
02
A5E36281317
01
LSB

Advertisement

Table of Contents
loading

Table of Contents