The following list gives the most common error codes related to the function blocks of the ABB drives system library. The error codes are received from the “Err” output and they indicate if there is an error during the performance of the function block.
Error code |
Error code number |
Description |
---|---|---|
e_success |
0 (hex 0) |
Success, no error. |
e_WriteProtected |
4 (hex 4) |
The parameter is write-protected. |
e_Hidden |
5 (hex 5) |
The parameter is hidden. |
e_illegalOperation |
6 (hex 6) |
Illegal operation, for example, the parameter type is incorrect. |
e_lowLimit |
9 (hex 9) |
Parameter minimum value is ex- ceeded. |
e_highLimit |
10 (hex A) |
Parameter maximum value is ex- ceeded. |
e_noValueInList |
11 (hex B) |
No value in the list. |
e_parNotFound |
13 (hex D) |
The parameter is not found. |
e_OutsideIndexArea |
774 (hex 306) |
Outside index area. |
e_OverLappingGroup |
775 (hex 307) |
Overlapping group. |
e_UffError |
777 (hex 309) |
UFF error. |