Labeling Items
Jayguy5000
Posts: 139
I need to be able to use the stamp to put labels on real objects, such as a rock. Name the rock #01 then place the rock on a shelf. Lets say we use a claw for this operation. The claw will also have some sort of electronics on it to be able to read the label and retrieve the specific item after being recalled. what can I use to do this?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think I could get away with adding a Basic Stamp to my tank?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think I could get away with adding a Basic Stamp to my tank?
Comments
First- the type of label- should it be human readable, or just machine readable? If machine only you, could use bar codes or simply stick an RFID onto each object and then read them by using the arm to place a reader near the object.. if human readable is required, it might be tough to get an OCR program that would be able to recognise a "#1" for example as this will depend on the color and contrast of the printing on the object.
Second- do you want to print directly on the surface of the item (i.e. squirt ink onto the rock itself?) if not, it might be simpler to make small containers that are prelabeled and then move them about. Pick and place the object into a known container...?
Third- Does it need to be numbers? and if so how many numbers..? 1-10? 1-1000? 1-bazillion? If its a fairly low number, you might be able to simply squire some colored paint onto the object and the use the Parallax color sensor to detect the item. If the colors are clear i.e. RED/WHITE/BLUE a human should be able to "read" the "label".
Fourth- How big/heavy are the objects you plan to move or label? Marble Size? Baseball sized? Tank Sized? This will make a difference as to the mechanism used to pick/place the objects.
Fifth- is it necessary to "read" the label since the device will have placed it in its position..? it might be reasonable (as long as nothing moves the items other than the robot arm) to assume the object is where you left it.. so if I placed Rock #17 on shelf #4 slot #7, then I would send the arm to that same spot to "fetch" it. It may not be necessary to "read" the label at all..?
So.. those are my $0.02... fwiw, Lynxmotion has a nice video showing some "pick and place" activities of one of their arms...
Hope this helps get some perspective on the project... More info means we can provide more help..
Vern
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think I could get away with adding a Basic Stamp to my tank?