Installation guide

Appendix A RFID Device Adapter Reference 163
direction of SAMSys personnel. See the SAMSys Comprehensive Heuristic
Unified Messaging Protocol in the SAMSys documentation for more detailed
information.
Adapter for Symbol MC9000-G Readers
This adapter communicates with a custom software program hosted on the Symbol
MC9000 device. This adapter opens a server socket over TCP and listens for
connections from the Symbol MC9000-G device. The data payload consists of one or
more lines of text with two possible formats containing the data fields as shown in
the following table.
Format A "tag,count\n". An example of Format A looks similar to the following:
H40001403EA000001,1
H40001403EA000002,3
H40001403EA000028,15
In this example, the adapter receives three 64-bit EPC tags from the reader. The
first tag was detected once, the second tag was detected three times, and the third
tag was detected fifteen times. In release 3.0, the adapter ignores the count, and
does not pass it to the event listeners.
Format B "timestamp,tag,classType,count\n". An example of Format B looks
similar to the following:
2005-07-15T11:23:10-05:00,H40001403EA000001,C1,1
2005-07-15T11:23:13-05:00,H40001403EA000002,C1,3
2005-07-15T11:23:20-05:00,H40001403EA000028,C1,15
TABLE A-12 Adapter Data Fields and Descriptions for the Symbol MC9000-G Reader
Data Field Description Example
tag Hexadecimal representation of an
EPC starting with the letter H.
H40001403EA000001
count An integer representing the number
of times the EPC was read by the
device.
1
timestamp The format is "yyyy-MM-
dd'T'HH:mm:ss.SSSZ", where Z is the
OffsetTimeZone: Sign
Hours::Minutes.
2005-07-15T11:23:10-05:00
classType The letter C followed by the class
type.
C1