Rockwell Automation 20-COMM-ER 20-COMM-ER Dual-Port EtherNet/IP Communication Adapter User Manual User Manual

Page 117

Advertising
background image

Rockwell Automation Publication 20COMM-UM015B-EN-P - July 2013

117

Using Explicit Messaging Chapter 6

ControlLogix Controller – Formatting a Message to Write Multiple

Parameters, RSLogix 5000 Software, All Versions

Figure 44 - Scattered Write Multiple Message Configuration Screens

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

Configuration Tab

Example Value

Description

Message Type

Service Type

(1)

Service Code

(1)

Class

Instance

Attribute

Source Element

Source Length

Destination

CIP Generic

Custom

4c (Hex.)

93 or 9F (Hex.)

(3)

0 (Dec.)

0 (Hex.)

Scattered_Write_Request

(4)

30

(4)

Scattered_Write_Response

Used to access 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 scanner or bridge to the adapter/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)

My_PowerFlex_Drive

The path is the route that the message will follow.

Tag Tab

Example Value

Description

Name

Scattered_Write_Message

The name for the message.

(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).

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

(3) See

Table 17 on page 106

for limitations of PowerFlex 7-Class drives when using DPI Parameter Object Class code 0x93 for explicit messaging.

(4) In this example, we are writing to five parameters. Each parameter being written to requires an array of three INT registers. Therefore, a controller tag was created with

its Data Type field set to ‘INT[15]’. Also, the Source Length field on the Message Configuration screen must correspond to the selected Data Type in bytes (for this
example, 30 bytes for an INT[15] array). Scattered write messages always assume that every parameter being written to is a 32-bit parameter, regardless of its actual
size. Maximum length is 132 bytes or 66 words which equates to 22 parameters. For parameter numbering, see

DPI Parameter Object on page 198

(Class code 0x93).

Advertising