Example scattered read request data – Rockwell Automation 25-COMM-E2P PowerFlex 25-COMM-E2P Dual-Port EtherNet/IP Adapter User Manual

Page 82

Advertising
background image

82

Rockwell Automation Publication 520COM-UM003A-EN-E - June 2013

Chapter 6

Using Explicit Messaging

The following table identifies the data that is required in each box to configure a
CompactLogix controller message to read multiple parameters.

Example Scattered Read Request Data

In this CompactLogix controller message example, we use the data structure in
Figure 101 in the source tag named Scattered Read Request to read these five 16-
bit parameters in a PowerFlex 525 drive:

Host parameter b001 [Output Freq]

Host parameter b003 [Output Current]

Host parameter b004 [Output Voltage]

Host parameter b005 [DC Bus Voltage]

Host parameter b017 [Output Power]

See

DPI Parameter Object on page 145

(Class code 0x93) for parameter

numbering.

Example Scattered Read Request Data

Configuration Tab

Example Value

Description

Message Type
Service Type

(1)

Service Code

(1)

Class
Instance
Attribute
Source Element
Source Length
Destination

(1) The default setting for Service Type is “Custom,” enabling entry of a Service Code not available from the Service Type pull-down

menu. When choosing a Service Type other than “Custom” from the pull-down menu, an appropriate Hex. value is automatically
assigned to the Service Code box which is dimmed (unavailable).

CIP Generic
Custom
0x32 (Hex.)
93

(3)

0 (Dec.)
0 (Hex.)
Scattered_Read_Request

(4)

20 bytes

(4)

Scattered_Read_Response

(5)

(3) See

Explicit Messaging Class Code Compatibility with PowerFlex 520-series Drives on page 74

for limitations of PowerFlex 520-series

drives when using DPI Parameter Object Class code 0x93 for explicit messaging.

(4) In this example, we are reading five 16-bit parameters. Each parameter being read requires two contiguous INT registers. Therefore,

a controller tag was created with its Data Type field set to “INT[10].” Also, the Source Length field on the Message Configuration
screen must correspond to the selected Data Type in bytes (for this example, 20 bytes for an INT[10] array). Scattered read messages
always assume that every parameter being read is a16-bit parameter, regardless of its actual size. Maximum message length is 256
bytes which can read up to 64 parameters, regardless of their size.

(5) The controller tag for “Scattered_Read_Response” must be the same size as the controller tag for “Scattered_Read_Request” (for

this example, 20 bytes), but can be a different data type.

Used to access the DPI Parameter Object in the adapter.
Required for scattered messages.
Code for the requested service.
Class ID for the DPI Parameter Object.
Required for scattered messages.
Required for scattered messages.
Name of the tag for any service data to be sent from the scanner
or bridge to the drive.
Number of bytes of service data to be sent in the message.
The tag where the data that is read is stored.

Communication Tab Example Value

Description

Path

(2)

(2) Click Browse to find the path, or type in the name of the device listed in the I/O Configuration folder (for this example,

PowerFlex_52X_Drive).

PowerFlex_52X_Drive

The path is the route that the message will follow.

Tag Tab

Example Value

Description

Name

Scattered_Read_Message

The name for the message.

Advertising