Designing a controller whice goal is stabilizing

AI Thread Summary
The discussion focuses on designing a controller for stabilizing a known plant using MATLAB, specifically aiming to automate the process without relying on the SISOTool GUI. The user seeks to meet predefined closed-loop system demands and desires a continuous implementation of the controller within the program. There is a query about the specifics of closing the loop with actual plant equipment, including input and output devices. The central question remains how to design the controller automatically. The conversation emphasizes the need for an efficient, intervention-free design process.
dot27
Messages
6
Reaction score
0
Helo,
I am currently designing a controller whice goal is stabilizing (by means of feedback)
a known plant.

The design is carried out with matlab. Now, there is an option of using the gui "sisotool"
for the controller design.
The problem is that i want the closed loop system to meet certain
demands that are defined in *advance*, and I don't want to "manully" create the contoller with the gui, after examining the plant.

My goal is to the close the loop, so that the controller will be implemnted without the use of a gui, as a continuous part of the program with no intervetion (as with the gui).


Thx,
erez ahatul
 
Physics news on Phys.org


dot27 said:
Helo,
I am currently designing a controller whice goal is stabilizing (by means of feedback)
a known plant.

The design is carried out with matlab. Now, there is an option of using the gui "sisotool"
for the controller design.
The problem is that i want the closed loop system to meet certain
demands that are defined in *advance*, and I don't want to "manully" create the contoller with the gui, after examining the plant.

My goal is to the close the loop, so that the controller will be implemnted without the use of a gui, as a continuous part of the program with no intervetion (as with the gui).


Thx,
erez ahatul

Do you have a specific question that you would like to ask?


EDIT -- and are you planning on actually closing the loop with some plant equipment? What are your output and input devices going to be?
 


the question is: how do i design the controller automatically?
 
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...
Back
Top