‎02-18-2011 04:45 PM
We are trying to make a system that labview request the location of a tag and once the readers antenna's pick up the rfid tag it sends it location back to labvew. How would this be possible in labview?
‎02-20-2011 08:28 AM
How do you communicate with the RFID reader? Serial? TCP/IP? You'd need to know the communication protocol with it, and this will be documented with the device's manuals. Have you tried a search? Here's one example: http://forums.ni.com/t5/LabVIEW/how-to-control-RFID-reader-by-TCP/m-p/1280572
‎02-21-2011 05:12 PM
Hi urikorulzs2,
Judging by the post you put on the other forum:
http://www.gaorfid.com/index.php?main_page=product_info&cPath=97&products_id=615
This product communicates using RS232 or USB. You can use either one to communicate, however using RS232 might be more straight forward.
For information on how to communicate using RS232 take a look at this link:
http://zone.ni.com/devzone/cda/tut/p/id/2897
Hope this helps!
Regards,
‎02-23-2011 07:02 PM
is there a tutorial for a usb connection, because we dont have an avaliable serial port to use.
‎02-24-2011 06:35 PM
Hi urikorulzs2,
Unfortunately, from the product page it only says USB but does not specify how that USB communicates nor does it give commands. It might be a USB to Serial conversion or it might be a USB bulk. if you could find out how the product communicates when using the USB then we could proceed from there.
Thanks!