タイミングと実行の制御
Simulink® モデルと統合するために、チャートのタイミングと実行セマンティクスを調整します。ステートの更新頻度、イベントの優先順位、実行コンテキストを使用して、実行を制御します。イベントと遷移処理を使用して、予期しない動作を回避します。
トピック
- Control When Charts Execute by Using Temporal Logic Operators
Design Stateflow charts that respond to changes in data values by connecting transitions and actions to data conditions.
- Control Parallel State Execution Order
Control execution order of parallel states for predictable data flow and event processing.
- Create Event-Based Timing Patterns
Use event-based temporal logic operators to create timing patterns that execute chart actions based on event occurrences rather than absolute time.
- Synchronize Actions Between Parallel States
Synchronize actions in parallel states using implicit events, local event broadcasts, state activity checks, function-call bindings, and temporal logic operators to coordinate behavior across your Stateflow chart.
- Filter Transient Signals
Filter transient signals in your control systems to prevent unwanted responses and create stability by using debouncing techniques.