2/22/2018
ROBOTIS e-Manual
http://emanual.robotis.com/docs/en/dxl/x/xm430-w210/
19/34
Note
K
a
stands for Anti-windup Gain and ‘β’ is a conversion
coefficient of position and velocity that cannot be modified by
users. For more details about the PID controller, please refer to
the
2. 4. 26. Position PID Gain(80, 82, 84), Feedforward 1st/2nd
Gains(88, 90)
These Gains are used in Position Control Mode and Extended
Position Control Mode. Gains of Dynamixel’s internal
controller can be calculated from Gains of the Control Table as
shown below. The constant in each equations include
sampling time. Position P Gain of Dynamixel’s internal
controller is abbreviated to K
P
P and that of the Control Table
is abbreviated to K
P
P
(TBL)
.
Controller
Gain
Conversion
Equations
Range Description
Position D
Gain(80)
K
P
D
K
P
D =
K
P
D
(TBL)
/ 16
0 ~
16,383
D Gain
Position I
Gain(82)
K
P
I
K
P
I = K
P
I
(TBL)
/ 65,536
0 ~
16,383
I Gain
Position P
Gain(84)
K
P
P
K
P
P =
K
P
P
(TBL)
/
128
0 ~
16,383
P Gain
Feedforward
2nd Gain(88)
K
FF2nd
K
FF2nd(TBL)
/
4
0 ~
16,383
Feedforward
Acceleration
Gain
Feedforward
1st Gain(90)
K
FF1st
K
FF1st(TBL)
/
4
0 ~
16,383
Feedforward
Velocity Gain
Below figure is a block diagram describing the position
controller in Position Control Mode and Extended Position
Control Mode. When the instruction from the user is received
by Dynamixel, it takes following steps until driving the horn.
1. An Instruction from the user is transmitted via Dynamixel
bus, then registered to Goal Position(116).
Back to Top ▲