78 Rockwell Automation Publication 1420-UM001E-EN-P - March 2016
Appendix C PowerMonitor 500 EtherNet/IP Device Profile
Get Attribute All Service
The Get Attribute All service returns a concatenation of all class or instance
attributes.
The following example shows how to configure your message instruction
configuration for the Get Attribute All Service type for the Logix Designer
application. In this example, we read the class attributes (Instance 0) of the
Identity Object.
Parameter Choice Notes
Message Type CIP Generic
Service Type Custom
Service Code 1 (hex) 1 = Get Attribute All
e = Get Attribute Single
Instance 0 0 = Identity Object Class Attributes
1 = Identity Object Instance 1 Attributes
Class 1 (hex) 1 = Identity Object
Attribute 0 (hex) This parameter is irrelevant for Get Attribute All service, but a value must be
entered in this parameter for the Customer service type.
Source Element See Notes This element is irrelevant for the Get Attribute All service, however it must be
completed for the Custom service type. In this example, the Source Element
and the Destination Element are set to the same array.
Source Length See Notes This parameter is irrelevant for the Get Attribute All service but must be
completed. The value can be less than or equal to the Source Element byte size
to avoid error.
Destination
Element
See Notes This element is the first element of the controller tag that stores the data being
read. The tag is an array of the applicable data type the same length as the
Identity Instance. In this example, the tag is an array of five INT elements.