Error: Real-Time Workshop Error: The nonfinite '-inf' is required but nonfinite support is not selected. Please enable nonfinite support.
Show older comments
Hi,
I am working on Auto code generation using embedded coder for an AUTOSAR compliant simulink model. After selecting AUTOSAR.tlc, in Interface tab, the 'Nonfinite' support is disabled.
There is no way to edit this check as the field is locked.
When I build the generated code, I get this error: The nonfinite '-inf' is required but nonfinite support is not selected. Please enable nonfinite support.
Does anyone have an idea about this?
Note: I am currently using MATLAB Version 7.11 (R2010b)
Answers (1)
Kaustubha Govind
on 29 May 2012
0 votes
I'm guessing that nonfinite numbers violate AUTOSAR compliance rules, which is why that option is disabled? The best course of action might be to figure out where the nonfinite number is coming from, and use something like a Saturation block to ensure that it is always a finite value. You could try with ERT.TLC to also experiment a little.
1 Comment
satyam thakur
on 2 Nov 2023
How ERT will help here? if he wants to build using the autosar coder.
Categories
Find more on AUTOSAR Blockset in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!