MatLab: PID Example

Поделиться
HTML-код
  • Опубликовано: 4 дек 2024

Комментарии • 77

  • @erisamehmeti2241
    @erisamehmeti2241 7 лет назад +5

    could say these were some 14 minutes well spent,not only learning matlab but also the logic of pid! Thanks a lot!

  • @sunnydixit2508
    @sunnydixit2508 9 лет назад +30

    I really want to thank you for your video lecture on PID control. It was easy to understand.

  • @hussainhussain5153
    @hussainhussain5153 2 года назад

    one of the best understanding tutorials i have ever watched

  • @fernandofreitas4521
    @fernandofreitas4521 5 лет назад +3

    Thanks from Brazil, how straightforward and clear was that.

  • @madhusudhanm7037
    @madhusudhanm7037 5 лет назад

    This is the Actual way to understand PID controller ,Thanks for this video .

  • @EE22B016GIRBANMANDAL
    @EE22B016GIRBANMANDAL 3 месяца назад

    Very clear explanation. Thank you. Love from India ❤...

  • @michel3892
    @michel3892 3 года назад

    thanks man! I used your video on my power point apresentation about PD controler! much gratefull. From Brazil

  • @miguelluigi
    @miguelluigi 7 лет назад +2

    oh my gosh, this illustration is ENORMOUSLY amazing! great job sir

  • @mdabusayeed2305
    @mdabusayeed2305 7 лет назад

    Best lecture on PID for easY Understanding

  • @susyc.johnston527
    @susyc.johnston527 7 лет назад +1

    Thanks a lot!!!! I am so glad I've found your channel!

  • @shelory
    @shelory 7 лет назад

    i have to say that you saved me! we did tests in a lab and unfortunately i didint have enough time to play with the parameters enough to understand what was happening, you solved the problem for me!

  • @harpiasan2885
    @harpiasan2885 2 года назад

    I LOVE YOU MAN THANK YOU SO MUCH IM GONNA CRY RN

  • @coolstuff8857
    @coolstuff8857 10 лет назад

    Thanks a lot! This might help me a lot for tomorrow's lab session.

  • @interestingengineering291
    @interestingengineering291 4 года назад

    Thanks for this videos it’s so easy to understand

  • @jannusmouton8835
    @jannusmouton8835 9 лет назад +2

    Awesome recourse! Helped me a lot!

  • @fernandotovar5652
    @fernandotovar5652 4 года назад

    Thank you. It helped me a lot!

  • @tiagobarbosa509
    @tiagobarbosa509 7 лет назад +1

    You are amazing! thank you so much!

  • @osamazahid715
    @osamazahid715 5 лет назад +1

    You did a supb Job! I love it.

  • @alauddzr384
    @alauddzr384 9 лет назад

    thanks¡¡¡¡ this help me to verify the response of a reboyler process

  • @nikeackerman6789
    @nikeackerman6789 4 года назад

    Thank you for a very informative video

  • @asyraafshahiful858
    @asyraafshahiful858 Год назад

    TERIMA KASIH PAKLONG

  • @josephakintola8921
    @josephakintola8921 8 месяцев назад

    Good work!

  • @ivansilvadem132
    @ivansilvadem132 6 лет назад

    Cool explanation sir.. thanks!

  • @Kingstanding23
    @Kingstanding23 8 лет назад +2

    This is great. Thanks for sharing your knowledge in such a calm and informative way. I've been looking at PID controller apps on the web but this is by far the best what of doing it, constructing my own controller in real time with you. One thing I've failed to find so far on youtube is a video showing the complete process of designing and implementing a control system for a real system, from deriving the ODEs of the system to a physical working plant.
    Also; do you know of a way to embed Matlab code into Labview code to control a NI driven system? Like having a Matlab PID controller embedded into a Labview motor controller vi.
    Anyway, awesome vid.
    Cheers, Dom.

  • @AdityaVaishampayan1996
    @AdityaVaishampayan1996 8 лет назад

    thanks... made my concept clear

  • @joecooltasker
    @joecooltasker 7 лет назад +1

    updated for 2016
    Num= 3;
    denom=[ 1 3 1];
    gp = tf(Num,denom);
    H=1;
    M=feedback(gp,H);
    step(M);
    hold on
    %%
    kp=4;
    ki=0;
    kd=0;
    gc= pid(kp,ki,kd);
    MC=feedback( gc*gp,H);
    step (MC)

  • @Sandeep-gn6jj
    @Sandeep-gn6jj 5 лет назад +1

    perfect explanaton ...awesome

  • @shaflyhamzah3848
    @shaflyhamzah3848 4 года назад

    Thanks! Very helpful

  • @nixonsava7052
    @nixonsava7052 10 лет назад +1

    great explanation ;)

  • @vhpagani7558
    @vhpagani7558 6 лет назад

    That was the neste tutorial i've see!!!!!!!

  • @e734127803
    @e734127803 10 лет назад +3

    thanks
    but may i ask why are you targeting a value of 1
    is it the set point!

  • @nsh8549
    @nsh8549 2 года назад

    Thank you very much

  • @dr.sikanderhans4077
    @dr.sikanderhans4077 5 лет назад

    excellent video thank you sir

  • @elmoctarabdelbaghiabdy9664
    @elmoctarabdelbaghiabdy9664 5 лет назад

    Thanks that is very helpful

  • @prasadadavi6618
    @prasadadavi6618 4 года назад

    Awesome 🙏

  • @Toneehulk504
    @Toneehulk504 5 лет назад

    Please make more videos on control systems

  • @shibasisganguly6916
    @shibasisganguly6916 9 лет назад

    nice demonstration

  • @johnappleseed9492
    @johnappleseed9492 4 года назад

    Excellent

  • @suf.y
    @suf.y 5 лет назад

    thank you for your video

  • @Nighttdl
    @Nighttdl 6 лет назад

    Thank you! It helped me a lot! I didnt know the two percentage symbols thing...

  • @user-ml6nz2tu9o
    @user-ml6nz2tu9o 4 года назад

    Well, I went to the wrong university. THANKYOU SO MUCH!!!!

    • @KnowHow72
      @KnowHow72 4 года назад +1

      Design and Implementation of Controllers using Matlab (UPDATED VERSIONS)
      (SISO TOOL)
      ruclips.net/video/h5vRkDr3CJQ/видео.html

  • @huianleo3025
    @huianleo3025 7 лет назад

    Huge thanks

  • @kelennaanyanwu5372
    @kelennaanyanwu5372 6 лет назад

    When I use simulink to create P and Pi controllers for function it matches this. But once I have a PID third order system the view in the scope and the code generated one here don't match. Any idea why?

  • @LM-he5mj
    @LM-he5mj 4 года назад

    Thanks for vedio.
    How can i know my Gb if i have Modell and i want to controll it with PI Controller??

  • @ItaldesignSchigera
    @ItaldesignSchigera 7 лет назад

    I still did not understand why you prefer saying 'introducing higher harmonics' over 'damping out'. Can you explain the former more elaborately?
    Thank you.

  • @pnachtwey
    @pnachtwey 7 лет назад +5

    All I see is tweaking gains and looking at the results.
    What will these students do when they see the next system?
    Tweak gains and look at the results.
    The controller gains can be calculated to get a desired response.
    There is no need for trial and error.
    Students don't know any better. They don't realize the video only scratches the surface.
    The video is good for technicians but engineers should go much deeper into this topic.
    How do you know the gains you chose don't saturate the control output? Matlab doesn't care but real systems do.
    Tuning the 3rd order system at the end is much harder to do by trial and error. A simple PID will work but not well. My hint is to use pole placement and don't be surprised if the result is 4 gains. Matlab should be able to do this but getting the answer without understanding is a shame. Solving these problems symbolically provide true insight.
    The best solution I could find for the last 3rd order solution was Ki=1.03 Kp=1.17 Kd=0.556. The results still are not very good relative to using the PID with second derivative gain.

    • @nelsondarwinpaktech3954
      @nelsondarwinpaktech3954 6 лет назад

      buddy,,,pid, kalman, wavelet and fft, transistors chrcterstcs, viola jones, ofdm,........aaah,,how many things a person can understant in whole life....

  • @ItaldesignSchigera
    @ItaldesignSchigera 7 лет назад

    @6:00 is is not actually two plots isn't it? You haven't used the "hold on' command.

  • @lucasazara8756
    @lucasazara8756 9 лет назад

    hey,do you have an example of controller split-range with two valves?

  • @anitham5436
    @anitham5436 2 года назад

    %% need?......very thankful sir.

  • @maxgh1234
    @maxgh1234 4 года назад

    where can i expand my knowledge bout the d part? I get why it brings higher frequency into the system but what I didnt understand is how this results in reducing the oscillation in the step response. I know that an answer has been given in the video but apparently my control system knowledge is not sufficient enough. Help is much appreciated:)

    • @KnowHow72
      @KnowHow72 4 года назад +2

      Design and Implementation of Controllers using Matlab (UPDATED VERSIONS)
      ruclips.net/video/h5vRkDr3CJQ/видео.html

    • @KnowHow72
      @KnowHow72 4 года назад +2

      You can ask your questions in our comments section, and our team will respond to you in time!

  • @winybandamee9896
    @winybandamee9896 7 лет назад

    wooow. thank you master

  • @peacefulmusic5426
    @peacefulmusic5426 4 года назад

    how is the plot coming without using the plot command can you please tell. i am doing as done in the video, but the graph doesnt appear.

  • @aphrodisnduwamungu3184
    @aphrodisnduwamungu3184 9 лет назад

    can you help me to know how i can adjust two PID controller at the same time in mat lab

  • @sonmezmarsel8620
    @sonmezmarsel8620 3 года назад

    But if the system is not linear and it can't be modeled by transfer function? How can we use PID in Matlab?

  • @elmoctarabdelbaghiabdy9664
    @elmoctarabdelbaghiabdy9664 5 лет назад

    Hi, do you have a programme for pb model without Simulink

  • @ashaimaalwaier9989
    @ashaimaalwaier9989 5 лет назад +1

    thanks thanks

  • @maulanafahman9332
    @maulanafahman9332 5 лет назад

    when we include P controller in that system, respons system its late then we not include P controller??

  • @alialyousy
    @alialyousy 4 года назад

    what is PID means?

  • @khansarahman1465
    @khansarahman1465 6 лет назад

    Helpful

  • @mohammadadil7763
    @mohammadadil7763 6 лет назад

    Excellent.

  • @aphrodisnduwamungu3184
    @aphrodisnduwamungu3184 9 лет назад

    anyway who can help me to tell ,me how i can adjust TWO PID controller at the same time whereas i do not know the plant function

  • @princedeepak3695
    @princedeepak3695 9 лет назад

    pls help me tune pid through genetic algo in matlab

  • @userchanel2531
    @userchanel2531 3 года назад

    What its "H"? Its set point right?

  • @abdulkadirkhan5215
    @abdulkadirkhan5215 7 лет назад

    any one know how to add pzt actuator and pvdf sensor in simulink

  • @j3s0n
    @j3s0n 4 года назад

    test comment

  • @daliayashou8583
    @daliayashou8583 6 лет назад

    THank you for your video, its helpful.. I want to ask if you can help me with a qusestion about designing a PID controller. It look like the example you showed in the video, but I have more details I should add, and dont know how to do it. If you can help me please write me your email adress and then I will contact you there, thank you in advance

  • @hehexd922
    @hehexd922 3 месяца назад

    ngl bro the tutorial is cool but the way you keep sighing I had to mute the video

  • @j3s0n
    @j3s0n 4 года назад

    test comment