Open loop transfer function this circuit

Hello, Could you please help me get the Modeling of this circuit I'm so weak at modeling and i want to Try Pid on it afterward.

4 Comments

What kind of model are you using ? What are your inputs ? outputs ?
My input is the Variable resistor and the output is the motor when i change the value of the resistor the motor speed changes.
And what is the relationship between these two variables ? To simulate (and control) your system, you should be able to represent it with an equation.
That is what I need the equation. So let's assume that the output is V and it's equal to the volt in the fixed resistor so the output is the Fixed resistor.

Sign in to comment.

 Accepted Answer

Birdman
Birdman on 20 Feb 2018
I prepared a model. What I basically did is modelling the voltage divider part of yours with a MATLAB Function(please see the content of it in model) and DC motor part with Transfer Fcn blocks. I set the both resistors to be changeable during the simulation(gave them as inputs to the function) and by a slider parameter, you can also change the weight of the variable resistor during simulation and instantly see the results on Scope. Change this model according to your needs and I believe it will be easy to implement PID on it afterwards. Note that I set the simulation time to Inf so that you can easily observe what happens to the speed of the motor when you change the resistor's value by its parameter.
Hope this helps.

More Answers (0)

Tags

Asked:

on 18 Feb 2018

Commented:

on 20 Feb 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!