ABB · ACS880
An attempt was made to set a parameter's value above its defined maximum limit. This prevents system operation outside safe or intended bounds, crucial for equipment longevity and safety. If the new value is critical, the parameter limits must be expanded.
Click steps to track your progress.
1. Identify the parameter being written to and read its configured maximum limit (e.g., check P2-03 for P2-01, or the absolute maximum from the manual).
2. Adjust the PLC program logic or HMI input fields to ensure that the value written to the parameter is always less than or equal to its maximum limit.
3. Verify the scaling configuration for any analog input (e.g., P7-03 for AI1) that influences the parameter's value to ensure proper mapping within the acceptable range.
4. If manual entry, ensure the operator is aware of the maximum limit for the parameter and provides a value below it.