Rockwell Automation 20G PowerFlex 755 Drive Embedded EtherNet/IP Adapter User Manual

Page 98

Advertising
background image

98

Rockwell Automation Publication 750COM-UM001E-EN-P - October 2013

Chapter 6

Using Explicit Messaging

ControlLogix Controller Example Ladder Logic Program to Read
Multiple Parameters

A Scattered Read message is used to read the values of multiple parameters. This
read message example reads the values of these five 32-bit REAL (floating point)
parameters in a PowerFlex 750-Series drive:

Parameter 001 - [Output Frequency]

Parameter 007 - [Output Current]

Parameter 008 - [Output Voltage]

Parameter 009 - [Output Power]

Parameter 011 - [DC Bus Volts]

See

DPI Parameter Object on page 148

(Class code 0x93) or

Host DPI

Parameter Object on page 162

(Class code 0x9F) for parameter numbering.

Table 7 - Example Controller Tags to Read Multiple Parameters

Figure 24 - Example Ladder Logic to Read Multiple Parameters

Operand

Controller Tags for Scattered Read Message

Data Type

XIC

Execute_Scattered_Read_Message

BOOL

MSG

Scattered_Read_Message

MESSAGE

Advertising