ABB · ACS880
An attempt was made to set a parameter's value below its defined minimum limit. This protects the system from invalid or unsafe operating points, ensuring operational stability. If the new value is absolutely required, the parameter limits must be adjusted first.
Click steps to track your progress.
1. Identify the parameter being written to and read its configured minimum limit (e.g., check P2-02 for P2-01, or the absolute minimum from the manual).
2. Adjust the PLC program logic or HMI input fields to ensure that the value written to the parameter is always greater than or equal to its minimum 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 minimum limit for the parameter and provides a value above it.