Discrete Control Sysfstem in LabVIEW.pdf

ManhHoangVan 16 views 28 slides Oct 01, 2024
Slide 1
Slide 1 of 28
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28

About This Presentation

fsd


Slide Content

Hans-Petter Halvorsen
https://www.halvorsen.blog
Discrete Control
Systems in LabVIEW

•Introduction
•Mathematical Model
–Discretization –We will make a Discrete version of the Model/Differential Equation
•PID Controller
–Discrete PI Controller –We will make a Discrete version of the standard continuous PI Controller
•Control System
–We make a basic Control System where the Discrete Model and Discrete PI Controller are used
Contents

Hans-Petter Halvorsen
https://www.halvorsen.blog
Introduction
Table of Contents

Introduction
•We will simulate a 1. Order
Process/Differential Equation
–We will Implement a Discrete version of
the Model and perform Simulations
•We will create a basic Control System
–We will make and Implement a Discrete
PI Controller and perform Simulations

Control System
ControllerProcess! "#

Reference
Value Control
Signal%
%PID Controller
The purpose with a Control System is to Control a Dynamic System, e.g., an industrial
process, an airplane, a self-driven car, etc. (a Control System is “everywhere” today)
Feedback Loop

Hans-Petter Halvorsen
https://www.halvorsen.blog
Mathematical Model
Table of Contents

1. Order System
1. Order
Process
" %
̇"=−%"+'(
)="
In order to simulate this model in LabVIEW you can make a discrete version of the
model, or you can implement it as a “Block Diagram” using the features in
LabVIEW Control Design and Simulation Module
Differential Equation of a 1. order System:

̇%=1
)(−%+,")
Where !is the Gain and "is the Time constant
̇"=−%"+'( Dynamic
System"(.)%(.)
Assume the following general Differential Equation:
or:
Where #=!
"and %=#
"
This differential equation represents a 1. order dynamic system
Assume &(()is a step (*), then we can find that the solution to the differential equation is:
+(=!*(1−.$%
")
Input SignalOutput Signal
(byusingLaplace)
1. Order System

100%
63%
,3
.
)
%.=,3(1−#/0
1)
45=%(5)
"(5)=,
)5+1
%(.)1. Order Step Response
Time constant
!is the Gain

Discretization
We have the continuous differential equation: ̇3=−#3+%&
We apply Euler: ̇3≈&'(!$&'
"!
Then we get:
36+1−36
")=−#3(6)+%&(6)
This gives the following discrete differential equation (difference equation):
)*+1=(1−-!%))(*)+-!'((*)
This equation can easily be implemented in any text-based
programming language or the Formula Node in LabVIEWWhere #=!
"and %=#
"

Discrete Model in LabVIEW
"#+1=(1−)!*)"(#)+)!,-(#)

Simulation in LabVIEW

Code

Hans-Petter Halvorsen
https://www.halvorsen.blog
PID Controller
Table of Contents

Control System
ControllerProcess! "#

Reference
Value Control
Signal%
%PID Controller
The purpose with a Control System is to Control a Dynamic System, e.g., an industrial
process, an airplane, a self-driven car, etc. (a Control System is “everywhere” today)
Feedback Loop

PID Controller
!"=$*%+$*
'+(
,
-
%)*+$*'.̇%
PID
Proportional GainIntegral TimeDerivative Time
/.-/-0Tuning Parameters:

!!=!!"#+$$%!−%!"#+$$
'%'&%!
%/=,/−./
DiscretePI Controller that we can implement in different programming languages:
(0=1!2+1!
3"4
#
$
256
PI Controller
Very often we just need a PI Controller:

-1=2"3+2"
)#4
$
%
356
We start with the continuous PI Controller:
̇"≈"#−"#−1
)!
We can use the Euler Backward Discretization method:
Where ")is the Sampling Time
Then we get:
-&−-&'(
)!=2"3&−3&'(
)!+2"
)#3&
We derive both sides in order to remove
the Integral:
̇&=!*̇.+!*
"+.
Finally, we get:
"7="7/8+,9#7−#7/8+,9
):);#7
Where.'=<'−+'
Discrete PI Controller

Hans-Petter Halvorsen
https://www.halvorsen.blog
Control System
Table of Contents

Control System
ControllerProcess! "#

Reference
Value Control
Signal%
%
PID Controller
The purpose with a Control System is to Control a Dynamic System, e.g., an industrial
process, an airplane, a self-driven car, etc. (a Control System is “everywhere” today)
Feedback Loop

Control System in LabVIEW

Built-in PID Controller

Discrete PI Controller
!!=#!−%!
&!=&!"#+($!!−!!"#+($
)%)&!!
Discrete PI Algorithm:

Discrete PI Controller (Alternative Solution)

Control System in LabVIEW

Control System Code

Summary
•A Basic Control System has been made using LabVIEW
•Lots of Improvements can be made, e.g.,:
–Improve GUI
•More Features/Functionality, More Intuitive and more user-friendly
–Improve Code Structure, e.g., use a State Machine principle
–Make a more robust PI(D) Controller
–Use and Test with a more complicated Process/Model
–Find better PI(D) Parameters using different Tuning methods, e.g., Ziegler-Nichols, Skogestad, etc.
–Connect and Control a Real Process using a DAQ Device
–Etc.

Hans-Petter Halvorsen
University of South-Eastern Norway
www.usn.no
E-mail: [email protected]
Web: https://www.halvorsen.blog
Tags