The objectives of this part of the laboratory experiment on the rotary inverted pendulum are as follows:
Use energy-based control schemes to develop a swing-up pendulum controller.
Implement the balance and swing-up controllers on the Quanser Rotary Pendulum plant and evaluate their performance.
The feedback control loop that balances the rotary pendulum is illustrated in Figure 7. The reference state is defined as x_d = [\theta_d \ 0\ 0\ 0]^ \intercal \tag{28}where is the desired rotary arm angle. The controller is u = K(x_d - x) \tag{29}Note that if then , which is the control gain used in the pole-placement algorithm.
In this section, the state-feedback control that was designed and simulated in the previous sections is run on the actual Rotary Pendulum device.
Experiment Setup
The q_rotpen_bal_student SIMULINK diagram shown in Figure 8 is used to run the state-feedback control on the Quanser Rotary Pendulum system. The Rotary Pendulum Interface subsystem contains QUARC blocks that interface with the DC motor and sensors of the system. The feedback developed in the previous section is implemented using a Simulink Gain block.
Download the Week 2.zip file, unzip it into a new folder and open the week2setup.m script.
Go to the 'Balance Control' section and put the gain K you found in Step 4 of Designing the Balance Control experiment. Run the script.
Open the q_rotpen_bal_student SIMULINK diagram.
As shown in Figure 8, the SIMULINK diagram is incomplete. Add the blocks from the Simulink library to implement the balance control.
You need to add a switch logic to implement Equation 30. Use Multi-port switch with 2 data points and zero-based contiguous. The output from the compare to constant block will be 0 if false and 1 if true. Check your block with TA.
Ensure that you connect the final signal going into the u(V) terminal of the Rotary Pendulum Interface, which is also connected to the u scope terminal.
Turn ON the power amplifier.
Ensure the pendulum is in the hanging down position, with the rotary arm aligned with the 0 marking, and is motionless.
Once it is running, manually bring up the pendulum to its upright vertical position. You should feel the voltage kick-in when it is within the range where the balance control engages. Once it is balanced, the controller will introduce the ±20 degree rotary arm rotation.
The response should look similar to your simulation. Once you have obtained a response, click on the STOP button to stop the controller (data is saved for the last 10 seconds, so stop SIMULINK around 18-19 seconds once the response looks similar to Figure 9).
CAUTION Be careful, as the pendulum will fall down when the controller is stopped.
Similar to the simulation Simulink model, the response data will be saved to the workspace. Copy and paste into your group's folder. Ensure that the data variables have 10 seconds of data saved.
In this section a nonlinear, energy-based control scheme is developed to swing the pendulum up from its hanging, downward position. The swing-up control described herein is based on the strategy outlined in [3]. Once upright, the control developed to balance the pendulum in the upright vertical position can be used.
Given
sufficient condition for asymptotic stability is
Also, the reference energy of the pendulum in equilibrium in its fully upright position as compared to its fully downward position becomes
Taking the time derivative of Equation 35, we get
Taking the time derivative of Equation 38, we get
Now, we replace the bracketed term on the right-hand side of Equation 41 using the equation of motion of the pendulum obtained in Equation 31 to get
Substituting Equation 42 in Equation 38, the time rate of change of the selected Lyapunov equation becomes
With the above selection of control law for the pivot acceleration, Equation 43 becomes
Now, for the quickest change in energy, we may want to use the maximum controller input (acceleration of the pivot), i.e.,
but this controller can lead to chattering. Instead, we use
Recall that the acceleration of the pendulum pivot is related to the torque applied on the rotary arm
Additionally, from Equation 9 of the balance controller design section, we have
Then, the voltage supplied to the rotary base motor is obtained by combining Equations 48 and 49 as
The selected nonlinear control law will swing up the pendulum from the downward position towards the upright position. Once the pendulum is near the upright position, it is balanced around the fully upward position using the linear balance controller.
The energy-based swing-up control can be combined with the balancing control in Equation 29 to obtain a control law that performs the dual tasks of swinging up the pendulum and balancing it. This can be accomplished by switching between the two control systems.
Basically, the same switching implemented for the balance control in Equation 30 is used. Only instead of feeding 0 V when the balance control is not enabled, the swing-up control is engaged. The controller therefore becomes
Run the week2setup.m script
Check if the correct gain K value is loaded onto the workspace.
Open q_rotpen_swingup_student Simulink diagram.
Open the Swing-Up subsystem.
Go into Swing-Up| Energy-Based Swing-Up Control | Pendulum Energy block. Complete the diagram by referring to the total energy of the pendulum given in Equation 38.
Turn on the power amplifier.
Ensure the pendulum is in the hanging down position, with the rotary arm aligned with the 0 marking, and is motionless.
Manually rotate the pendulum up to the upright position. The balance control implemented previously will be activated. While the inverted pendulum is balancing, record the total energy reading displayed in Pen Energy (J) numeric indicator.
Close the SIMULINK. No need to save the data.
Open q_rotpen_swingup_student_2 Simulink diagram.
After the link swings up and is balanced, wait for ~5 seconds and stop the SIMULINK.
Save the data_alpha, data_theta, and data_Vm. Ensure that the data variables have 10 seconds of data saved.
Are Design Specifications 3 and 4 satisfied? Justify using the measured maximum pendulum deflection and motor input voltage values.
From Step C.10, the total energy reading of the inverted pendulum.
Did the swing-up behave as you expected with these parameters?
Compute the maximum acceleration deliverable by the Rotary Servo. Assume the maximum equivalent voltage applied to the DC motor is 5 V such that V_m - K_gk_m\dot{\theta} = 5 \tag{52}
Compare the calculated value of potential energy when upright position (Question C.1) with the value in Result C.1.
Is the selected swing-up control law unique? Is it optimal? Comment.
[3] K. J. Åström and K. Furuta. Swinging up a pendulum by energy control. 13th IFAC World Congress, 1996. ROTARY PENDULUM Workbook INSTRUCTOR v
When running this on the actual system, the pendulum begins in the hanging, downward position. We only want the balance control to be enabled when the pendulum is brought up around its upright vertical position. The controller is therefore u = \begin{cases} K(x_d - x) & |x_2| <\epsilon \\\ 0 & \text{otherwise} \end{cases} \tag{30} where is the angle about which the controller should engage. For example if degrees, then the control will begin when the pendulum is within ±10 degrees of its upright position, i.e. when degrees.
To build the model, click the down arrow on Monitor & Tune under the Hardware tab and then click Build for monitoring . This generates the controller code.
Press Connect button under Monitor & Tune and Press Start .
The dynamics of the pendulum can be redefined in terms of pivot acceleration (see Figure 10) as
The pivot acceleration, , is the linear acceleration of the pendulum link base. The acceleration is proportional to the torque of the rotary arm and is expressed as
According to Lyapunov’s stability theory, a sufficient condition for asymptotic stability of a nonlinear system about an equilibrium point is that the first time derivative of a selected Lyapunov’s function () is negative, i.e.,
Let us select a candidate Lyapunov function for arriving at the control law as a quadratic function of the difference in total energy () and the reference energy () when the pendulum is in equilibrium in the upright position, i.e.,
where the total energy () is the sum of kinetic energy and potential energy .
Now, we need to select such that for asymptotic stability. This can easily be achieved by selecting as
which guarantees .
The selected control law (Equation 44) will continuously decrease the difference between current energy () and the energy of the pendulum in the vertically up position (). Note that the selected control law is nonlinear, it changes sign for and .
where is a tunable controller gain.
Where from Equation 47,
where
The parameter in Equation 51 is a user-selected range of over which the balance controller becomes active.
To build the model, click the down arrow on Monitor & Tune under the Hardware tab and then click Build for monitoring . This generates the controller code.
Press Connect button under Monitor & Tune and Press Start .
To build the model, click the down arrow on Monitor & Tune under the Hardware tab and then click Build for monitoring . This generates the controller code.
Press Connect button under Monitor & Tune and Press Start . The pendulum should be moving back and forth slowly. Gradually increase until the pendulum goes up. You may do this by increasing the gain slider. When the pendulum swings up to the vertical upright position, the balance controller should engage and balance the link.
Note down the values of the swing-up parameters, i.e., , A_\rm{max},and .
From Step B.3.10, plots of the commanded position of the rotary arm (), experimental responses of the rotary arm (), pendulum (), and motor input voltage () obtained using your obtained gain K.
From Step C.17, plots of the experimental responses of the rotary arm (), pendulum (), and motor input voltage ().
From Step C.16, , A_\rm{max},and used to bring the pendulum up.
Evaluate the potential energy of the pendulum when it is in the downward () and upright positions ().
For Question 2, Use Equation 50 to get the maximum acceleration () of the rotary arm.
Compare the calculated value of the maximum acceleration (Question C.2) with the value in Result C.3.