필터 지우기
필터 지우기

Is possible uses PLC Code Generation with MPC (Model Predictive Control)

조회 수: 7 (최근 30일)
Hello Guys, I am working in my final proyect of my career. My goal is implement a Predictive Control in a PAC
The PAC is of Rockwell Automation, Logix5000 Models.
I found the tool of matlab for converter a simulink model to PLC Code, its name is PLC Code Generation. I was make some examples with simple controllers and PID in discrete time. I found a MPC Block, and i was tunning this controller for my plant. I was run a simulation and this is rigth. Now I will want generate the PLC Code.
I converted the MPC Block of simulink in a Subsystem and set the solver type for Fixed-step, i dont change de Solver, now i use ODE3
Then, i activeted Treat as atomic unit. but when Check Subsystem Compatibility, appears some errors
The first error is: Variable-size arrays are currently disable for code generation. Consider selecting the support varable-size signals option on the configuration parameters > code generation > interface page.
And i try enable this option in the options, but this option no appear for any place.
You can helpme, Thanks you and sorry for my bad english

채택된 답변

Arkadiy Turevskiy
Arkadiy Turevskiy 2013년 5월 30일
편집: Arkadiy Turevskiy 2015년 5월 11일
At the time this question was asked MPC Controller block did not support structured text generation with Simulink PLC Coder. This support has been since added starting with R2014a, so this will work now.
Here is an example illustrating the workflow.

추가 답변 (2개)

Yang Gomez
Yang Gomez 2013년 5월 31일
Hello Man, Thanks for your answer.
I was think, MPC Toolboox not supported PLC Code Generation, and you are confirmed my apreciation.
For the moment, i solve this problem with using a OPC Server between MATLAB and RSLINK GATEWAY.
Regards
Yang Gomez
  댓글 수: 1
sandeep chowdhury
sandeep chowdhury 2019년 4월 22일
Hi
Does using OPC server works perfectly in real time processes or it adds delay ?

댓글을 달려면 로그인하십시오.


Magdi Nabi
Magdi Nabi 2017년 10월 3일
hi, just an inquiry, are you saying i can implement MPC to Rockwell PLC unit (Allen Bradley)?
the reason i am asking i am designing PID cascade control for my system, however i know MPC is a perfect tool and its more precisely that the classic PID so if i can implement MPC to PLC that will be great,
Please correct me if i am wrong.
Thank you

Community Treasure Hunt

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

Start Hunting!

Translated by