118/126
Bosch Rexroth AG | Electric Drives
Runtime Error Codes
Wert
Beschreibung
518
Socket is in non-blocking mode but this call would block
519
The provided address is already in use
520
The provided address is not available on this computer
521
Connection has been refused by the remote host
522
Operation timed out
523
The host has not been found
524
Host is unreachable
525
Socket is already connected
526
The socket is not connected
527
Shutdown has been called on the socket
528
For sockets of type DGRAM. The package to send exceeds
the maximum package size
529
Socket has been gracefully closed. No more send/receives
allowed
L7 Protocol errors (range: 768 - 1023)
768
Tag missing in online communication buffer
769
Unknown command group
770
Unknown command (within a valid command group)
771
Level 7 service incomplete
Errors of the BinTagUtils library (range: 1024-1039)
1024
A nested tag reaches beyond the end of the surrounding tag ERR_BTAG_TAGOVERLAP
1025
A tag reaches beyond the end of the buffer
1026
The number of nested tags exceeds the maximum nesting
depth
1027
No current tag - reader/writer is at the toplevel.
1028
The current tag is not a data tag
1029
The operation is allowed only on a container tag not on a data
tag
1030
Operation only allowed on toplevel (not inside a tag)
1031
Invalid alignment
Errors of the Application component (range: 1280-1295)
1280
Application with same name exists
1281
Application not available
1282
Invalid session id
1283
Invalid data id of application. Data don't match!
and Controls
Rexroth IndraLogic 09VRS | Bibliotheksbeschreibung
Variablenname
ERR_SOCK_WOULDBLOCK
ERR_SOCK_ADDRINUSE
ERR_SOCK_ADDRNOTAVAILABLE
ERR_SOCK_CONNREFUSED
ERR_SOCK_TIMEDOUT
ERR_SOCK_HOSTNOTFOUND
ERR_SOCK_HOSTUNREACHABLE
ERR_SOCK_ISCONNECTED
ERR_SOCK_NOTCONNECTED
ERR_SOCK_SHUTDOWN
ERR_SOCK_MSGSIZE
ERR_SOCK_CLOSED
ERR_L7_TAG_MISSING
ERR_L7_UNKNOWNCMDGROUP
ERR_L7_UNKNOWNCMD
ERR_L7_INCOMPLETE
ERR_BTAG_BUFFEROVERRUN
ERR_BTAG_MAXNESTINGDEPTH
ERR_BTAG_NOTAG
ERR_BTAG_NODATATAG
ERR_BTAG_NOCONTAINERTAG
ERR_BTAG_NOTTOPLEVEL
ERR_BTAG_ALIGNMENT
ERR_APP_EXISTS
ERR_APP_NOT_EXIST
ERR_APP_INVALID_SESSIONID
ERR_APP_INVALID_DATAID