meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
simatic:errorcodes [2025/09/02 08:58] – vamsan | simatic:errorcodes [2025/10/17 14:31] (current) – vamsan | ||
---|---|---|---|
Line 8: | Line 8: | ||
\\ | \\ | ||
- | List of error codes related to Simatic communication | + | List of error codes related to Simatic communication, especially Modbus communication. I added a few entries |
\\ \\ | \\ \\ | ||
- | //If you have more information about Modbus error signals, or if you found any error in the table, let me know!// | + | //If you have more information about Modbus error signals, or if you found any errors |
\\ \\ | \\ \\ | ||
- | I am constantly expanding | + | I continually expand |
\\ \\ \\ | \\ \\ \\ | ||
+ | **Simatic Modbus error codes:** | ||
\\ | \\ | ||
^Status codes^Text^notes and example call functions| | ^Status codes^Text^notes and example call functions| | ||
Line 23: | Line 24: | ||
|7002|Intermediate call. Connection is being established, | |7002|Intermediate call. Connection is being established, | ||
|7003|Connection is being terminated|| | |7003|Connection is being terminated|| | ||
- | |7004|Connection established AND monitored. No job processing active.|| | + | |7004|Connection established AND monitored. No job processing |
- | |7005|data is being sent.|| | + | |7005| |
- | |7006|data is being received. \\ \\ <color red> If this status "freezes" | + | |7006|data is being received. \\ \\ <color red> |
|00 .. 7Fxx|CPU Kein Fehler oder keine Warnung|| | |00 .. 7Fxx|CPU Kein Fehler oder keine Warnung|| | ||
|8x3A|Invalid pointer at parameter x.|| | |8x3A|Invalid pointer at parameter x.|| | ||
Line 74: | Line 75: | ||
|80C3| - A block with this ID is already being processed in another priority group. \\ - Internal lack of resources. \\ The maximum number of simultaneously active FileWriteC instructions has already been reached.|| | |80C3| - A block with this ID is already being processed in another priority group. \\ - Internal lack of resources. \\ The maximum number of simultaneously active FileWriteC instructions has already been reached.|| | ||
|80C4|Temporary communication error: \\ - The connection cannot be established at the moment. \\ - The connection cannot be established because firewalls on the connection path are not enabled for the required ports. \\ - The interface is receiving new parameters. \\ - The configured connection is currently being removed by a " | |80C4|Temporary communication error: \\ - The connection cannot be established at the moment. \\ - The connection cannot be established because firewalls on the connection path are not enabled for the required ports. \\ - The interface is receiving new parameters. \\ - The configured connection is currently being removed by a " | ||
- | |80C5|DP slave or module not available. \\ The connection partner refuses to establish the connection, cleared down the connection or actively ended it. \\ - Connection terminated by the communication partner. \\ - LSAP of the remote connection partner not released \\ || | + | |80C5|DP slave or module not available. \\ The connection partner refuses to establish the connection, cleared down the connection or actively ended it. \\ - Connection terminated by the communication partner. \\ - LSAP of the remote connection partner not released \\ \\ <color red> - This error very often indicates a bad firewall setting. You need to check that in addition to IP-release, port-release is also set correctly. In the event of port release, ports 502 and 503 must also be enabled. \\ \\ - In many cases, this error happens when a Modbus RTU network is connected behind the Modbus-TCP media converter. In this situation, the stationID must also be included with the call (0..255). Without it, the converter " |
|80C6|**Network error** - The connection partner cannot be reached. \\ Record transfer aborted due to priority class abort.|| | |80C6|**Network error** - The connection partner cannot be reached. \\ Record transfer aborted due to priority class abort.|| | ||
|80C7|Execution timed out. \\ Job aborted due to restart (warm start) or cold start of the DP master.|| | |80C7|Execution timed out. \\ Job aborted due to restart (warm start) or cold start of the DP master.|| |