<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/technology/cnxml/schema/dtd/0.5/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" xmlns:m="http://www.w3.org/1998/Math/MathML" id="new">
  <name>Inverted Pendulum on a Translating Base</name>
  <metadata>
  <md:version>1.1</md:version>
  <md:created>2005/10/17 01:42:04.681 GMT-5</md:created>
  <md:revised>2005/10/17 14:10:53.838 GMT-5</md:revised>
  <md:authorlist>
      <md:author id="Robert_Bishop">
      <md:firstname>Robert</md:firstname>
      
      <md:surname>Bishop</md:surname>
      <md:email>rhbishop@mail.utexas.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="eluther">
      <md:firstname>Erik</md:firstname>
      <md:othername>B</md:othername>
      <md:surname>Luther</md:surname>
      <md:email>erik.luther@ni.com</md:email>
    </md:maintainer>
    <md:maintainer id="pzucknick">
      <md:firstname>Paul</md:firstname>
      <md:othername>Edward</md:othername>
      <md:surname>Zucknick</md:surname>
      <md:email>paul.zucknick@gmail.com</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>aerospace</md:keyword>
    <md:keyword>austin</md:keyword>
    <md:keyword>automatic</md:keyword>
    <md:keyword>control</md:keyword>
    <md:keyword>ecp</md:keyword>
    <md:keyword>experiment</md:keyword>
    <md:keyword>lab</md:keyword>
    <md:keyword>laboratory</md:keyword>
    <md:keyword>labview</md:keyword>
    <md:keyword>simulation</md:keyword>
    <md:keyword>system</md:keyword>
    <md:keyword>texas</md:keyword>
    <md:keyword>ut</md:keyword>
  </md:keywordlist>

  <md:abstract>The objective of this lab is to understand the dynamics of an inverted pendulum with a translating base.  Students will use feedback to control an unstable system.  The controller will be designed and implemented in LabVIEW using the Simulation Module and Control Design Toolkit.</md:abstract>
</metadata>
  <content>
<section id="id37706674">
<name>Inverted Pendulum on a Translating Base</name>
<section id="id37706692">
<name>Objectives</name>
<list type="bulleted" id="id37706712">
<item>Understand the dynamics of an inverted pendulum with a
translating base.</item>
<item>Use state feedback to control an unstable system.</item>
</list>
</section>
<section id="id37706342">
<name>Pre-Lab</name>
<list type="enumerated" id="id37706356">
<item>Derive the equations of motion for an inverted pendulum with
a translating base shown in the figure below
<figure id="invertpendulum">
<media type="image/jpeg" src="invertpendulum.jpg"/>
<caption>Inverted Pendulum with a Translating Base</caption></figure>
<figure id="parameters">
<media type="image/jpeg" src="param.jpg"/>
<caption>Pendulum Parameters</caption></figure>
</item>

<item>Find a state-space realization of the system.</item>
<item>Design and simulate a full state-feedback compensator that
stabilizes the system and satisfies the following performance
specifications:
<list type="enumerated" id="id37706407">
<item>Percent overshoot   
  <m:math>
    <m:mo>≤</m:mo>
    <m:mn>10</m:mn>
    <m:mo>%</m:mo>
  </m:math>
</item>
<item>Setting time 
  <m:math>
    <m:mo>≤</m:mo>
    <m:mn>2</m:mn>
    <m:mi>sec</m:mi>
  </m:math>
</item></list></item>
</list>
</section>
<section id="id37706446">
<name>Lab Procedure</name>
<list type="enumerated" id="id37706460">
<item>Configure the plant as shown above in Fig. 1.</item>
<item>Code your state-feedback compensator into the control loop
VI.</item>
<item>Perform a 2500 count step input and save the plot.</item>
<item>Implement dither into your system and perform the step input
again. Save the plot when you are finished.</item>
</list>
</section>
<section id="id37708469">
<name>Post-Lab</name>
<list type="enumerated" id="id37708475">
<item>How did the response of the system with no dither compare to
your simulation? Can you explain the discrepancy?</item>
<item>What effect did dither have on the response of the system?
Was this response trajectory closer to what you had
simulated?</item>
</list>
</section>
</section>
  </content>
  
</document>
