63/108
6.1.3 Data Type
Parameter type of object is as follows.
Table 6-2: Data type.
Data Type Length Range
U8
U16
U32
I8
I16
I32
BOOL
STR (n)
1 byte
2 byte
4 byte
1 byte
2 byte
4 byte
1 bit
0
∼
255
0
∼
65535
0
∼
4294967295
-128
∼
127
-32768
∼
32767
-2147483648
∼
2147483647
0
∼
1
Character string which length is n
6.1.4 Access
Property of each object is as following and describes authority to access each object.
Table 6-3: Access type of object.
Access
Description
RO
Read Only - Parameter can only be read.
RW
Read/Write - Parameter can be read or written.
6.1.5 SAVE
Value of object can be saved at EEPROM through Store parameters (1010h).
6.1.6 PDO Mapping
Indicates object whether correspondent object can be mapping at PDO communication of
EtherCAT.
Table 6-4: PDO Mapping description.
PDO Type Description
No
Object cannot be mapping at PDO.
Tx PDO
Object can be mapping at Tx PDO.
Rx PDO
Object can be mapping at Rx PDO.
6.1.7 Constant Value
Default value what correspondent object indicates. Correspondent value can be differentially
indicated by model or version of product.
6.1.8 Value Range
Value Range indicates input range of correspondent object. Correspondent range can be
indicated as any range or range of data type can be indicated.