Skip to main content

2026 ECE 4550 — Control System Design Lab #6-Integral Control of a Positioning System Georgia instit

Page 1

2026 ECE 4550 — Control System Design Lab #6-Integral Control of a Positioning System Georgia institute of technology GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL and COMPUTER ENGINEERING

ECE 4550 — Control System Design — Fall 2026 Lab #6: Integral Control of a Positioning System

Contents 1 Background Material 1 1.1 Plant Modeling .............................................................................................................................. 1 1.2 Position Controller Design ........................................................................................................... 2 1.2.1 Continuous-Time Controller ............................................................................................ 2 1.2.2 Compensation for Actuator Saturation ......................................................................... 3 1.2.3 Discrete-Time Approximation.......................................................................................... 4 2 Lab Assignment 5 2.1 Pre-Lab Preparation ..................................................................................................................... 5 2.2 Tasks .............................................................................................................................................. 5 2.2.1 Response of Position Control System to Step Input.................................................... 6 2.2.2 Response of Position Control System to Sinusoidal Input .......................................... 6

1

Background Material

The objective of this lab is to implement a state-space integral control algorithm on a microcontroller, in order to control the position of a moving object. We will leverage the reduced-order physics-based model of the DC motor plant; the coefficient matrices of this model will be needed for controller design and implementation, so we will use approximate values inferred from measured input-output data. We will exploit plant model knowledge and the computational capability of the microcontroller to perform the numerical processing required by the state-space integral control algorithm, including the real-time approximate solution of differential equations governing the estimator and regulator subsystems of the controller; integrator anti-windup compensation will be used to avoid the poor transient response that would otherwise result from actuator saturation.

1.1

Plant Modeling

The DC motor plant can be modeled with two fidelity levels; its simulation model has three state variables (position, speed and current) whereas its design model has only two state variables (position and speed). The simulation model has higher accuracy, but the design model has lower complexity and is being featured in this and the previous lab; we have this option since the dynamics being neglected by the design model (the voltage to current transient) is stable, well damped, and fast. The design model has state-space form ẋ (t) =

0 1 0 x(t) + u(t) 0 −α β

y(t) = 1 0 x(t).

(1) (2)


Turn static files into dynamic content formats.

Create a flipbook
2026 ECE 4550 — Control System Design Lab #6-Integral Control of a Positioning System Georgia instit by Inter-Educations Hub - Issuu