イベント関数
カスタム ルーチンを既定のモデル初期化メソッドと終了メソッドに追加して、動的な起動とシャットダウン動作をモデル化します。シミュレーション時に、イベントで実行されるメソッドを制御します。初期値でブロックを再初期化する関数を作成します。
ブロック
モデル設定
Parameter Writer ブロックの検証 | Globally or locally enable parameter validation (R2023a 以降) |
トピック
- Common Uses of the Initialize Function Block
This example shows how to use the Initialize Function block to perform these common initialization actions.
- 初期化関数、再初期化関数、リセット関数および終了関数の使用
初期化関数呼び出しイベントを使用してブロックの状態を設定します。再初期化関数呼び出しイベントまたはリセット関数呼び出しイベントを使用してブロックの状態をリセットします。終了関数呼び出しイベントを使用してブロックの状態を保存します。
- 関数呼び出しを生成するテスト ハーネスの作成
初期化関数、リセット関数および終了関数呼び出しイベントをスケジュールする。
- Initialize, Reset, and Terminate State of Simulink Block
This example shows how to use the Initialize Function, Reset Function, and Terminate Function blocks to respond to events in a Simulink model.
- パラメーター値の初期化とリセット
Parameter Writer ブロックを使用して、モデルのシミュレーション中にブロック パラメーターの値を変更する。
- Working with the Reinitialize Function Block
This example shows how to use a Reinitialize Function block to reset the initial condition of a Discrete-Time Integrator block for every function-call event received by a subsystem. In this example, the Reinitialize Function block is inside a subsystem, and the subsystem receives a function-call event at every five simulation time steps.
- 初期化関数、再初期化関数、リセット関数および終了関数の制限
ブロック、機能、モデル化パターンが Initialize Function ブロック、Reinitialize Function ブロック、Reset Function ブロック、Terminate Function ブロックでサポートされるかどうかを調べる。
- Prepare Sensor and Controller Models in a Distributed Monitoring System for Code Generation
Prepare models to generate code for deployment on target hardware platforms.
- Use Parameter Writer Block to Change Block Parameters
This example shows how to use the Parameter Writer block to change the values of block parameters.
- Use Connectors Tool to Visualize Connections Between Blocks
This example shows how to use the Connectors tool to visualize the connections between blocks. This visualization further helps to debug a model.
- Access Data Store at Higher Level in Model Hierarchy
Access data store defined at a higher-level in the model hierarchy.