meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
simatic:errorcodes [2024/11/18 00:00] vamsansimatic:errorcodes [2024/11/18 00:07] (current) vamsan
Line 156: Line 156:
 |8455|MB_HOLD_REG points to a write-protected DB \\ **Solution:** Check the MB_HOLD_REG pointer|| |8455|MB_HOLD_REG points to a write-protected DB \\ **Solution:** Check the MB_HOLD_REG pointer||
 |8456| Error during instruction execution. The cause of the error is shown in the STATUS parameter \\ **Solution:** Determine the value of the SFCSTATUS parameter. Check what this means in the description for SFC51, STATUS parameter.|| |8456| Error during instruction execution. The cause of the error is shown in the STATUS parameter \\ **Solution:** Determine the value of the SFCSTATUS parameter. Check what this means in the description for SFC51, STATUS parameter.||
-|**8500..85FF**|**Error in the 5st call parameter**||+|8852|**Error in the 5st call parameter**||
 |**8600..86FF**|**Error in the 6st call parameter**|| |**8600..86FF**|**Error in the 6st call parameter**||
 |**8700..87FF**|**Error in the 7st call parameter**|| |**8700..87FF**|**Error in the 7st call parameter**||
 |**8800..88FF**|**Error in the 8st call parameter**|| |**8800..88FF**|**Error in the 8st call parameter**||
 +|8828|DATA_PTR points to a bit address that is not equal to n * 8 \\ **Solution:** Check the DATA_PTR pointer||
 +|8852|DATA_PTR is not a pointer to a DB or a bit memory area \\ **Solution:** Check the DATA_PTR pointer||
 +|8853|DATA_PTR is not a pointer of type BOOL or WORD \\ **Solution:** Check the DATA_PTR pointer||
 +|8855|DATA_PTR points to a write-protected DB \\ **Solution:** Check the DATA_PTR pointer||
 +|8856|Error during call of SFC51 \\ **Solution:**  Call the Modbus_Master instruction again||
 |**8900..89FF**|**Error in the 9st call parameter**|| |**8900..89FF**|**Error in the 9st call parameter**||
 |8A24|The "Data" points to an impermissible area, for example to the load memory or the local data. (FileWriteC)|| |8A24|The "Data" points to an impermissible area, for example to the load memory or the local data. (FileWriteC)||
 |8A51|Invalid data type of the "Data" parameter. (FileWriteC)|| |8A51|Invalid data type of the "Data" parameter. (FileWriteC)||
 |8A52|The tag at the Data parameter is insufficient. A part of the source area data may have been written. (FileWriteC)|| |8A52|The tag at the Data parameter is insufficient. A part of the source area data may have been written. (FileWriteC)||
 +|8FFF|The module is not ready temporarily due to a reset. \\ **Solution:** Repeat the request.||