224 Rockwell Automation Publication 1426-UM001J-EN-P - August 2019
Chapter 9 Communication
CSP Addressing
This type of addressing is also known as ‘PLC-5 style’ or ‘PCCC’ addressing.
Addresses are written in the form ‘Axx:yy’ where A is a letter describing the
function of the data table, xx is the table number, and yy is the element within, or
offset into, the table. For example, ‘F53:0’ is the CSP address of the first element
in the MeteringResults.RealTime_VIF_Power
table on on page 373. PCCC
messaging can be used to read or write a single data element or a range of data
elements within a data table.
Data Types
The PowerMonitor 5000 unit stores data by using several data types:
• Int16, in which the 16-bit word can be represented by an integer value or a
bitmap
• Int32, a 32-bit integer value
• SINT, an 8-bit (Byte) value
• REAL, using the 32-bit IEEE 754 floating-point format
• String, containing alphanumeric characters used for security and unit
descriptive information
• DWORD, a 32-bit structure typically containing bitmap status
information
• SINT, INT, and DINT data types are also used as pads for data alignment
with the Logix architecture
Communication Command
Summary
This section lists the commands that are supported by each communication
network type.
EtherNet/IP Network
• CIP Generic Assembly Object (Class 04), Get & Set Attribute Single for
Attribute 3 (data)
• CIP Generic Assembly Object (Class 04), Get Attribute Single for
Attribute 4 (size)
• PCCC PLC5 Word Range Write Function (CMD = 0x0F, FUNC =
0x00)
• PCCC PLC5 Word Range Read Function (CMD = 0x0F, FUNC =
0x01)
• PCCC PLC5 Typed Write Function (CMD = 0x0F, FUNC = 0x67)
• PCCC PLC5 Typed Read Function (CMD = 0x0F, FUNC = 0x68)
• PCCC Protected Logical Read Function w/2 Address Fields (CMD =
0x0F, FUNC = 0xA1)
• PCCC Protected Logical Write Function w/2 Address Fields (CMD =
0x0F, FUNC = 0xA9)