Communication protocol 133
Class objects
The following table lists the data types used in the class object
descriptions of this manual. The table also includes the
corresponding data type names of the Common Industrial Protocol
(CIP) Specification.
Note: The adapter module is designed to provide DeviceNet
communications for a variety of drives with different capabilities.
Default, minimum and maximum values for attributes necessarily
vary based upon the capabilities of the drive to which the module is
attached and are not documented herein. Default, minimum and
maximum values for attributes may be found in the:
• User’s manual for the drive
• Electronic Data Sheet Files (EDS) for the drive.
Note that the units of the attributes may differ from those of the
parameters documented elsewhere and those differences must be
considered when interfacing to the drive via the module.
Data type CIP data type name Data type description
UINT8 USINT Unsigned 8-bit integer value
UINT16 UINT Unsigned 16-bit integer value
UINT32 UDINT Unsigned 32-bit integer value
SINT8 SINT Signed 8-bit integer value
SINT16 INT Signed 16-bit integer value
BYTE BYTE Bit string – 8 bits
WORD WORD Bit string – 16 bits
BOOL BOOL Logical Boolean with values TRUE
(1) and FALSE (0)
Short String SHORT_STRING Character string (1 byte per
character, 1-byte length indicator)