Results 1 to 3 of 3

Thread: [RESOLVED] Rfid

  1. #1

    Thread Starter
    Frenzied Member FishGuy's Avatar
    Join Date
    Mar 2005
    Location
    Bradford UK
    Posts
    1,708

    Resolved [RESOLVED] Rfid

    Hi, can anyone shed any light on RFID for me (in particular Passive). I understand it is basically a small silicon chip with a bit of memory which can be written to to store details. These details can be read from memory by RFID readers which activate the chip to give off a radiowave enabling the chip to be read.

    Please correct me if I am wrong so far!

    No I have some dumb questions.

    Is anybody working with this technology here? I presume most people are using third party software to read and write the data or are people creating windows apps themselves?

    What exacly is a reader? I presume it has to scan a particular label or pass through something else a factory full of products containing RFID labels would constantly be emitting radio waves to the nearest reader?

    Where do RFID printers come into this? What exactly is it printing?

    What are the costs?

    I have been brought to the attention of this stuff as I was looking into barcode thermal printers we plan to use to label and identify our products, is RFID just an alternative?

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Rfid

    Quote Originally Posted by FishGuy
    These details can be read from memory by RFID readers which activate the chip to give off a radiowave enabling the chip to be read.
    Pretty close. The chip "retransmits" a modified version of the original signal - sort of.

    I presume most people are using third party software to read and write the data or are people creating windows apps themselves?
    That depends on what the particular manufacturer supplies as a reader. If it's a serial device you just use an MSComm control to interface with it, or you use supplied source code, an ocx ... there's no absolute standard.

    ... a factory full of products containing RFID labels would constantly be emitting radio waves to the nearest reader?
    The reader is constantly transmitting, noting when the transmitted signal is modified by a tag.

    Where do RFID printers come into this? What exactly is it printing?
    That would depend on what's stored in the chip (usually just a serial number or ID number of some sort), and what the end user (your customer) wants done with the information (that this particular chip has just been read by this particular reader.) In a lot of situations there wouldn't be a printer associated with the reading program - the information would just be entered into a database. Some other program, later on, might print up bills based on the data that was obtained.

    I was looking into barcode thermal printers we plan to use to label and identify our products, is RFID just an alternative?
    Not really. Barcodes are human readable (if you print the numbers on the labels, as well as the bars) and a paper label is a lot cheaper than an RFID device, but it can't be read from 25 feet away, except under ideal conditions. Which is best depends on the actual situation. A cheap throw-away label on the outside of the product? A paper barcode label. A permanent internal label just to identify the particular product? Maybe an RFID device.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3
    Fanatic Member namrekka's Avatar
    Join Date
    Feb 2005
    Location
    Netherlands
    Posts
    639

    Re: Rfid

    ALL42 has right. But with RFID you can store more data. Think of “Out of date” and serial numbers. Also some tracking data like where to go next. Also more then 1 tag can be read in once. You don’t have to unpack a palette to scan. In warehousing this becomes the product.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width