Allen-Bradley 2080-LC20-20QBB User Manual page 71

Micro820 series programmable controllers
Hide thumbs Also See for 2080-LC20-20QBB:
Table of Contents

Advertisement

Rockwell Automation Publication 2080-UM005E-EN-E - March 2018
CIP Symbolic Addressing
Users may access any global variable through CIP Symbolic addressing except for
system and reserved variables.
One- or two-dimension arrays for simple data types are supported (for example,
ARRAY OF INT[1..10, 1..10]) are supported but arrays of arrays (for example,
ARRAY OF ARRAY) are not supported. Array of strings are also supported.
Supported Data Types in CIP Symbolic
(1)
Data Type
Description
BOOL
Logical Boolean with values TRUE(1) and FALSE(0)
(Uses up 8 bits of memory)
SINT
Signed 8-bit integer value
INT
Signed 16-bit integer value
DINT
Signed 32-bit integer value
(2)
LINT
Signed 64-bit integer value
USINT
Unsigned 8-bit integer value
UINT
Unsigned 16-bit integer value
UDINT
Unsigned 32-bit integer value
(2)
ULINT
Unsigned 64-bit integer value
REAL
32-bit floating point value
(2)
LREAL
64-bit floating point value
STRING
Character string (1 byte per character)
(3)
DATE
Unsigned 32-bit integer value
(3)
TIME
Unsigned 32-bit integer value
(1)
Logix MSG instruction can read/write SINT, INT, DINT, LINT and REAL data types using "CIP Data Table Read"
and "CIP Data Table Write" message types.
BOOL, USINT, UINT, UDINT, ULINT, LREAL, STRING, SHORT_STRING, DATE, and TIME data types are not
accessible with the Logix MSG instruction.
(2)
Not supported in PanelView Component or PanelView 800.
(3)
Can be used by sending data to UDINT, mainly for use with PanelView Plus and PanelView 800 HMI terminals.
CIP Client Messaging
CIP Generic and CIP Symbolic messages are supported on Micro800 controllers
through the Ethernet and serial ports. These client messaging features are enabled
by the MSG_CIPSYMBOLIC and MSG_CIPGENERIC function blocks.
See Micro800 Programmable Controllers: Getting Started with CIP Client
Messaging, publication 2080-QS002, for more information and sample
quickstart projects to help you use the CIP Client Messaging feature.
Communication Connections Chapter 5
61

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents