Error codes for rfid interface block, Appendix, Error codes – Rockwell Automation 56RF RFID System User Manual User Manual

Page 129

Advertising
background image

Rockwell Automation Publication 56RF-UM001A-EN-P - October 2011

129

Appendix

A

Error Codes for RFID Interface Block

Error Codes

The error codes for the RFID interface block are stored in the input for each
channel. In the examples in the manual, the error codes are stored in the image
table RFID_1:I:Channel[0].ChError and RFID_1:I:Channel[1].ChError.

OK (Decimal 0) – Indicates there are no issues with the channel in

question when the decimal value of these bits is equal to zero.

Transceiver not found (Decimal 1) – Indicates that communications

with the transceiver for the specified channel has been lost.

Invalid Response (Decimal 2)– Indicates that the response to a command

is not what was expected.

Invalid Parameter (Decimal 3) – Indicates that either a parameter passed

or received was out of bounds.

No Tag Detected (Decimal 4)– Indicates that a command was attempted

on a channel but there was no tag detected in the field.

Instruction Timed Out (Decimal 5)- Indicates that the timeout value

associated with a command was exceeded before a response could be
obtained.

Block Access Error (Decimal 6) – Indicates that either:

– A read command attempted to read a block but was denied access.
– A write command attempted to write to a block but was denied access.

Format Error (Decimal 7)– Indicates that the format of the command or

response was invalid.

Error Codes

Status Word

Binary

0

OK

0000

1

Transceiver not found

0001

2

Invalid Response

0010

3

Invalid Parameter

0011

4

No Tag Detected

0100

5

Instruction Timed Out

0101

6

Block Access Error

0110

7

Format Error

0111

8

Tag Communications Error

1000

9

Address Error

1001

10

Mismatch Error

1010

11

Internal Channel Error

1011

12

Malformed Packet

1100

13

Unit in Program Mode

1101

14

Reserved

1110

15

Module Error

1111

Advertising