2/22/2018
ROBOTIS e-Manual
http://emanual.robotis.com/docs/en/dxl/x/xm430-w210/
27/34
This value indicates whether Dynamixel is in motion or not. If
absolute value of Present Velocity(128) is greater than Moving
Threshold(24), Moving(122) is set to ‘1’. Otherwise, it will be
cleared to ‘0’. However, this value will always be set to ‘1’
regardless of Present Velocity(128) while Profile is in progress
with Goal Position(116) instruction.
Value Description
0
Movement is not detected
1
Movement is detected, or Profile is in progress(Goal
Position(116) instruction is being processed)
2. 4. 36. Moving Status(123)
This value provides additional information about the
movement. Following Error Bit(0x08) and In-Position Bit(0x01)
only work with Position Control Mode, Extended Position
Control Mode, Current-based Position Control Mode.
Details
Description
Bit
7
0x80
-
Unused
Bit
6
0x40
-
Unused
Bit
5
~
Bit
4
0x30
Profile
Type(0x30)
Profile
Type(0x20)
Profile
Type(0x10)
Profile
Type(0x00)
Trapezoidal Velocity Profile
Triangular Velocity Profile
Rectangular Velocity Profile
Profile is not used
Bit
3
0x08
Following
Error
Dynamixel fails to reach target position
trajectory
Bit
2
0x04
-
Unused
Bit
1
0x02
Profile
Ongoing
Profile is in progress with Goal
Position(116) instruction
Bit
0
0x01
In-Position
Dynamixel is reached to target position
2. 4. 37. Present PWM(124)
This value indicates current PWM. For more details, please
refer to the
2. 4. 38. Present Current(126)
Back to Top ▲