Data Types

Topic: CL196

The CLICKPLC supports the DataTypes shown in the table below. In the CLICKPLC programming software, each data type is indicated with a small icon.

Data Types

Data Type

Icon

Data Ranges

Typing Rules

Example

Bit

0 or 1

Type "b" at right side of value

0b

Integer

Single Word Integer:
-32,768 to 32,767

Type number directly into data value field on setup dialog

1234

Integer2

Double Word Integer:
-2,147,483,648 to 2,147,483,647

Floating Point

-3.4028235E+38
to
3.4028235E+38

Type number with decimal point directly into data value field on setup dialog

1.23

HEX

0000h to FFFFh

Type "h" at the right side of the value

1234h, 8F6Ah

Text

Single ASCII Character

Surround with double quotation marks

"AutomationDirect"

Note: The Click PLC does not support BCD or Octal Data Type.