Error: Real-Time Workshop Error: The nonfinite '-inf' is required but nonfinite support is not selected. Please enable nonfinite support.

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)

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.

Categories

Asked:

on 29 May 2012

Commented:

on 2 Nov 2023

Community Treasure Hunt

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

Start Hunting!