Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Harmonic Oscillator
1. System Definition
2. Design of a P controller
3. Design of a PI controller
4. Design of a PID controller
The model of a harmonic oscillator corresponds to a second order system with as the input and as the output. The system is defined by the angular frequency , the attenuation , and the gain .s
Parameters
Variables
Attenuation
Input
Angular frequency
Output
Gain
The system is defined with the following differential equation
The transfer function that results from this differential equation can be obtained using the DynamicSystems[TransferFunction] command.
The step response for the corresponding system can be observed by changing the slider values for θ and ω in the following application.
In this example, controls the damping, such that a system with results in a system that is under damped and results in an overshoot. For the cases with the system is over damped and the response has no overshoot. If the system is critically damped, resulting in the fastest rise time of the system without overshooting the final value. The parameter is the natural frequency of the system.
The amplitude is set to 1 for this example.
Uncontrolled Step Response
set value
The response to the system to chaging proportional gain controller can be seen below. It is important to note that the P controller is not able to get the system to actually reach the desired final value. The controller has an offset error.
Controlled Step Response - P controller
value
The effects of adjusting the proportional controller gain and integral controller gain values is displayed below. In most cases, the offset error can be eliminated by adding an integral component to the proportional controller.
It is important to note, that a system may become unstable and begin to oscillate out of control if the value of is too small and the value of to large.
Controlled Step Response - PI controller
The system response to changes in the proportional, integral and derivative gains are shown below.
Controlled Step Response - PID controller
Download Help Document