CLICK PLC Data Types

Here’s a little chart I keep handy when I can’t remember the data types for timer or counter presets, or what the highest internal relay address is for CLICK PLCs, which C-more data type corresponds to which CLICK data type, etc.

CLICK Address RangeDescriptionData TypeValuesSizeC-more Data TypeC-more Description
C1 – C2000Internal RelaysBit0 or 11 bitDISC
DISC_R
“Discrete”
SC1 – SC1000System Control RelaysBit0 or 11 bitDISC
DISC_R
“Discrete”
X1 – X816InputsBit0 or 11 bitDISC
DISC_R
“Discrete”
Y1 – Y816OutputsBit0 or 11 bitDISC
DISC_R
“Discrete”
CT1 – CT250Counter Done BitsBit0 or 11 bitDISC
DISC_R
“Discrete”
T1 – T500Timer Done BitsBit0 or 11 bitDISC
DISC_R
“Discrete”
DS1 – DS4500Data RegistersSigned Word-32,768 to 32,76716-bitSI16
SI16_R
“Signed int 16”
“Unsigned int 16”
TD1 – TD500Timer Accumulated ValuesSigned Word-32,768 to 32,76716-bitSI16
SI16_R
“Signed int 16”
“Unsigned int 16”
SD1 – SD1000System Data RegistersSigned Word-32,768 to 32,76716-bitSI16
SI16_R
“Signed int 16”
“Unsigned int 16”
DD1 – DD1000Data RegistersSigned Double Word-2,147,483,648 to 2,147,483,64732-bitSI32
SI32_R
“Signed int 32”
“Unsigned int 32”
CTD1 – CTD250Counter Accumulated ValuesSigned Double Word-2,147,483,648 to 2,147,483,64732-bitSI32
SI32_R
“Signed int 32”
“Unsigned int 32”
DF1 – DF500Data RegistersFloating Point-3.4028235e+38 to +3.4028235e +3832-bitFLOAT
FLOAT_R
“Floating PT 32”
DH1 – DH500Data RegistersHex0000h to FFFFh16-bit
XD0 – XD8Input RegistersHex0000h to FFFFh16-bit
YD0 – YD8Output RegistersHex0000h to FFFFh16-bit
TXT1 – TXT1000Text Data RegisterASCII (single character)7-bit“Ascii String”

Notes

C-more tags created with a “_R” data type will be read-only.

References

https://www.automationdirect.com/microsites/clickplcs/click-help/Content/196.htm

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *