ProcessReadTagEvent only processing manually sent tags
I have a process bound to an Alien Reader, and a custom event handler that shoots a string of the tag ID to a txt file on the hard drive.
For some reason, the only tagreadevents that will trigger my event handler's 'processtagreadevents' function are tags that are manually sent (via 'View Tags' -> 'Send Tags'), even tough tags are clearly being read and put into the 'view tags' list.
Any ideas?
what do you mean by this - "even tough tags are clearly being read and put into the 'view tags' list."
you are able to see the tags in process view tags dialog and could not see them in the output file that you are writing.
if this is the problem then problem is in your event handler. send the event handler code to further to debug the problem.
remember to flush the file after writing to it.
-krishna
Hi Vishal,
Is your Event handler code handling the TagListEvent? May be alien provider is raising TagListEvent and you are only handling TagReadEvent ?
If above doesn't solve problem , please follow below instructions so we can debug it here:
1. open rfid manager
2. open process properties by right clicking on process node
3. set log level to verbose
4. repro your problem
5. send process logs from %RFIDDATAIR%\Processes\<ProcessName>\*.logs to meenab@microsoft.com
6. send the provider logs and rfidservice log also.
Thanks,
Bhola