Appendix c: database, Appendix c: - database, Table c-1. datapoint types – Micromod Micro-DCI: 53SL5100A Single Loop Controller User Manual

Page 141: Appendix c, database, Bles in

Advertising
background image

Single Loop Process Controller Instruction Manual

Database 133

Appendix C: Database

The database contains six datapoint types. Each datapoint type represents a specific data format: whole
integers, alphanumeric text strings, etc. The datapoint types are defined in

Table C-1

. The database is

listed in alphanumeric order in

Table C-2

. The gray-tone shading in the default cell of a datapoint indicates

the datapoint contents are not changed by defaulting the database. (For the procedure to default the dat-
base, see

Section 3.3.3, Defaulting the Database

.)

Table C-1. Datapoint Types

Type

Qty

Byte

Size

Format

L

16

1 Bit

Represents a single binary bit that can have the value of 0 or 1.

B

17

1

Represents a positive integer with values from 0 to 255.

C

17

3

Represents real analog (floating point) values that have a resolution of one
part in 32,768 (15 bits) and a dynamic range of ± 10

38

.

H

2

5

Represents high precision analog (floating point) values that have a
resolution of one part in 2 billion (31 bits) and a dynamic range of ± 10

38

.

A

14

10

Represents text strings that can be 10 characters long.

F

3

5

Represents text strings that can be 5 characters long.

Advertising