2/22/2018
ROBOTIS e-Manual
http://emanual.robotis.com/docs/en/dxl/x/xm430-w210/
15/34
Unit
Value Range
0.088° 0 ~ 4,095(1 rotation)
Note
Max Position Limit(48) and Min Position Limit(52) are only
used in Position Control Mode with a single turn.
2. 4. 19. Shutdown(63)
The Dynamixel can protect itself by detecting dangerous
situations that could occur during the operation.
Each Bit is inclusively processed with the ‘OR’ logic, therefore,
multiple options can be generated.
For instance, when ‘0x05’ (binary : 00000101) is defined as
Shutdown(63), Dynamixel can detect both Input Voltage
Error(binary : 00000001) and Overheating Error(binary :
00000100).
If those errors are detected, Torque Enable(64) is cleared to ‘0’
and the motor output becomes 0[%].
REBOOT is the only method to reset Torque Enable(64) to
‘1’(Torque ON) after the shutdown.
The followings are detectable situations.
Bit
Item
Description
Bit
7
-
Unused, Always ‘0’
Bit
6
-
Unused, Always ‘0’
Bit
5
Overload
Error(default)
Detect persistent load that exceeds maximum
output
Bit
4
Electrical Shock
Error(default)
Detect electric shock on the circuit or
insufficient power to operate the motor
Bit
3
Motor Encoder
Error
Detect malfunction of the motor encoder
Bit
2
OverHeating
Error(default)
Detect internal temperature exceeds the
configured operating temperature
Bit
1
-
Unused, Always ‘0’
Bit
0
Input Voltage
Error
Detect input voltage exceeds the configured
operating voltage
Note
If Shutdown occurs, use below method to reboot
Dynamixels.
1. H/W REBOOT : Turn off the power and turn on again
2. S/W REBOOT : Transmit REBOOT Instruction (For more
details, please refer to the [Reboot] section of Protocol e-
Back to Top ▲