Connexions

You are here: Home » Content » Self-Erecting Inverted Pendulum on a Rotating Base
Content Actions
Lenses

What is a lens?

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...
Affiliated with (?)
This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • This module is included in aLens by: National InstrumentsAs a part of collection:"Control Systems Laboratory"

    Comments:

    "This course, ASE 170P at the Univ. of Texas at Austin, introduces students to fundamental control systems theory with emphasis on design and implementation. These labs focus on technical […]"

    Click the "National Instruments" link to see all content affiliated with them.

    National Instruments
Tags

(?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Self-Erecting Inverted Pendulum on a Rotating Base

Module by: Robert Bishop

Summary: The objective of this lab is to understand the dynamics of an inverted pendulum with a rotating base. Students will use state feedback to control on unstable system. The self-erecting control algorithm will be implemented in LabVIEW, such that once the pendulum control algorithm is finished, control switches to inverted pendulum algorithm. The controllers will be implemented in LabVIEW using the Simulation Module.

Self-Erecting Inverted Pendulum on a Rotating Base

Objectives

  1. Understand the dynamics of an inverted pendulum with a rotating base.
  2. Use state feedback to control on unstable system.
  3. Code a self-erecting control algorithm into LabVIEW which automatically switches to inverted pendulum control.

Pre-Lab

  1. Derive the equations of motion for both a non-inverted and inverted pendulum with a rotating base as shown in the figure below:
    inverpendulumrotate.jpg
    Figure 1: Inverted Pendulum with a Rotating Base
    invertpendulumparam.jpg
    Figure 2: Inverted Pendulum with a Rotating Base Parameters
  2. Find the transfer function of the non-inverted system.
  3. Design and simulate a PD controller that adds energy to the system to provide the self-erecting action.
  4. Find a state-space realization of the inverted system.
  5. Design and simulate a state feedback compensator that stabilizes the system and satisfies the following performance specifications for a step input:
    1. Percent overshoot 5 % 5%
    2. Settling time 1.0 sec 1.0sec

Lab Procedure

  1. Configure the plant for this experiment.
  2. Code your self-erecting controller into the control loop VI.
  3. Before proceeding to the inverted system controller, test your self-erecting algorithm to make sure that it executes correctly.
  4. Once you have achieved the self-erecting action, code your controller for the inverted system into the VI. Your VI should be written such that the controller for the inverted system automatically takes over once the pendulum is near the inverted position.
  5. Run the VI and after carefully checking for stability, execute a 1000 count step input and save the plot.

Post-Lab

  1. Look at your step response plot. What do you notice about the initial direction of the base disk's displacement? Can you explain why this happens in terms of the closed-loop system's zero(s).

Comments, questions, feedback, criticisms?

Send feedback