Appendix A: Data Types - Parker 2003-EC-00 Technical Manual

Ethercat– communication option
Hide thumbs Also See for 2003-EC-00:
Table of Contents

Advertisement

DOC-0017-07-EN: AC20 Series - EtherCAT Option

APPENDIX A: Data types

The relationship between AC20 parameter and CANopen data type is given in the table below.
AC20 Parameter
Data Type
BOOL
SINT
INT
DINT
USINT
UINT
UDINT
REAL
TIME
DATE
TIME_OF_DAY
DATE_AND_TIME
STRING
BYTE
WORD
DWORD
Arrays
Some parameters have multiple elements and are classified as parameter arrays. A parameter array has a
parameter number that accesses the whole of the array. It also has parameter numbers that represent
each element of the array.
Array Example: A parameter array called VHZ_USER FREQ has 11 elements.
Parameter Number
0145
0146
0147
...
0157
If the parameter number of the whole array is 0145, then the parameter number of the element index 0 of
the array will be 0134, the parameter number of the element index 01 will be 0147, etc.
String
A string parameter may be accessed via its parameter number.
48 (58)
Description
Boolean
Short integer
Integer
Double integer
Unsigned short integer
Unsigned integer
Unsigned double integer
Floating point
Duration
Date
Time of day
Date and time of day
String
Bit string length 8
Bit string length 16
Bit string length 32
Parameter - VHZ_USER FREQ
whole array
index 0
index 1
...
index 10
DOC-0017-07-EN-B 04.04.2023
CIP
Data Type
BOOL
SINT
INT
DINT
USINT
UINT
UDINT
FLOAT
UDINT
UDINT
UDINT
UDINT
SHORT_STRING**
USINT
UINT
UDINT
Bytes
1
1
2
4
1
2
4
4
4
4
4
4
n
1
2
4

Advertisement

Table of Contents
loading

Table of Contents