PLC_R_APPLICATION_ERROR: Detected Application Error Status Codes
The PLC_R_APPLICATION_ERROR enumeration data type contains the following values:
Enumerator |
Value |
Comment |
---|---|---|
PLC_R_APP_ERR_UNKNOWN |
FFFF hex |
Undefined error. |
PLC_R_APP_ERR_NOEXCEPTION |
0000 hex |
No error has been detected. |
PLC_R_APP_ERR_WATCHDOG |
0010 hex |
Application watchdog expired. |
PLC_R_APP_ERR_HARDWAREWATCHDOG |
0011 hex |
Hardware watchdog expired. |
PLC_R_APP_ERR_IO_CONFIG_ERROR |
0012 hex |
Incorrect I/O configuration parameters detected. |
PLC_R_APP_ERR_UNRESOLVED_EXTREFS |
0018 hex |
Undefined functions detected. |
PLC_R_APP_ERR_IEC_TASK_CONFIG_ERROR |
0025 hex |
Incorrect Task configuration parameters detected. |
PLC_R_APP_ERR_ILLEGAL_INSTRUCTION |
0050 hex |
Undefined instruction detected. |
PLC_R_APP_ERR_ACCESS_VIOLATION |
0051 hex |
Attempted access to reserved memory area. |
PLC_R_APP_ERR_DIVIDE_BY_ZERO |
0102 hex |
Integer division by zero detected. |
PLC_R_APP_ERR_DIVIDE_REAL_BY_ZERO |
0152 hex |
Real division by zero detected. |