ABB IRC5 Operating Manual page 285

Troubleshooting
Hide thumbs Also See for IRC5:
Table of Contents

Advertisement

Program ref: arg.
Recommended actions
Use a byte array or rawbytes to receive data longer than 80
bytes.
41594, Socket error
Description
Task: arg.
The socket is not connected.
Program ref: arg.
Probable causes
For client, use SocketConnect before receiving/sending/peeking
data. For server, use SocketAccept before
receiving/sending/peeking data.
Recommended actions
Use SocketConnect or SocketAccept to connect socket before
trying to receive/send/peek.
41595, Socket error
Description
Task: arg.
The connection has been closed by the remote host.
Program ref: arg.
Recommended actions
Use error handler to re-establish connection before retrying to
send/receive/peek.
Recovery: arg.
41596, Socket error
Description
Task: arg.
Unexpected error binding socket.
Program ref: arg.
Recommended actions
Move program pointer to Main and restart program.
41597, Socket error
Description
Task: arg.
The socket has already been bound to an address and cannot
be bound again.
Program ref: arg.
Operating manual - Troubleshooting IRC5
3HAC020738-001 Revision: AA
Recommended actions
Close socket and recreate before trying to bind socket to a new
address.
41598, Socket error
Description
Task: arg.
Unexpected error trying to listen for connections.
Program ref: arg.
Recommended actions
Move program pointer to Main and restart program.
41599, Socket error
Description
Task: arg.
The socket has not been bound to an address.
Program ref: arg.
Recommended actions
Use SocketBind to specify which address to listen for incoming
connections.
41600, Socket error
Description
Task: arg.
The specified client socket is already in use. The client socket
must not be created before calling SocketAccept.
Program ref: arg.
Probable causes
SocketAccept has already been executed for the specified
socket.
Recommended actions
Close the client socket before using it in the call to
SocketAccept, or remove multiple SocketAccept with same
client socket.
41601, Socket error
Description
Task: arg.
Unexpected error accepting connection.
Program ref: arg.
Recommended actions
Move program pointer to Main and restart program.
© Copyright 2005-2018 ABB. All rights reserved.
5 Troubleshooting by event log
Continues on next page
5.6 4 xxxx
Continued
285

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents