ABB · Application Error ABB Motion Drives Error trouble shoo
This synchronous programming error occurs when a specified data value, such as a parameter setting, falls outside its permissible operating range. An example is setting SCALEFACTOR(0) to a negative value when it must be positive. If no ONERROR event is defined, the program will terminate.
Click steps to track your progress.
Review the line of code or parameter setting that triggered the error and identify the problematic data value.
Consult the drive manual or Mint Workbench help to determine the valid range for the specific parameter or function.
Correct the parameter or variable assignment to ensure the data falls within the acceptable range (e.g., set SCALEFACTOR to a positive value).
Implement input validation in the Mint program to prevent out-of-range values from being assigned.