How does stateflow identify multiple signal inputs?
조회 수: 2 (최근 30일)
이전 댓글 표시
I am trying to use Stateflow to trigger different state/event in my model, where the trigger signals comes from 4 separate blocks. Each of these 4 signals will trigger different state/event.
However, when I am trying to add multiple signal inputs into stateflow, it only allow 1 connector, and all 4 signals must be combined with a mux. (Where as data inputs can be connected individually)
How would stateflow identify which signal is which? Unlike attribute, I cannot name the signal when it comes out of the block. I can only name when adding signal input to the stateflow. But how would stateflow identify which signal from which block is the correct one? Does the number of input port (1-4) identify which signal from the mux it will take? (input port 1 takes the top signal of the mux, and port 4 takes the bottom signal of the mux?)
Thanks!
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Discrete-Event Simulation에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!