
Chapter 1
CIP services
20
Rockwell Automation Publication 1756-PM020F-EN-P - January 2019
Service
Service name in earlier versions of this manual,
Service name in Logix Designer
Multiple Service Packet Service
Multiple Service Packet Service
Multi-Request Service
For further information on services, refer to
the services topics in this
chapter.
For examples showing more complex addressing using both types of
addressing, see
CIP Addressing Examples
.
For further information on the Request Data and Reply Data, refer to the
examples in this chapter.
See also
Multiple Service Packet Service
The Read Tag Service reads the data associated with the tag specified in the
path.
•
Any data that fits into the reply packet is returned, even if it does not
all fit.
•
If all the data does not fit into the packet, the error 0x06 is returned
along with the data.
•
When reading a two or three dimensional array of data, all dimensions
must be specified.
•
When reading a BOOL tag, the values returned for 0 and 1 are 0 and
0xFF, respectively.
See also
Services Supported by Logix 5000 Controllers
Example Using Symbolic Segment Addressing
Example Using Symbol Instance Addressing
Read a single tag named
rate
using Symbolic Segment
Addressing. The tag
has a data type of DINT and a value of 534. The value used for Instance ID
was determined using methods described in
CIP Services and User-created
Tags
.
Read Tag Service
Example Using Symbolic
Segment Addressing