Technical data

Table Of Contents
Communication SFCs for Non-Configured S7 Connections
System Software for S7-300/400 System and Standard Functions - Volume 2/2
22-4
A5E00739858-01
Error Code
(W#16# ...)
Explanation (General)
Explanation (for Specific SFC)
8090 Specified destination
address of the
communication partner
is invalid, for example:
Wrong IOID
Wrong base address
exists
Wrong MPI address
(> 126)
-
8092 Error in SD or RD, for
example: addressing the
local data area is not
permitted.
SFC 65 "X_SEND," for example
illegal length for SD
SD=NIL is illegal
SFC 66 "X_RCV," for example
More data were received than can fit in the area specified
by RD.
RD is of the data type BOOL, the received
data are, however, longer than a byte.
SFC 67 "X_GET" and SFC 72 "I_GET," for example
illegal length at RD
the length or the data type of RD does not match the
received data.
RD=NIL is not permitted.
SFC 68 "X_PUT" and SFC 73 "I_PUT," for example
illegal length for SD
SD=NIL is illegal
8095 The block is already
being executed in a
lower priority class.
-
80A0 Error in the received
acknowledgment
SFC 68 "X_PUT" and SFC 73 "I_PUT": The data type specified
in the SD of the sending CPU is not supported by the
communication partner.
80A1 Communication
problems: SFC call after
terminating an existing
connection
-
80B0 Object is not obtainable,
for example, DB not
loaded
Possible with SFC 67 "X_GET" and SFC 68 "X_PUT" and
SFC 72 "I_GET" and SFC 73 "I_PUT"
80B1 Error in the
ANY pointer.
The length of the data
area to be sent is
incorrect.
-