Drive Parameter Handling; Class Objects; Identity Object, Class 0X01 - ABB RDNA-01 User Manual

Devicenet adapter module rdna-01
Table of Contents

Advertisement

Drive parameter handling

With the RDNA-01, drive parameters can also be accessed. The
function is implemented by employing the so-called Explicit
Messaging properties of the DeviceNet protocol. Explicit
Messaging makes use of objects consisting of three parts, Class,
Instance, and Attribute.
Class is always 144 (90h). Instance and Attribute correspond to
the drive parameter Group and Index in the following way:
• Instance = Parameter Group (01...99)
• Attribute = Parameter Index (01...99)
For example, Parameter 99.01 is accessed as follows:
• Class = 144 = 0x90
• Instance = 99 = 0x63
• Attribute = 1 = 0x01.
In addition, the instance 100 (0x64) can be used to access the
data sets using explicit messaging. The first word of data set 2, for
example, can be accessed with class 0x90, instance 0x64
attribute 4. Refer to the drive firmware manual for more
information.

Class objects

Legend:
UINT8
UINT16
SINT16
UINT32
BOOL

Identity Object, Class 0x01

This object provides identification of and general information
about the device.
Data type
Unsigned Integer 8 bit
Unsigned Integer 16 bit
Signed Integer 16 bit
Unsigned Integer 32 bit
Boolean value
61
Communication

Advertisement

Table of Contents
loading

Table of Contents