ABB · ACS880
The system attempted to select a value for a list-type parameter that is not available in its predefined list of options. This typically occurs when a discrete parameter is assigned an undefined enumeration value, leading to an invalid configuration.
Click steps to track your progress.
1. Consult the drive's parameter manual to identify all valid enumeration options (e.g., 0=V/F, 1=Sensorless Vector) for the specific list-type parameter (e.g., P5-01).
2. Modify the PLC program or HMI configuration to ensure that only the predefined, valid integer values are written to the list-type parameter.
3. If using an HMI, verify that the dropdown list or selection buttons are correctly mapped to the integer values specified by the drive.
4. Check for firmware compatibility issues; if the drive's firmware has been updated, ensure the application logic reflects any changes to parameter enumeration values.