You were on the right path, the way to do is this by adding your own saturation block to the individual branches. Since Matlab doesn't let you break the link, I would suggest you make your own PID block by copying the contents under the mask into a new subsytem and modifying it.
Pid block output limitation
4 次查看(过去 30 天)
显示 更早的评论
I'm setting up a pid controller using simulink pid block where I need to set a limitation(saturation) for pid parameters outputs. As you know, the "limit output" saturates on the total of "P+I+D" outputs but I need to set limitation on each "P" ,"I" and "D" parameters individually. More specifically on "D" outputs.
For this purpose I used the data type menus but it doesnot work what ever I typed in the blanks. I tried to put the saturation block inside the mask but it is locked/forbidden.
Can anybody suggest how to limit the parameters outputs within pid block?
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!