Page 1 of 1

console?

Posted: Thu Jul 03, 2008 7:45 am
by Urb
I'm quite new to all this, but is there a way to get a console up with the tag streamer, like on the emulator? I just find it quite useful on the emulator and want to be able to see what's going on...

thanks

Urb

I'm using V1.0 btw

Re: console?

Posted: Thu Jul 03, 2008 10:55 am
by Urb
Another problem... I have an LLRP reader connected to the client I'm using, and the client can definitly see it, as it can tell when I stop and restart the reader in TagStreamer, however it never picks up any tags even when they are added? I've also managed to replicate the same problem in the emulator, and every time I add a new tag this flashes up in the console:

BYTES:
04 3D 00 00 00 2C 00 00 00 00 00 F0 00 22 8D 31 14 71 96 64 5D D5 FF 77 00 00 00 89 00 00 00 01 81 00 03 82 00 04 51 1C A0 0C 28 00
XML:
<Message type="ROAccessReport">
<TagReportData>
<EPC96>
<EPC value="31 14 71 96 64 5D D5 FF 77 00 00 00 "/>
</EPC96>
<ROSpecID>
<ROSpecID value="1"/>
</ROSpecID>
<AntennaID>
<AntennaID value="3"/>
</AntennaID>
<FirstSeenTimestampUTC>
<Microseconds value="1215083292928000"/>
</FirstSeenTimestampUTC>
</TagReportData>
</Message>

after which it just goes back to cycling through this repeatedly:

BYTES:
04 3C 00 00 00 0A 00 00 00 00
XML:
<Message type="GetReport">
</Message>


BYTES:
04 3D 00 00 00 0A 00 00 00 00
XML:
<Message type="ROAccessReport">
</Message>

I'm also pretty sure the client is alright as it has worked before (namely this morning), it's just ceased to do so now.

Thanks

Urb

Re: console?

Posted: Sun Jul 06, 2008 2:12 pm
by kyle
It looks like your client is continuously sending GET_REPORT messages to the reader. How reports are collected depends on the way your ROReportSpec is defined. If you post that, I may be able to help. As for tag streamer there is no console, but there is a log file that may be useful to you. Look at the file called emulator.log in the install directory for streamer.
-Kyle