Embedded Coder Integer Saturation

조회 수: 4 (최근 30일)
Jake Gareau
Jake Gareau 2025년 2월 7일
답변: Aravind 2025년 2월 10일
In Stateflow I am using the "after" command as transition logic to delay the next state.
I noticed in embedded coder generated code that this always seems to come with Saturation logic on this counter regardless of if the chart property for saturating on integer overflow is selected.
Is this something I can control or is there some differing requirement with this specific command

답변 (1개)

Aravind
Aravind 2025년 2월 10일
It seems you are noticing saturation logic being used in the counter for the “after” command in Stateflow's generated code, regardless of whether the "Saturate on integer overflow" option is enabled.
To clarify, the "Saturate on integer overflow" option controls whether integer overflow is permitted for general operations within the chart, but it does not affect how the “after” command is implemented in the generated code. For more details on this option, you can check the documentation here: https://www.mathworks.com/help/releases/R2024a/stateflow/ug/handling-integer-overflow-for-chart-data.html.
The saturation logic for the counter related to the “after” command is automatically included by Embedded Coder to ensure the safety and robustness of the generated code. This logic is not something you can configure or control.
I hope this clears up your question. If you can provide more details about your specific use case and why you want to control the logic for the “after” command in the generated code, I would be glad to offer further assistance.

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by