Skip to content

Change the behavior when a parameter is out of range

Gabriel Fedel requested to merge ICSHWI-6109_2 into master

Instead of go to error, notify a warning message and continue. This avoid issues with "NaN2 and out of range values. Before thisc change the state machine would go to error and the operation cannot continue unless you fix the wrong error.

This change fix ICSHWI-6109 and possible ICSHWI-10480

Merge request reports