Technical data

Table Of Contents
Open Communication via Industrial Ethernet
System Software for S7-300/400 System and Standard Functions - Volume 2/2
23-38
A5E00739858-01
Error Information
ERROR STATUS
(W#16#...)
Explanation
0 0000 New data were accepted. The current length of the received data is shown in
RCVD_LEN.
0 7000 First call with REQ=0, receiving not initiated
0 7001 Block is ready to receive.
0 7002 Follow-on call, job being processed
Note: during this processing the operating system writes the operating system
data to the DATA receive buffer. For this reason, an error could result in
inconsistent data being in the receive buffer.
1 8085 LEN parameter is greater than the largest permitted value, or you changed the
value of LEN from the one that existed during the first call
1 8086 The ID parameter is not in the permitted address range
1 8088
Target buffer (DATA) is too small.
The value in LEN is greater than the receiver area specified by DATA.
1 80A1 Communications error:
FB 65 "TCON" was not yet called for the specified ID
The specified connection between the user program and the
communication level of the operating system is currently being terminated.
Receiving over this connection is not possible.
The interface is being reinitialized (receiving new parameters).
1 80B3 The parameter for the connection type (connection_type parameter in the
connection description) is not set to UDP. Please use the FB 68 "TRCV".
1 80C3 The operating resources (memory) in the CPU are temporarily occupied.
1 80C4 Temporary communications error: The connection is currently being established.
1 8922 DATA parameter: Target area invalid: area does not exist in DB.
1 8924 DATA parameter: Range error in ANY pointer
1 8932 DATA parameter: DB number too large.
1 893A DATA parameter: Access to receive buffer not possible (e.g. due to deleted DB
1 897F DATA parameter: Internal error, such as an invalid ANY reference
See also:
Assigning Parameters for Communications Connections with TCP native and ISO
on TCP
Assigning Parameters for the Local Communications Access Point with UDP
Establishing a Connection with FB 65 "TCON"
Terminating a Connection with FB 66 "TDISCON"
Sending Data via TCP native and ISO on TCP with FB 63 "TSEND"
Receiving Data via TCP native and ISO on TCP with FB 64 "TRCV"
Sending Data via UDP with FB 67 "TUSEND"