Chart (StateFlow) input and output is the same signal
4 ビュー (過去 30 日間)
古いコメントを表示
How can I use the same signal as iput and output of the Chart?
The chart do not allow define the same name for Input port and Output port.
Is there some way how I can 'say' to the Chart object, that the signal on Input and also on Output is the same?
Thanks you.
0 件のコメント
回答 (1 件)
Muthukumar Ganesan
2022 年 7 月 19 日
Hi,
You cannot use ports to update same signal in stateflow whereas you can add a stateflow data and configure it to "Data Store Memory". In the Data store memory block, the corresponding signal should be mapped.
Thanks.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!