Data Types, Memory, and Numbering System
The following section explains how the CLICK PLC handles the available data types, memory
addressing, and I/O numbering.
Data Types
The CLICK PLC supports the following data types. On the CLICK PLC programming
software, each data type is indicated with a small icon.
Data Type
Bit
Integer (Single Word)
Integer2 (Double Word)
Floating Point
HEX (Hexadecimal)
Text (Single Character)
ASCII Code
NOTE: The CLICK PLC does not support Octal or BCD numbering systems (data types).
CLICK PLC Hardware User Manual, 6th Edition, Rev. F – C0-USER-M
S/W
Icon
-2,147,483,648 to 2,147,483,647
-3.4028235E+38 to 3.4028235E+38
(The HEX data type requires the 'h' after the value.)
Single ASCII character
(ASCII code: 00h to FFh.)
ASCII code $00 to $FF
(The ASCII Code data type requires the '$' before the value.)
Chapter 2: Specifications
Data Ranges
0, 1
-32,768 to 32,767
0000h to FFFFh
2–15
Need help?
Do you have a question about the C0-USER-M and is the answer not in the manual?