Question 5.21: A Single-Link Robot Arm with a Gearbox Consider the single-l...
A Single-Link Robot Arm with a Gearbox
Consider the single-link robot arm in Example 5.17. It is driven by a DC motor through a gearbox with a gear ratio of N=1 / 70. The mass moments of inertia of the motor and the load are I_{\mathrm{m}} and I, respectively. The coefficients of torsional viscous damping of the motor and the load are B_{\mathrm{m}} and B, respectively. \tau_{\mathrm{m}} is the torque generated by the motor. The parameter values are I_{\mathrm{m}}=3.87 \times 10^{-7} \mathrm{~kg} \cdot \mathrm{m}^{2}, I=0.0016 \mathrm{~kg} \cdot \mathrm{m}^{2}, B_{\mathrm{m}}=0 \mathrm{~N} \cdot \mathrm{m} \cdot \mathrm{s} / \mathrm{rad}, and B=0.004 \mathrm{~N} \cdot \mathrm{m} \cdot \mathrm{s} / \mathrm{rad}. Assume that the robot arm is initially at rest and the motor torque is \tau_{\mathrm{m}}(t)=0.003 u(t), where u(t) is the unit-step function with a step time of 0 seconds. Build a Simscape model of the physical system and find the angular velocity output \dot{\theta}(t).
Learn more on how we answer questions.
The Simscape model of the system is shown in Figure 5.114. To model the robot arm, two Inertia blocks are included, one for the motor and the other for the load. Because the damping of the motor can be ignored, one Rotational Damper block is included to represent the damping of the load. The shaft of the motor and that of the load are coupled through a gearbox. Double-click on the Gear Box block and type 70 (not 1/70) for the Gear ratio, which in Simscape is defined as the ratio of the input shaft angular velocity to that of the output shaft. This is the reciprocal of the gear ratio defined in Equation 5.53.
\frac{\omega_2}{\omega_1} = N. (5.53)
The output of port \mathrm{W} of the Ideal Rotation Motion Sensor is the corresponding angular velocity \dot{\theta}(t), which is shown in Figure 5.115.
Note that only the Simscape block diagrams are given in the above two examples. The corresponding Simulink modeling is left to the reader as an exercise.

