Topic: P189

Data Types

There are multiple Data Types available for configuring parameters and tags within a project.


The Data Types are:

Boolean

Integer, 8 Bit Unsigned

Integer, 16 Bit

Integer, 16 Bit Unsigned

Integer, 16 Bit BCD

Integer, 32 Bit

Integer, 32 Bit BCD

String

*Constant

Float, 32 Bit


 * With the exception of a constant data type, each of the above data types are also available as Array data types, one dimensional (1D) Arrays & two dimensional (2D) Arrays.

Data Type Definition:

Assigning a Data Type

By default, Tag Names of all data types are visible in the Tag Database. If you are looking for pre-existing tag names with specific data types, use the check boxes at the top of the Tag Database dialog to filter your view.


To assign a Data Type to a new tag name, open the Tag Database and select “Add Tags” button.


The Add Tags window gives you a list of all available data types when you are creating your tag names. Use the Data Type radio buttons to display Basic, 1D Array or 2D Array data types.


System ID

Address Range

Max Rows

Max Columns

Max Characters

Read/Write

Data Type

Cw

000001 - 999999

N/A

N/A

N/A

R/W

Discrete

AR1C

000001 - 999999

*65535

N/A

N/A

R/W

Discrete

AR2C

000001 - 999999

*65535

*65535

N/A

R/W

Discrete

DI

0.1.1.1 - 99.5.16.256

N/A

>N/A

N/A

Read Only

Discrete

DO

0.1.1.1 - 99.5.16.256

N/A

N/A

N/A

>R/W

Discrete

S16

000001 - 999999

N/A

N/A

N/A

R/W

Signed Int 16

AR1S16

000001 - 999999

65535

N/A

N/A

R/W

Signed Int 16

AR2S16

000001 - 999999

*65535

*65535

N/A

R/W

Signed Int 16

US16

000001 - 999999

N/A

N/A

N/A

R/W

Unsigned Int 16 (with Hex option in objects)

AR1US16

000001 - 999999

*65535

N/A

N/A

R/W

Unsigned Int 16 (with Hex option in objects)

AR2US16

000001 - 999999

*65535

*65535

N/A

R/W

Unsigned Int 16 (with Hex option in objects)

S32

000001 - 999999

N/A

N/A

N/A

R/W

Signed Int 32

AR1S32

000001 - 999999

*65535

N/A

N/A

R/W

Signed Int 32

AR2S32

000001 - 999999

*65535

*65535

N/A

R/W

Signed Int 3

AIS32

0.1.1.1 - 99.5.16.256

N/A

N/A

N/A

Read Only

Signed Int 32

AOS32

0.1.1.1 - 99.5.16.256

N/A

N/A

N/A

R/W

Signed Int 32

F32

000001 - 999999

N/A

N/A

N/A

RW

Floating PT 32

AR1F32

000001 - 999999

*65535

N/A

N/A

R/W

Floating PT 32

AR2F32

000001 - 999999

*65535

*65535

N/A

R/W

Floating PT 32

AIF32

0.1.1.1 - 99.5.16.256

N/A

N/A

N/A

Read Only

Floating PT 32

US8

000001 - 999999

N/A

N/A

N/A

R/W

Unsigned Int 16 (with Hex option in objects)

AR1US8

000001 - 999999

*65535

N/A

N/A

R/W

Unsigned Int 16 (with Hex option in objects)

AR2US8

000001 - 999999

*65535

*65535

N/A

R/W

Unsigned Int 16 (with Hex option in objects)

BCD16

000001 - 999999

N/A

N/A

N/A

R/W

BCD Int 16

AR1BCD16

000001 - 999999

*65535

N/A

N/A

R/W

BCD Int 16

AR2BCD16

000001 - 999999

*65535

*65535

N/A

R/W

BCD Int 16

BCD32

000001 - 999999

N/A

N/A

N/A

R/W

BCD Int 32

AR1BCD32

000001 - 999999

*65535

N/A

N/A

R/W

BCD Int 32

AR2BCD32

000001 - 999999

*65535

*65535

N/A

R/W

BCD Int 32

STR

000001 - 999999

N/A

N/A

128

R/W

ASCII String

AR1STR

000001 - 999999

*65535

N/A

128

R/W

ASCII String

AR2STR

000001 - 999999

N/A

N/A

128

R/W

ASCII String

SBR

000001 - 999999

N/A

N/A

N/A

Read Only

Discrete

SBRW

000001 - 999999

N/A

N/A

N/A

R/W

Discrete

SWR

000001 - 999999

N/A

N/A

N/A

Read Only

Signed Int 16

SWRW

000001 - 999999

N/A

N/A

N/A

R/W

Signed Int 16

SSTR

000001 - 999999

N/A

N/A

50

Read Only

ASCII String

MST

0.1.1.1 - 99.5.16.256

N/A

N/A

N/A

Read Only

Discrete


*Note: 2D arrays are limited to 65535 total cells (i.e., Number of Rows X Number of Columns must be less than or equal to 65535 cells).


Related Topics Link IconRelated Topics