Each data such as control parameters, command values, and feedback values is handled as an object composed of an Index
value, object name, data type, access rule, and other elements. The object data can be exchanged between the master
station (external device) and the slave stations (servo amplifiers). The aggregate of these objects is called an object
dictionary.
This manual describes the object dictionary which is necessary for servo amplifiers to be used via EtherCAT communication.
1.1Structure
The following shows the detailed structure of the object dictionary.
ItemExplanation
Data TypeIndicates the object size.
AccessIndicates whether the object can be read or written.
RO: Only reading is available
RW: Readable and writable
MappingIndicates whether the object can be mapped in cyclic communication.
Impossible: The object cannot be mapped to TXPDO or RXPDO.
TXPDO: The object can be mapped to TXPDO.
RXPDO: The object can be mapped to RXPDO.
TXPDO, RXPDO: The object can be mapped to TXPDO and RXPDO.
DefaultIndicates the initial value of the object.
RangeIndicates the object range. If a value outside the range is written, a parameter
external error (error code CCD4h) occurs.
UnitsIndicates the object unit.
SaveIndicates whether data can be stored in the non-volatile memory.
ParameterIndicates where data is stored in the non-volatile memory.
DescriptionDescribes the object.
Impossible: Data cannot be stored in the non-volatile memory. The value of
the data written from the controller returns to the value of "Default" when the
power is shut off.
Possible: Data can be stored in the non-volatile memory with [Store
Parameters (Obj. 1010h)]. Data is saved in the servo parameter
corresponding to the object. For the corresponding servo parameters, refer to
"Parameter".
Object units
This section explains the pos units, vel units, and acc units used in this manual.
pos units
The unit is pulse.
vel units
The unit can be changed as shown in the following table by [Pr. PT01.1 Speed/acceleration/deceleration unit selection].
Setting valueUnit
00.01 r/min
1pulse/s
acc units
The unit can be changed as shown in the following table by [Pr. PT01.1].
Setting valueUnit
0ms
1pulse/s
12
1 SUMMARY OF OBJECT DICTIONARY
1.1 Structure
2
MEMO
1
1 SUMMARY OF OBJECT DICTIONARY
1.1 Structure
13
2General Objects
Ex.
2.1[Device Type (Obj. 1000h)]
[Device Type (Obj. 1000h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROImpossible00020192h00020192h
(fixed)
Description
Indicates supported profile information. The value "00020192h", which indicates a servo drive defined with the CiA 402 profile,
is returned.
BitSymbolDescription
0 to 70192h (CiA 402)
8 to 150002h (Servo drive)
2.2[Error Register (Obj. 1001h)]
[Error Register (Obj. 1001h: 00h)]
Impossible
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U8ROImpossible00h to 01hImpossible
Description
The alarm occurrence is returned.
BitSymbolDescription
0Always on while an alarm is occurring.
1 to 7
2.3[Manufacturer Device Name (Obj. 1008h)]
[Manufacturer Device Name (Obj. 1008h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
VISIBLE
STRING
Description
The model name of the servo amplifier is returned.
ROImpossibleImpossible
If MR-JET-10G-N1 is used, the model name is returned as shown below.
"MR-JET-G-N1 " (Empty spaces after the model name are filled with blank spaces to make the name 32 characters long.)
14
2 General Objects
2.1 [Device Type (Obj. 1000h)]
2.4[Manufacturer Hardware Version (Obj. 1009h)]
[Manufacturer Hardware Version (Obj. 1009h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
VISIBLE
STRING
ROImpossibleImpossible
Description
The hardware version of the servo amplifier is returned.
2.5[Manufacturer Software Version (Obj. 100Ah)]
[Manufacturer Software Version (Obj. 100Ah: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
VISIBLE
STRING
Description
The software version of the servo amplifier is returned.
ROImpossibleImpossible
2.6[Store parameters (Obj. 1010h)]
[Store parameters (Obj. 1010h: 00h)]
2
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U8ROImpossibleImpossible
Description
The total number of Sub Indexes is returned.
DefaultRangeDescription
01h01h (fixed)Sub Index 1 is supported.
[Save all parameters (Obj. 1010h: 01h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32RWImpossible00000001h00000000h to
FFFFFFFFh
Description
Writing "save" (= 65766173h) saves all parameters (servo parameters and network parameters) that can be stored in the non-
volatile memory.
The descriptions of the read values are as follows.
BitSymbolDescription
00: The parameters cannot be saved with the command. (The parameters are being saved.)
1: The parameters can be saved with the command. (No parameters are being saved.)
10: The parameters are not automatically saved.
2 to 7
Impossible
2 General Objects
2.4 [Manufacturer Hardware Version (Obj. 1009h)]
15
2.7[Restore default parameters (Obj. 1011h)]
[Restore default parameters (Obj. 1011h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U8ROImpossibleImpossible
Description
The total number of Sub Indexes is returned.
DefaultRangeDescription
01h01h (fixed)Sub Index 1 is supported.
[Restore all default parameters (Obj. 1011h: 01h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32RWImpossible00000001h00000000h to
FFFFFFFFh
Description
All parameters (servo parameters and network parameters) that can be stored in the non-volatile memory can be reset to the
factory setting. To reset the servo parameters and network parameters to the factory setting, write "64616F6Ch" (= reverse
order of ASCII code of "load") in this object, and cycle the power or reset the software.
The read value is always "1" (initializing values).
Impossible
16
2 General Objects
2.7 [Restore default parameters (Obj. 1011h)]
2.8[Identity Object (Obj. 1018h)]
[Identity Object (Obj. 1018h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U8ROImpossible04h04h (fixed)Impossible
Description
The total number of Sub Indexes is returned.
[Vendor ID (Obj. 1018h: 01h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROImpossible00000A1Eh
(fixed)
Impossible
Description
The vendor ID of the servo amplifier is returned.
[Product Code (Obj. 1018h: 02h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROImpossible00000000h to
FFFFFFFFh
Description
The product code of the selected servo amplifier is returned. The following shows the product code for each model.
• MR-JET-_G-N1: 00000305h
Impossible
2
[Revision Number (Obj. 1018h: 03h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROImpossible00000000h to
FFFFFFFFh
Impossible
Description
The revision number of the selected servo amplifier is returned.
[Serial Number (Obj. 1018h: 04h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROImpossible00000000h to
FFFFFFFFh
Description
The serial number of the servo amplifier is returned. The value "00000000h" is returned.
Impossible
2 General Objects
2.8 [Identity Object (Obj. 1018h)]
17
2.9[Error Settings (Obj. 10F1h)]
[Error Settings (Obj. 10F1h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U8ROImpossible02h02h (fixed)Impossible
Description
The total number of Sub Indexes is returned.
[Local Error Reaction (Obj. 10F1h: 01h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32RWImpossible00000000h
(fixed)
Description
Reserved
[Sync Error Counter Limit (Obj. 10F1h: 02h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U16RWImpossible90 to 32767Impossible[Pr. PN18]
Impossible
Description
Set the threshold at which [AL. 086.1 Network receive data error (Network communication error 1)] is detected.
When "0" is set, [AL. 086.1] does not occur.
If PDO data is not updated with Sync0, the internal error counter will be added by "3".
When the PDO data is updated successfully, the internal error counter is subtracted by "1".
Refer to the following for the example of the counter.
Receive (SM2) Event10101010101
Internal Error Counter
(Setting value = 9)
If detection of [AL. 086.1] is disabled, the servo motor cannot be stopped at occurrence of a communication error. The larger
the setting value, the longer it takes to stop the servo motor when there is a communication error. Use caution when changing
the setting value, otherwise the movable part may collide against the machine.
03254769
(error)
999
18
2 General Objects
2.9 [Error Settings (Obj. 10F1h)]
2.10[Version number (Obj. 67FEh)]
[Version number (Obj. 67FEh: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROImpossible00040100h00040100h
(fixed)
Impossible
Description
The version number of the supported CiA 402 profile is returned.
BitSymbolDescription
0 to 7Sub version No. (0)
8 to 15Minor version No. (1)
16 to 23Major version No. (4)
24 to 31Reserved (0)
2
2 General Objects
2.10 [Version number (Obj. 67FEh)]
19
3PDO Mapping Objects
3.1[1st Receive PDO Mapping (Obj. 1600h)]
[1st Receive PDO Mapping (Obj. 1600h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U8ROImpossible00h to 20hImpossiblePDO mapping
Description
Indicates the total number of objects included in PDO. To set a value in an object of Sub Index 1 or later, write "00h" in the
object. After setting the value for objects of Sub Index 1 or later, write the total number of objects mapped to PDO.
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U16ROImpossible0005h0005h (fixed)Impossible
Description
Bit 0: FreeRun supported
Bit 1: Synchronous supported (not supported)
Bit 2 to Bit4: DC Type supported
000 = No DC (not supported)
001 = DC Sync0
010 = DC Sync1 (not supported)
100 = Subordinated Application with fixed Sync0 (not supported)
Bit 5 to Bit6: Shift settings
00 = No Output Shift supported
01 = Output Shift with local time (not supported)
10 = Output Shift with Sync1 (not supported)
Bit 7 to Bit 9: Reserved
Bit10: Delay Time should be measured (not supported)
Bit 11: Delay Time is fix. (not supported)
Bit 12 to Bit 13: Reserved
Bit14: Dynamic Cycle Times (not supported)
Bit 15: Reserved
30
4 Sync Manager Communication Objects
4.5 [SM input parameter (Obj. 1C33h)]
[Minimum Cycle Time (Obj. 1C33h: 05h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROImpossiblensImpossible
Description
The minimum communication cycle is returned.
Servo amplifierMinimum communication cycle
MR-JET-_G-N1125000
[Calc and Copy Time (Obj. 1C33h: 06h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROImpossiblensImpossible
Description
The minimum value of the delay time from data inputting to transmitting is returned. The received value varies depending on
the setting of the communication cycle.
[Delay Time (Obj. 1C33h: 09h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROImpossible00 (fixed)nsImpossible
Description
The delay time from Sync0 to input is returned. The received value varies depending on the setting of the communication
cycle.
[Cycle Time Too Small (Obj. 1C33h: 0Ch)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U16ROImpossible00 (fixed)nsImpossible
4
Description
"0" is returned.
4 Sync Manager Communication Objects
4.5 [SM input parameter (Obj. 1C33h)]
31
5Parameter Objects
5.1[PA01 (Obj. 2001h)] - [PA44 (Obj. 202Ch)]
The values of the basic setting servo parameters ([Pr. PA _ _ ]) can be obtained and set.
5.2[PB01 (Obj. 2081h)] - [PB92 (Obj. 20DCh)]
The values of the gain/filter setting servo parameters ([Pr. PB _ _ ]) can be obtained and set.
5.3[PC01 (Obj. 2101h)] - [PC90 (Obj. 215Ah)]
The values of the extension setting servo parameters ([Pr. PC _ _ ]) can be obtained and set.
5.4[PD01 (Obj. 2181h)] - [PD72 (Obj. 21C8h)]
The values of the I/O setting servo parameters ([Pr. PD _ _ ]) can be obtained and set.
5.5[PE01 (Obj. 2201h)] - [PE88 (Obj. 2258h)]
The values of the extension setting 2 servo parameters ([Pr. PE _ _ ]) can be obtained and set.
5.6[PF01 (Obj. 2281h)] - [PF99 (Obj. 22E3h)]
The values of the extension setting 3 servo parameters ([Pr. PF _ _ ]) can be obtained and set.
5.7[PT01 (Obj. 2481h)] - [PT90 (Obj. 24DAh)]
The values of the positioning control servo parameters ([Pr. PT _ _ ]) can be obtained and set.
5.8[PN01 (Obj. 2581h)] - [PN32 (Obj. 25A0h)]
The values of the network setting servo parameters ([Pr. PN_ _ ]) can be obtained and set.
32
5 Parameter Objects
5.1 [PA01 (Obj. 2001h)] - [PA44 (Obj. 202Ch)]
5.9[PV group parameters (Obj. 2691h)]
The values of the positioning extension setting servo parameters ([Pr. PV _ _ ]) can be obtained and set. 01h to 20h of Sub
Index correspond to [Pr. PV01] to [Pr. PV32].
[PV group parameters (Obj. 2691h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U8ROImpossible3232 (fixed)Impossible
Description
The total number of Sub Indexes (= 32) is returned.
[PV01 (Obj. 2691h: 01h)] to [PV32 (Obj. 2691h: 20h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I32RWImpossiblePossible[Pr. PV01] to [Pr.
PV32]
Description
The values of [Pr. PV01] to [Pr. PV32] can be obtained and set.
5
5 Parameter Objects
5.9 [PV group parameters (Obj. 2691h)]
33
6Alarm Objects
6.1[Alarm history newest (Obj. 2A00h)]
[Alarm history newest (Obj. 2A00h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U8ROImpossible77 (fixed)PossibleAlarm history
Description
The total number of Sub Indexes (= 7) is returned.
[Alarm No. (Obj. 2A00h: 01h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROImpossible00000000h00000000h to
FFFFFFFFh
Description
The number of the alarm that has occurred is returned. The description is as follows.
When there is no history, "00000000h" is returned.
Bit 0 to Bit 15: Alarm detail number
Bit 16 to Bit 31: Alarm number
For example, if [AL. 538.1] occurs, "05380001h" is returned.
PossibleAlarm history
[Alarm time (Hour) (Obj. 2A00h: 02h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROImpossible00000000h00000000h to
FFFFFFFFh
hourPossibleAlarm history
Description
The accumulated power-on time from time of factory shipment until an alarm occurrence is returned. When there is no history,
"00000000h" is returned.
[Alarm2 No. (Obj. 2A00h: 03h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U16ROImpossible0000h0000h to FFFFhPossibleAlarm history
Description
The value "0000h" is returned.
Bit 0 to Bit 7: Alarm detail number
Bit 8 to Bit 15: Alarm number
34
6 Alarm Objects
6.1 [Alarm history newest (Obj. 2A00h)]
[Alarm time (second) (Obj. 2A00h: 04h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROImpossible00000000h00000000h to
FFFFFFFFh
secondPossibleAlarm history
Description
The alarm time is returned as a 32-bit integer (time passed from January 1, 1970, 0:00:00.000000000).
If time data cannot be obtained from the network, alarm occurrence time shows the cumulative power-on time from January 1,
1970, 0:00:00.000000000.
Use this object together with [Alarm time (nanosecond) (Obj. 2A00h: 05h)] according to the system.
[Alarm time (nanosecond) (Obj. 2A00h: 05h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROImpossible00000000h00000000h to
FFFFFFFFh
nanosecondPossibleAlarm history
Description
The digits after the ones indicating a second in alarm time are returned as a 32-bit integer. A value is returned in units of
nanoseconds, but only the values in milliseconds increase.
For example, if an alarm occurs on January 1, 2000, 12:00:00.001, "000F4240h (1000000)" will be returned.
[Alarm time (time zone) (Obj. 2A00h: 06h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I32ROImpossible00000000h80000000h to
7FFFFFFFh
minutePossibleAlarm history
Description
The time zone at an alarm occurrence time is returned as a 32-bit integer.
If no setting exists, "80000000h" will be returned.
[Alarm time (summer time) (Obj. 2A00h: 07h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I32ROImpossible00000000h80000000h to
7FFFFFFFh
Description
The daylight saving time at an alarm occurrence time is returned as a 32-bit integer.
If no setting exists, "80000000h" will be returned.
minutePossibleAlarm history
6
6 Alarm Objects
6.1 [Alarm history newest (Obj. 2A00h)]
35
6.2[Alarm history _1 (Obj. 2A01h)] - [Alarm history
_15 (Obj. 2A0Fh)]
The second (2A01h) to 16th (2A0Fh) latest alarm information of the alarm history is returned. The description of each Sub
Index is the same as that of [Alarm history newest (Obj. 2A00h: 00h)].
6.3[Clear alarm history (Obj. 2A40h)]
[Clear alarm history (Obj. 2A40h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U16RWImpossible0000h0000h to FFFFhImpossible
Description
Writing "1EA5h" clears the alarm history.
When the object is read, "0000h" is returned.
6.4[Current alarm (Obj. 2A41h)]
[Current alarm (Obj. 2A41h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROTXMAP00000000h00000000h to
FFFFFFFFh
Impossible
Description
The latest alarm that has occurred in the servo amplifier is returned. When no alarm has occurred, "00000000h" is returned.
Bit 0 to Bit 15: Alarm detail number
Bit 16 to Bit 31: Alarm number
For example, if [AL. 538.1] occurs, "05380001h" is returned.
6.5[Parameter error number (Obj. 2A44h)]
[Parameter error number (Obj. 2A44h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U16ROImpossible0000h0000h to FFFFhImpossible
Description
During [AL. 037 Parameter error] occurrence, the number of the servo parameters that caused the error is returned.
Refer to the following object for the number of each servo parameter which causes the error.
Page 37 [Parameter error list 1 (Obj. 2A45h: 01h)] - [Parameter error list 254 (Obj. 2A45h: FEh)]
36
6 Alarm Objects
6.2 [Alarm history _1 (Obj. 2A01h)] - [Alarm history _15 (Obj. 2A0Fh)]
6.6[Parameter error list (Obj. 2A45h)]
[Parameter error list (Obj. 2A45h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROImpossible0 to 4294967295 Refer to the
following.
Impossible
Description
The servo motor rated speed is returned. The unit of the returned data varies depending on the combination of [Pr. PT01.1
Speed/acceleration/deceleration unit selection] and the connected servo motor.
[Pr. PT01.1]Connected servo motorUnits
0 (encoder unit)Rotary servo motorr/min
1 (command unit)pulse/s
8.41[Encoder status (Obj. 2D35h)]
[Encoder status (Obj. 2D35h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U8ROImpossible22 (fixed)Impossible
Description
The number of entries is returned.
8
8 Manufacturer Specific Control Object
8.39 [Velocity limit value (Obj. 2D20h)]
61
[Encoder status 1 (Obj. 2D35h: 01h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROImpossible00000000h to
00000001h
Impossible
Description
The encoder status is returned.
BitDescription
0The encoder status is returned by the servo amplifier and confirms whether it is an absolute position detection system.
0: Incremental system
1: Absolute position detection system
1 to 31
[Encoder status 2 (Obj. 2D35h: 02h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROImpossible00000000h
(fixed)
Description
"0" is returned.
Impossible
8.42[One-touch tuning mode (Obj. 2D50h)]
[One-touch tuning mode (Obj. 2D50h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U8RWImpossible00h00h to 03hImpossible
Description
One-touch tuning command is returned and set. After one-touch tuning, the setting value automatically changes to "0".
0: One-touch tuning stop in progress
1: Basic mode
2: High mode
3: Low mode
8.43[One-touch tuning status (Obj. 2D51h)]
[One-touch tuning status (Obj. 2D51h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I8ROImpossible0 to 100%Impossible
Description
The one-touch tuning progress is returned. Regardless of whether one-touch tuning is properly completed or not, "100" is
returned at the completion.
62
8 Manufacturer Specific Control Object
8.42 [One-touch tuning mode (Obj. 2D50h)]
8.44[One-touch tuning Stop (Obj. 2D52h)]
[One-touch tuning Stop (Obj. 2D52h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U16RWImpossible0000h0000h, 1EA5hImpossible
Description
Set a one-touch tuning stop command. To check whether the setting is reflected, read [One-touch tuning mode (Obj. 2D50h)].
• 1EA5h: Stops one-touch tuning.
• Other than 1EA5h: Triggers a parameter out of range error.
When the object is read, whether one-touch tuning can be stopped is returned.
BitDescription
00: One-touch tuning can be stopped with the command. (One-touch tuning in progress)
1: One-touch tuning cannot be stopped with the command. (One-touch tuning not in progress)
1 to 31
8.45[One-touch tuning Clear (Obj. 2D53h)]
[One-touch tuning Clear (Obj. 2D53h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U16RWImpossible0000h0000h to 0001hImpossible
Description
The servo parameter that was changed in one-touch tuning is returned to the value before the change. To check whether the
setting is reflected, read [One-touch tuning mode (Obj. 2D50h)].
• 0000h: Restores to factory setting
• 0001h: Restores to the value before one-touch tuning
When the object is read, whether the servo parameter that changed in one-touch tuning can be restored to the value before
the change is returned.
BitDescription
00: Cannot be restored to factory setting with the command. (One-touch tuning in progress)
1: Can be restored to factory setting with the command. (One-touch tuning not in progress)
10: Cannot be restored to the value before one-touch tuning with the command. (One-touch tuning has not been performed for the axis,
one-touch tuning is in progress for the axis, or an incorrect axis was selected.)
1: Can be restored to the value before one-touch tuning with the command. (One-touch tuning executed)
2 to 31
8
8 Manufacturer Specific Control Object
8.44 [One-touch tuning Stop (Obj. 2D52h)]
63
8.46[One-touch tuning Error Code (Obj. 2D54h)]
[One-touch tuning Error Code (Obj. 2D54h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U16ROImpossibleRefer to the
following.
Description
An error code of the one-touch tuning is returned.
Refer to "One-touch tuning error" in the following manual.
MR-JET User's Manual (Adjustment)
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U16ROTXMAP0000h0000h to FFFFhImpossible
Description
The No. of the latest error which occurred after power-on is returned.
When [AL. 118.1 Encoder communication circuit diagnosis in progress] occurs, "0118h" is returned.
9.2[Controlword (Obj. 6040h)]
[Controlword (Obj. 6040h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U16RWRXMAP0000h0000h to FFFFhImpossible
9
Description
PDS status switching command is given, or control commands are returned and set.
Use bit 0 to bit 3 and bit 7 in the PDS status transition.
BitNameDescription
0SOSwitch-on
1EVEnable voltage
2QSQuick stop
3EOEnable Operation
4OMSDiffers depending on the value of [Modes of operation (Obj. 6060h)]. Refer to the following for details.
Page 66 [Bit 4: OMS]
5OMSDiffers depending on the value of [Modes of operation]. Refer to the following for details.
6OMSDiffers depending on the value of [Modes of operation]. Refer to the following for details.
7FRFault reset
8HALT0: Operation ready
9OMSDiffers depending on the value of [Modes of operation]. Refer to the following for details.
10
11CPTLPositive Torque Limit switching
12CNTLNegative Torque Limit switching
13
14
15
Page 66 [Bit 5: OMS]
Page 66 [Bit 6: OMS]
1: Pauses the operation according to [Halt option code (Obj. 6050h)].
Refer to the following for details.
Page 66 [Bit 8: OMS]
Page 66 [Bit 9: OMS]
9 PDS Control Objects
9.1 [Error code (Obj. 603Fh)]
65
■[Bit 4: OMS]
Setting
SymbolDescription
value
6 (hm)HOSHoming operation start
8 (csp)
9 (csv)
10 (cst)
0: Do not start homing procedure
1: Start or continue homing procedure
■[Bit 5: OMS]
Setting
value
6 (hm)
8 (csp)
9 (csv)
10 (cst)
SymbolDescription
■[Bit 6: OMS]
Setting
value
6 (hm)
8 (csp)
9 (csv)
10 (cst)
SymbolDescription
■[Bit 8: OMS]
Setting
value
6 (hm)HALT0: The servo motor is driven.
8 (csp)
9 (csv)
10 (cst)
SymbolDescription
1: The servo motor is stopped according to [Halt option code (Obj. 605Dh)].
■[Bit 9: OMS]
Setting
value
6 (hm)
8 (csp)
9 (csv)
10 (cst)
SymbolDescription
66
9 PDS Control Objects
9.2 [Controlword (Obj. 6040h)]
9.3[Statusword (Obj. 6041h)]
[Statusword (Obj. 6041h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U16ROTXMAP0000h to FFFFhImpossible
Description
The PDS status transition and other drive conditions are returned.
BitSymbolDescription
0RTSOReady-to-switch-on
1SOSwitch-on
2OEOperation-enabled
3FFault
4VEVoltage-enabled
0: The bus voltage is lower than the specified (RA) level.
1: The bus voltage is equal to or higher than the specified level.
5QSQuick stop
0: In a Quick stop
1: Not in a Quick stop (including in the test mode)
6SODSwitch on disabled
7WWarning
0: No warning has occurred.
1: A warning has occurred.
8
9RMRemote
0: Not following the Controlword
1: In operation following the Controlword
10OMSDiffers depending on the value of [Modes of operation (Obj. 6060h)]. Refer to the following for details.
Page 68 [Bit 10: OMS]
11ILAInternal limit active
0: The forward rotation stroke end, reverse rotation stroke end, and software position limit have not been
reached.
1: The forward rotation stroke end, reverse rotation stroke end, or software position limit has been reached.
(Enabled in csp, csv, or hm mode)
12OMSDiffers depending on the value of [Modes of operation (Obj. 6060h)]. Refer to the following for details.
Page 68 [Bit 12: OMS]
13OMSDiffers depending on the value of [Modes of operation (Obj. 6060h)]. Refer to the following for details.
Page 68 [Bit 13: OMS]
14
15
9
9 PDS Control Objects
9.3 [Statusword (Obj. 6041h)]
67
■[Bit 10: OMS]
Setting
NameDescription
value
6 (hm)Bit 13 off/bit 12 off/bit 10 off: Homing procedure is in progress.
8 (csp)
9 (csv)
10 (cst)
Bit 13 off/bit 12 off/bit 10 on: Homing procedure is interrupted or not started.
Bit 13 off/bit 12 on/bit 10 off: Homing is attained, but target is not reached.
Bit 13 off/bit 12 on/bit 10 on: Homing procedure is completed successfully.
Bit 13 on/bit 12 off/bit 10 off: Homing error occurred, velocity is not 0.
Bit 13 on/bit 12 off/bit 10 on: Homing error occurred, velocity is 0.
Bit 13 on/bit 12 on/bit 10 off: -
■[Bit 12: OMS]
Setting
value
6 (hm)Homing
8 (csp)Drive follows
9 (csv)0: [Target velocity (Obj. 60FFh)] is being discarded.
10 (cst)0: [Target torque (Obj. 6071h)] is being discarded.
NameDescription
Refer to the following.
attained
the command
value
Page 68 [Bit 10: OMS]
0: [Target position (Obj. 607Ah)] is being discarded.
1: [Target position (Obj. 607Ah)] is being used as a position control loop input.
1: [Target velocity (Obj. 60FFh)] is being used as a speed control loop input.
1: [Target torque (Obj. 6071h)] is being used as a torque control loop input.
■[Bit 13: OMS]
Setting
value
6 (hm)Homing errorRefer to the following.
8 (csp)Following error0: No following error
9 (csv)
10 (cst)
NameDescription
Page 68 [Bit 10: OMS]
1: Following error
When the time set in [Following error time out (Obj. 6066h)] elapses in a state where the value of [Following error actual
value (Obj. 60F4h)] exceeds the value set in [Following error window (Obj. 6065h)], this bit becomes "1".
68
9 PDS Control Objects
9.3 [Statusword (Obj. 6041h)]
9.4[Quick stop option code (Obj. 605Ah)]
[Quick stop option code (Obj. 605Ah: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I16RWImpossible22 (fixed)Possible[Pr. PT68.0]
Description
Set how to decelerate the servo motor to a stop at Quick Stop reception.
Setting valueDescription
0 (not supported)
1 (not supported)
2In the cyclic synchronous position/velocity mode (csp/csv) and homing mode (hm), the servo motor decelerates to a stop with [Quick
stop deceleration (Obj. 6085h)] and the state shifts to "Switch On Disabled".
In the cyclic synchronous torque mode (cst), the state immediately shifts to "Switch On Disabled" and the servo motor stops with the
dynamic brake.
3 (not supported)
4 (not supported)
5 (not supported)
6 (not supported)
7 (not supported)
8 (not supported)
9
9.5[Halt option code (Obj. 605Dh)]
[Halt option code (Obj. 605Dh: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I16RWImpossible11 (fixed)Possible[Pr. PT68.2]
Description
Set how to decelerate the servo motor to a stop at Halt reception.
Setting valueDescription
0
1In the homing mode (hm), the servo motor decelerates to a stop with [Homing acceleration (Obj. 609Ah)] and the status remains as
2 (not supported)
3 (not supported)
4 (not supported)
The following shows the case where Halt Bit (Bit 8 of [Controlword (Obj. 6040h)]) is set to "1" and "0", and the reflective timing
of the deceleration time setting in each control mode.
Control modeHalt Bit is set to "1"Halt Bit is set to "0"Reflective timing of
Homing mode (hm)When Halt Bit is set to "1", the servo motor decelerates to a stop with [Homing
"Operation Enabled (servo-on)".
acceleration (609Ah)], and the status remains as Operation Enabled (servo-on). Then,
homing is restarted with the following procedure: (1) set Halt Bit to "0", (2) reset Homing
Operation Start (Bit 4 of [Controlword (Obj. 6040h)]) to "0", and (3) change Homing
Operation Start (Bit 4 of [Controlword (Obj. 6040h)]) to "1".
deceleration time setting
Reflected when "Homing Operation
Start" is set to "1".
9 PDS Control Objects
9.4 [Quick stop option code (Obj. 605Ah)]
69
9.6[Modes of operation (Obj. 6060h)]
[Modes of operation (Obj. 6060h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I8RWRXMAP0Refer to the
following.
Description
Set a control mode.
Setting valueDescription
0No mode change/No mode assigned
1
2
3
4
5
6Homing mode (hm)
7
8Cyclic synchronous position mode (csp)
9Cyclic synchronous velocity mode (csv)
10Cyclic synchronous torque mode (cst)
Impossible
9.7[Modes of operation display (Obj. 6061h)]
[Modes of operation display (Obj. 6061h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I8ROTXMAPRefer to the
following.
Description
The current control mode is returned.
Setting valueDescription
0No mode change/No mode assigned
1
2
3
4
5
6Homing mode (hm)
7
8Cyclic synchronous position mode (csp)
9Cyclic synchronous velocity mode (csv)
10Cyclic synchronous torque mode (cst)
-1Test Operation mode: JOG Operation
-2Test Operation mode: Positioning Operation
-4Test Operation mode: DO forced output
-6Test Operation mode: Machine analyzer
-9Test Operation mode: Test Exit
Impossible
70
9 PDS Control Objects
9.6 [Modes of operation (Obj. 6060h)]
9.8[Supported drive modes (Obj. 6502h)]
[Supported drive modes (Obj. 6502h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROTXMAPImpossible
Description
The supported control mode is returned. The description is as follows.
BitDescriptionDefined value
0Profile position mode (pp)0
1Velocity mode (vl)0
2Profile velocity mode (pv)0
3Profile torque mode (tq)0
4Reserved0
5Homing mode (hm)1: Supported
6Interpolated position mode (ip)0
7Cyclic synchronous position mode (csp)1: Supported
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I16RWRXMAP-32768 to 327670.1 %Impossible
Description
Set the torque command used in the cyclic synchronous torque mode (cst).
12.3[Max torque (Obj. 6072h)]
[Max torque (Obj. 6072h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U16RWTXMAP/RXMAP0 to 100000.1 %Possible[Pr. PE53]
Description
When [Pr. PC78.1] is set to "0" (disabled), the torque limit with this object and the torque limit with the value of [Pr. PE53] will
be disabled.
The maximum torque of the servo motor is returned. The values notified by this object are the maximum current and feedback
values and may not match the maximum torque described in "Rotary Servo Motor User's Manual (HG-KNS/HG-SNS)".
When [Pr. PC78.1] is set to "1" (enabled), the torque or thrust generated by the servo motor can be limited with the setting
value of this object. When this object is set to "0", the torque limit is disabled.
12.4[Torque demand value (Obj. 6074h)]
[Torque demand value (Obj. 6074h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I16ROTXMAP-32768 to 327670.1 %Impossible
Description
The torque command is returned.
12.5[Torque actual value (Obj. 6077h)]
[Torque actual value (Obj. 6077h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I16ROTXMAP-32768 to 327670.1 %Impossible
Description
The current torque is returned.
78
12 Profile Torque Mode Objects
12.2 [Target torque (Obj. 6071h)]
12.6[Torque profile type (Obj. 6088h)]
[Torque profile type (Obj. 6088h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I16RWRXMAP00 (fixed)Impossible
Description
Set the torque command pattern. Only the value of "0" can be set.
Setting valueDescription
0Linear ramp
2
1sin
ramp (Not supported)
12.7[Positive torque limit value (Obj. 60E0h)]
[Positive torque limit value (Obj. 60E0h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U16RWRXMAP0 to 100000.1 %Possible[Pr. PA11]/[Pr.
PA12]
12
Description
The torque generated by the servo motor can be limited. Set the torque limit value of the servo motor for CCW power running
or CW regeneration.
If this object is set to "0", the servo motor does not generate torque.
When POL is disabled, the value of [Pr. PA11 Forward rotation torque limit] will be set, and when POL is enabled, the value of
[Pr. PA12 Reverse rotation torque limit] will be set.
12.8[Negative torque limit value (Obj. 60E1h)]
[Negative torque limit value (Obj. 60E1h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U16RWRXMAP0 to 100000.1 %Possible[Pr. PA11]/[Pr.
PA12]
Description
The torque generated by the servo motor can be limited. Set the torque limit value of the servo motor for CW power running or
CCW regeneration.
If this object is set to "0", the servo motor does not generate torque.
When POL is disabled, the value of [Pr. PA12 Reverse rotation torque limit] will be set, and when POL is enabled, the value of
[Pr. PA11 Forward rotation torque limit] will be set.
12 Profile Torque Mode Objects
12.6 [Torque profile type (Obj. 6088h)]
79
13 Profile Position Mode Objects
13.1[Target position (Obj. 607Ah)]
[Target position (Obj. 607Ah: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I32RWRXMAP80000000h to
7FFFFFFFh
Description
Set the position command used in the cyclic synchronous position mode (csp). Check the setting value of [Gear ratio (Obj.
6091h)] before setting a value in this object.
13.2[Position range limit (Obj. 607Bh)]
[Position range limit (Obj. 607Bh: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U8ROImpossible22 (fixed)Impossible
pos unitsImpossible
Description
The total number of Sub Indexes (= 2) is returned.
[Min position range limit (Obj. 607Bh: 01h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I32RWRXMAP80000000h to
7FFFFFFFh
pos unitsImpossible
Description
Set the range for limiting the command position.
[Position range limit (Obj. 607Bh)] cannot be written. Writing a value will result in a write error.
[Max position range limit (Obj. 607Bh: 02h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I32RWRXMAPpos unitsImpossible
Description
Refer to the following object.
Page 80 [Min position range limit (Obj. 607Bh: 01h)]
80
13 Profile Position Mode Objects
13.1 [Target position (Obj. 607Ah)]
13.3[Software position limit (Obj. 607Dh)]
[Software position limit (Obj. 607Dh: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U8ROImpossible22 (fixed)Impossible
Description
The total number of Sub Indexes (= 2) is returned.
[Min position limit (Obj. 607Dh: 01h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I32RWRXMAP0-2147483648 to
2147483647
Description
Set the range for limiting the command position.
For [Min position limit (Obj. 607Dh: 01h)], set the stroke limit value for the address increasing direction in units of commands.
For [Min position limit (Obj. 607Dh: 02h)], set the stroke limit value for the address decreasing direction in units of commands.
[Target position (Obj. 607Ah)] is limited within the range between [Min position limit (Obj. 607Dh: 01h)] and [Max position limit
(Obj. 607Dh: 02h)].
If the same value is set for [Min position limit (Obj. 607Dh: 01h)] and [Max position limit (Obj. 607Dh: 02h)], the function of
[Software position limit (607Dh)] is disabled.
Setting [Home offset (Obj. 607Ch)] will compensate for the software position limit.
After compensation, [Max position range limit] = [Max position range limit] - [Home offset]
After compensation, [Min position range limit] = [Min position range limit] - [Home offset]
When [Min position limit (Obj. 607Dh: 01 h)] is set to a value greater than [Max position limit (Obj. 607Dh: 02 h)], the function
of [Software position limit (Obj. 607Dh)] is disabled.
pos unitsPossible[Pr. PT17]
13
[Max position limit (Obj. 607Dh: 02h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I32RWRXMAP0-2147483648 to
2147483647
Description
Refer to the following object.
Page 81 [Min position limit (Obj. 607Dh: 01h)]
pos unitsPossible[Pr. PT15]
13 Profile Position Mode Objects
13.3 [Software position limit (Obj. 607Dh)]
81
13.4[Max motor speed (Obj. 6080h)]
[Max motor speed (Obj. 6080h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32RWTXMAP100000 to 4294967295 Refer to the
following.
Description
The maximum speed of the servo motor is returned. Operation cannot be performed at a speed exceeding the value of this
object.
The unit is fixed to "r/min".
When changing the returning value to the permissible speed, set "1" in [Pr. PA28.4 Speed range limit selection].
Impossible
13.5[Profile velocity (Obj. 6081h)]
[Profile velocity (Obj. 6081h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32RWRXMAP0 to maximum
speed
vel unitsPossible
Description
Set to "0".
When the object is read, "0" is returned.
13.6[Profile acceleration (Obj. 6083h)]
[Profile acceleration (Obj. 6083h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32RWRXMAPacc unitsPossible
Description
Set to "0".
When the object is read, "0" is returned.
13.7[Profile deceleration (Obj. 6084h)]
[Profile deceleration (Obj. 6084h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32RWRXMAPacc unitsPossible
Description
Set to "0".
When the object is read, "0" is returned.
82
13 Profile Position Mode Objects
13.4 [Max motor speed (Obj. 6080h)]
13.8[Quick stop deceleration (Obj. 6085h)]
[Quick stop deceleration (Obj. 6085h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32RWRXMAPRefer to the
following.
Description
Set the deceleration time constant or deceleration for the Quick stop function. When [Pr. PT01.1] is set to "0", set the time
required for the servo motor to stop from the rated speed.
The description of the object varies as shown in the table below depending on [Pr. PT01.1 Speed/acceleration/deceleration
unit selection].
[Pr. PT01.1]UnitsDefaultRangeParameter
0 (encoder unit)ms1000 to 20000
1 (command unit)pulse/s
*1 If the setting value of this object is "0", the deceleration time constant is 100 ms.
*2 If the setting value is "0", the servo motor decelerates in accordance with the setting value of [Pr. PC24].
2
00 to 4294967295
Refer to the
following.
acc unitsPossibleRefer to the
following.
*1
*2
[Pr. PC24]
[Pr. PV09]
13
13 Profile Position Mode Objects
13.8 [Quick stop deceleration (Obj. 6085h)]
83
14 Homing Mode Objects
14.1[Home offset (Obj. 607Ch)]
[Home offset (Obj. 607Ch: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I32RWTXMAP0-2147483648 to
2147483647
Description
Set the difference between the zero position of the machine coordinate system and the homing position.
14.2[Homing method (Obj. 6098h)]
[Homing method (Obj. 6098h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I8RWRXMAP37-43 to 37Possible[Pr. PT45]
pos unitsPossible[Pr. PT08]
Description
Set a homing method.
14.3[Homing speeds (Obj. 6099h)]
[Homing speeds (Obj. 6099h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U8ROImpossible22 (fixed)Impossible
Description
The total number of Sub Indexes (= 2) is returned.
[Speed during search for switch (Obj. 6099h: 01h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32RWRXMAPRefer to the
following.
Description
Set the servo motor speed for homing. If the set speed exceeds 8000 r/min, the servo motor speed is clamped at 8000 r/min.
When changing the maximum value of "Range" to the permissible speed, set [Pr. PA28.4 Speed range limit selection] to "1".
The description of the object varies as shown in the table below, depending on the combination of the setting of [Pr. PT01.1
Speed/acceleration/deceleration unit selection] and the connected servo motor.
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I32RWImpossibleRefer to the
following.
Impossible
15
Description
The SI unit acceleration is returned.
The SI unit acceleration is automatically set in accordance with the combination of [Pr. PT01.1 Speed/acceleration/
deceleration unit selection] and the connected servo motor.
[Pr. PT01.1]Range
0 (encoder unit)FD030000h (ms)
2
1 (command unit)00005700h (pulse/s
)
15 Factor Group Objects
15.6 [SI unit velocity (Obj. 60A9h)]
91
16 Optional application FE Objects
16.1[Digital inputs (Obj. 60FDh)]
[Digital inputs (Obj. 60FDh: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
U32ROTXMAP00000000h to
037F0007h
Description
The ON/OFF status of the input device connected to the servo amplifier is returned.
BitNameDI pin
17DI1CN3-2
18DI2CN3-12
19DI3CN3-19
20DI4
21DI5
22EM2/EM1CN3-20
BitDescription
0Negative limit switch
When [Pr. PA14] is set to "0":
0: LSN (Reverse rotation stroke end) off
1: LSN (Reverse rotation stroke end) on
When [Pr. PA14] is set to "1":
0: LSP (Forward rotation stroke end) off
1: LSP (Forward rotation stroke end) on
1Positive limit switch
When [Pr. PA14] is set to "0":
0: LSP (Forward rotation stroke end) off
1: LSP (Forward rotation stroke end) on
When [Pr. PA14] is set to "1":
0: LSN (Reverse rotation stroke end) off
1: LSN (Reverse rotation stroke end) on
2Home switch
0: DOG (Proximity dog) off
1: DOG (Proximity dog) on
3 to 16(reserved)
The value at reading is undefined.
17DI1
Refer to the following for details.
Page 93 DI1
18DI2
Refer to the following for details.
Page 93 DI2
19DI3
Refer to the following for details.
Page 94 DI3
20DI4
Refer to the following for details.
Page 94 DI4
21DI5
Refer to the following for details.
Page 95 DI5
22EM2/EM1
Refer to the following for details.
Page 95 EM2/EM1
Impossible
92
16 Optional application FE Objects
16.1 [Digital inputs (Obj. 60FDh)]
BitDescription
23(reserved)
The value at reading is undefined.
24 to 31(reserved)
The value at reading is undefined.
■DI1
[Pr. PC79.0]
Setting digit (BIN): _ _ x _
0With assigned function0: Input device selected with [Pr. PD03.0-1] is turned off
100: Input 0 V to DI1 pin
[Pr. PD03.0-1]
*1
No assigned function00: Input 0 V to DI1 pin
*2*3
[Pr. PD60.0]
Setting digit (BIN): _ _ _ x
10: Input 24 V to DI1 pin
10: Input 24 V to DI1 pin
Description of DI1
*4
1: Input device selected with [Pr. PD03.0-1] is turned on
1: Input 24 V to DI1 pin
1: Input 0 V to DI1 pin
1: Input 24 V to DI1 pin
1: Input 0 V to DI1 pin
*1 With the setting value of this servo parameter, whether to return the on/off state of the input device selected in [Pr. PD03.0-1] or to return
the on/off state of DI1 pin can be selected.
*2 With the setting value of this servo parameter, the input device to be assigned to DI1 pin can be changed.
*3 "With assigned function" is applicable when this servo parameter is set to specific values such as "04 (PC)" and "0A (LSP)" and a device
is assigned to DI1 pin.
*4 With the setting value of this servo parameter, the polarity of DI1 pin can be selected.
*5 Refer to "[Pr. PD03 Input device selection 1 (*DI1)]" in the following manual for DI pins which correspond to DI1.
MR-JET-G User's Manual (Parameters)
*5
■DI2
[Pr. PC79.0]
Setting digit (BIN): _ x _ _
0With assigned function0: Input device selected with [Pr. PD04.0-1] is turned off
100: Input 0 V to DI2 pin
[Pr. PD04.0-1]
*1
No assigned function00: Input 0 V to DI2 pin
*2*3
[Pr. PD60.0]
Setting digit (BIN): _ _ x _
10: Input 24 V to DI2 pin
10: Input 24 V to DI2 pin
Description of DI2
*4
1: Input device selected with [Pr. PD04.0-1] is turned on
1: Input 24 V to DI2 pin
1: Input 0 V to DI2 pin
1: Input 24 V to DI2 pin
1: Input 0 V to DI2 pin
*1 With the setting value of this servo parameter, whether to return the on/off state of the input device selected in [Pr. PD04.0-1] or to return
the on/off state of DI2 pin can be selected.
*2 With the setting value of this servo parameter, the input device to be assigned to DI2 pin can be changed.
*3 "With assigned function" is applicable when this servo parameter is set to specific values such as "04 (PC)" and "0A (LSP)" and a device
is assigned to DI2 pin.
*4 With the setting value of this servo parameter, the polarity of DI2 pin can be selected.
*5 Refer to "[Pr. PD04 Input device selection 2 (*DI2)]" in the following manual for DI pins which correspond to DI2.
MR-JET-G User's Manual (Parameters)
*5
16
16 Optional application FE Objects
16.1 [Digital inputs (Obj. 60FDh)]
93
■DI3
[Pr. PC79.0]
Setting digit (BIN): x _ _ _
0With assigned function0: Input device selected with [Pr. PD05.0-1] is turned off
100: Input 0 V to DI3 pin
[Pr. PD05.0-1]
*1
No assigned function00: Input 0 V to DI3 pin
*2*3
[Pr. PD60.0]
Setting digit (BIN): _ x _ _
10: Input 24 V to DI3 pin
10: Input 24 V to DI3 pin
Description of DI3
*4
1: Input device selected with [Pr. PD05.0-1] is turned on
1: Input 24 V to DI3 pin
1: Input 0 V to DI3 pin
1: Input 24 V to DI3 pin
1: Input 0 V to DI3 pin
*1 With the setting value of this servo parameter, whether to return the on/off state of the input device selected in [Pr. PD04.0-1] or to return
the on/off state of DI3 pin can be selected.
*2 With the setting value of this servo parameter, the input device to be assigned to DI3 pin can be changed.
*3 "With assigned function" is applicable when this servo parameter is set to specific values such as "04 (PC)" and "0A (LSP)" and a device
is assigned to DI3 pin.
*4 With the setting value of this servo parameter, the polarity of DI3 pin can be selected.
*5 Refer to "[Pr. PD05 Input device selection 3 (*DI3)]" in the following manual for DI pins which correspond to DI3.
MR-JET-G User's Manual (Parameters)
*5
■DI4
[Pr. PC79.1]
Setting digit (BIN): _ _ _ x
0With assigned function0: Input device selected with [Pr. PD38.0-1] is turned off
100: Input 0 V to DI4 pin
[Pr. PD38.0-1]
*1
No assigned function00: Input 0 V to DI4 pin
*2*3
[Pr. PD60.0]
Setting digit (BIN): x _ _ _
10: Input 24 V to DI4 pin
10: Input 24 V to DI4 pin
Description of DI4
*4
1: Input device selected with [Pr. PD38.0-1] is turned on
1: Input 24 V to DI4 pin
1: Input 0 V to DI4 pin
1: Input 24 V to DI4 pin
1: Input 0 V to DI4 pin
*5
*1 With the setting value of this servo parameter, whether to return the on/off state of the input device selected in [Pr. PD38.0-1] or to return
the on/off state of DI4 pin can be selected.
*2 With the setting value of this servo parameter, the input device to be assigned to DI4 pin can be changed.
*3 "With assigned function" is applicable when this servo parameter is set to specific values such as "04 (PC)" and "0A (LSP)" and a device
is assigned to DI4 pin.
*4 With the setting value of this servo parameter, the polarity of DI4 pin can be selected.
*5 Refer to "[Pr. PD38 Input device selection 4 (*DI4)]" in the following manual for DI pins which correspond to DI4.
MR-JET-G User's Manual (Parameters)
94
16 Optional application FE Objects
16.1 [Digital inputs (Obj. 60FDh)]
■DI5
[Pr. PC79.1]
Setting digit (BIN): _ _ x _
0With assigned function0: Input device selected with [Pr. PD39.0-1] is turned off
100: Input 0 V to DI5 pin
[Pr. PD39.0-1]
*1
No assigned function00: Input 0 V to DI5 pin
*2*3
[Pr. PD60.1]
Setting digit (BIN): _ _ _ x
10: Input 24 V to DI5 pin
10: Input 24 V to DI5 pin
Description of DI5
*4
1: Input device selected with [Pr. PD39.0-1] is turned on
1: Input 24 V to DI5 pin
1: Input 0 V to DI5 pin
1: Input 24 V to DI5 pin
1: Input 0 V to DI5 pin
*1 With the setting value of this servo parameter, whether to return the on/off state of the input device selected in [Pr. PD39.0-1] or to return
the on/off state of DI5 pin can be selected.
*2 With the setting value of this servo parameter, the input device to be assigned to DI5 pin can be changed.
*3 "With assigned function" is applicable when this servo parameter is set to specific values such as "04 (PC)" and "0A (LSP)" and a device
is assigned to DI5 pin.
*4 With the setting value of this servo parameter, the polarity of DI5 pin can be selected.
*5 Refer to "[Pr. PD39 Input device selection 5 (*DI5)]" in the following manual for DI pins which correspond to DI5.
MR-JET-G User's Manual (Parameters)
*5
■EM2/EM1
[Pr. PC79.1]
Setting digit (BIN): _ x _ _
020: EM2 (Forced stop 2) off
10: Input 24 V to EM2/EM1 pin
[Pr. PA04.3]Description of EM2/EM1
*1
1: EM2 (Forced stop 2) on
00: EM1 (Forced stop 1) off
1: EM1 (Forced stop 1) on
1: Input 0 V to EM2/EM1 pin
*2
16
*1 With the setting value of this servo parameter, whether to return the on/off state of EM2 (Forced stop 2)/EM1 (Forced stop 1) or to return
the on/off state of EM2/EM1 pin can be selected.
*2 The DI pin corresponding to EM2/EM1 is the CN3-20 pin.
16 Optional application FE Objects
16.1 [Digital inputs (Obj. 60FDh)]
95
17 Cyclic Synchronous Position Mode Objects
17.1[Position offset (Obj. 60B0h)]
[Position offset (Obj. 60B0h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I32RWRXMAP080000000h to
7FFFFFFFh
Description
Set the position offset.
17.2[Velocity offset (Obj. 60B1h)]
[Velocity offset (Obj. 60B1h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I32RWRXMAP0-2147483648 to
2147483647
pos unitsImpossible
vel unitsImpossible
Description
Set the velocity offset.
The description of the object varies as shown in the table below, depending on the combination of [Pr. PT01.1 Speed/
acceleration/deceleration unit selection] and the connected servo motor.
[Pr. PT01.1]Connected servo motorUnits
0 (encoder unit)Rotary servo motor0.01 r/min
1 (command unit)pulse/s
17.3[Torque offset (Obj. 60B2h)]
[Torque offset (Obj. 60B2h: 00h)]
Data TypeAccessMappingDefaultRangeUnitsSaveParameter
I16RWRXMAP0-32768 to 327670.1 % (rated
torque of 100 %)
Description
Set the torque offset.
Impossible
96
17 Cyclic Synchronous Position Mode Objects
17.1 [Position offset (Obj. 60B0h)]
MEMO
17
17 Cyclic Synchronous Position Mode Objects
17.3 [Torque offset (Obj. 60B2h)]
97
REVISIONS
*The manual number is given on the bottom left of the back cover.
Revision date*Manual numberDescription
November 2019IB(NA)-0300505ENG-AFirst edition
This manual confers no industrial property rights or any rights of any other kind, nor does it confer any patent licenses. Mitsubishi Electric Corporation cannot
be held responsible for any problems involving industrial property rights which may occur as a result of using the contents noted in this manual.