ABB · ACS880
An attempt was made to access a parameter index that falls outside the permissible range for its group. This often happens with array-like parameters where indices are restricted to a specific count (e.g., Motor 1, Motor 2, but attempting to access Motor 3 if only 2 are supported).
Click steps to track your progress.
1. Consult the drive's parameter manual to determine the valid index range (e.g., 0-3) for the specific array-like parameter (e.g., P3-01).
2. Review the PLC program and adjust the array indexing logic (e.g., ensure loop counters for P3-01[x] stay within 0-3).
3. Verify the HMI tag definition or configuration for the indexed parameter to ensure the index used is within the permissible limits.
4. If the parameter is dynamically sized, check the associated size parameter (e.g., P3-00, Array Size) to confirm the current maximum index.