PID ゲインスケジューリング設計

非線形なプラントモデルを制御するPID制御器のゲインスケジューリングを、「Closed-Loop PID Autotuner」ブロックまたは「応答の最適化」アプリを用いて設計します。それぞれの手法のメリット、デメリットを把握することができます。
362 Downloads
Updated 25 Mar 2024

PID ゲインスケジューリング設計

本サンプルモデルでは、非線形なプラントモデルを制御するPID制御器のゲインスケジューリングを、「Closed-Loop PID Autotuner」ブロックまたは「応答オプティマイザー」アプリを用いて設計する。ツールの使い方と、それぞれの手法のメリット、デメリットを把握することができる。

最初に付属の「PIDゲインスケジューリング設計.pdf」(Webリンクはこちら)を読むこと。

必要なツールボックス

本モデルでは、以下のツールボックスを利用する。ただし、インストールしていなくても、モデルを実行せず閲覧するだけであれば可能である。また、例題によっては使わないツールボックスもある。

  • MATLAB®
  • Simulink®
  • Simscape™
  • Control System Toolbox™
  • Simulink Control Design™
  • Simulink Design Optimization™
  • Optimization Toolbox™
  • Global Optimization Toolbox
  • Parallel Computing Toolbox™
  • MATLAB® Coder™, Simulink® Coder™, Embedded Coder®

必要なサポートパッケージ

  • MATLAB Support for MinGW-w64 C/C++ Compiler

※上記はWindows用のコンパイラである。Mac, Linuxでは、それぞれのOSに向けたコンパイラをインストールすること。

※Windows用のコンパイラで、mexファイルを生成できるコンパイラであれば、MinGWでなくてもよい。

目次

PIDゲインスケジューリングをAutotunerを用いて設計する

PIDゲインスケジューリングを応答オプティマイザーを用いて設計する

PID AutotunerのPIL検証

過去バージョン

過去のバージョンのファイル一式は、以下から得ることができる。ただし、過去のモデルには、古い時期に作成したサンプルしか含まれていないことに注意すること。

GitHubからクローンしている場合には、以下の該当バージョンに戻すことで、過去バージョンファイルを得ることができる。

R2023b: v8.0

R2023a: v7.0

R2022b: v6.0

R2022a: v5.0

R2021b: v4.0

R2021a: v3.0.2

R2020b: v2.2

R2020a: v1.1

Cite As

Toshinobu Shintai (2024). PID ゲインスケジューリング設計 (https://github.com/mathworks/pid_autotuing_response_optimization/releases/tag/v9.0), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2023a
Compatible with R2020a to R2023a
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
9.0

See release notes for this release on GitHub: https://github.com/mathworks/pid_autotuing_response_optimization/releases/tag/v9.0

8.0.0.0

See release notes for this release on GitHub: https://github.com/mathworks/pid_autotuing_response_optimization/releases/tag/v8.0

7.0.0.0

See release notes for this release on GitHub: https://github.com/mathworks/pid_autotuing_response_optimization/releases/tag/v7.0

6.0

See release notes for this release on GitHub: https://github.com/mathworks/pid_autotuing_response_optimization/releases/tag/v6.0

5.0

See release notes for this release on GitHub: https://github.com/mathworks/pid_autotuing_response_optimization/releases/tag/v5.0

4.0

See release notes for this release on GitHub: https://github.com/mathworks/pid_autotuing_response_optimization/releases/tag/v4.0

3.0.2

See release notes for this release on GitHub: https://github.com/mathworks/pid_autotuing_response_optimization/releases/tag/v3.0.2

3.0.1

See release notes for this release on GitHub: https://github.com/mathworks/pid_autotuing_response_optimization/releases/tag/v3.0.1

3.0

See release notes for this release on GitHub: https://github.com/mathworks/pid_autotuing_response_optimization/releases/tag/v3.0

2.2

See release notes for this release on GitHub: https://github.com/mathworks/pid_autotuing_response_optimization/releases/tag/v2.2

2.1

See release notes for this release on GitHub: https://github.com/mathworks/pid_autotuing_response_optimization/releases/tag/v2.1

2.0

See release notes for this release on GitHub: https://github.com/mathworks/pid_autotuing_response_optimization/releases/tag/v2.0

1.1

See release notes for this release on GitHub: https://github.com/mathworks/pid_autotuing_response_optimization/releases/tag/v1.1

1.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.