ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Model Predictive Control in Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ส.ค. 2024
  • Linear MPC is implemented on a nonlinear system (Continuously Stirred Tank Reactor). The MPC application is defined in Python to track a temperature set point.

ความคิดเห็น • 13

  • @kishorek2252
    @kishorek2252 6 หลายเดือนก่อน +1

    sir may i know what algorithm is used to predict the future values in server compilation

    • @apm
      @apm  5 หลายเดือนก่อน

      Here is a course that gives many details about Model Predictive Control: apmonitor.com/do/

  • @kishorek2252
    @kishorek2252 6 หลายเดือนก่อน +1

    sir can you please tell in which video you had derived the first order equation of the model

    • @apm
      @apm  6 หลายเดือนก่อน

      Here is more information: apmonitor.com/pdc/index.php/Main/StirredReactor and apmonitor.com/che436/index.php/Main/CaseStudyCSTR

    • @apm
      @apm  6 หลายเดือนก่อน

      Balance equations are discussed here: apmonitor.com/pdc/index.php/Main/PhysicsBasedModels

    • @kishorek2252
      @kishorek2252 6 หลายเดือนก่อน

      Thank you very much sir

    • @kishorek2252
      @kishorek2252 6 หลายเดือนก่อน

      Sir, I am trying to use your mpc code for a batch reactor in which the manipulated variable is flow instead of coolent temperature. Will the code work for it, sir.If not, can you please tell me what can we do to make work for it. I formed the PID controller for my model based on your code and tested it in a real-time system it worked well, sir. Please help me sir.

  • @mahikakarkhanis2885
    @mahikakarkhanis2885 2 ปีที่แล้ว +1

    Is this a distributed model predictive control?

    • @apm
      @apm  2 ปีที่แล้ว

      No, this isn’t distributed.

  • @mohakbothara1962
    @mohakbothara1962 6 ปีที่แล้ว

    Sir what does the negative values on the time scale imply

    • @apm
      @apm  6 ปีที่แล้ว +1

      It is a relative time scale to the current time. Current time is always zero. The negative time scale shows past data points.

    • @mohakbothara1962
      @mohakbothara1962 6 ปีที่แล้ว

      Thank you sir

    • @mohakbothara1962
      @mohakbothara1962 6 ปีที่แล้ว

      Also if i have to use it for other reactor should i change both the parts i.e the CSTR function and the .apm file or just the CSTR function??