17
5.2. Status and Error Codes
E_NOERR
0
Operation successful completed
E_NXIO
0x100
No TIP815 device found at specified
address
E_ICMD
0x102
Illegal t815_cntrl command
E_NOTACK
0x104
No ACK from receiver after transmission
E_TIMEOUT
0x105
Transmission times out
E_QFULL
0x106
The read ring buffer for incoming messages
is full
E_BAD_PACKET_SIZE
0x107
Illegal number of bytes to transfer
E_DUPID
0x108
Illegal (duplicate) node ID
E_NETWORK_DOWN
0x109
No activity on network
E_NODATA
0x10A
No
message
received
(
only
if
T815_NOWAIT
is selected)
E_IO
0x10B
Device I/O error ( controller error)
E_NREADY
0x10C
Device is not initialized (SS_ONLINE)
E_BUSY
0x10d
The device is busy, that means no read or
write jobs are available for this request or the
transmitter is busy if the I/O flag
T815_NOWAIT
is set.