타이밍과 실행 제어하기
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.