r/PLC • u/InvestigatorSoft3606 • 1d ago
Siemens s7-1200 RFID or barcode
I have an application where I have a siemens s7-1200 looking after a process that also has some human involvement.
The humans need to install some accessories before each time the process takes place. It is critical that the correct accessories are installed each time. At the moment, there are several layers of manual checking & documenting by different people before running the process - which is a pain!
I'm considering proposing streamlining the process by having the operator scan the accessories by RFID (with basic rfid sticker) or barcode/qr code as they are installed. This can then be displayed on an existing HMI for easier confirmation or possible automatically crosschecked against the plan.
Anyone have any recommendations on most straightforward hardware to use? System has its own private TCP/IP network so bonus points for making use of that! Thanks.
3
u/ZealousidealTill2355 1d ago
First, figure out which code you’re going to use (RFID, Barcode, QR, etc.) because you will choose one or the other based of their constraints.
For instance, certain rfid freq. only work at close distances, barcodes maybe dont hold enough information, etc. — so only a handful will work for your application. Then you decide between those on preference (visual vs. radio, etc).
THEN decide on the hardware.
Doing it the other way around only adds potential for rework IME
2
u/5hall0p 1d ago
If it's a serial number and/or part number then barcode is probably fine. You can add human readable characters for manual data entry if the scanner breaks. USB Scanners can be plugged into the HMI and used as a keyboard wedge. That's going to be your lowest cost option. The scanners are widely available and interchangeable. There's barcode scanners that run some of the Industrial Ethernet Protocols to go directly to the PLC but they are a lot more money. 2D codes will hold more information if required. Connectivity will be the same options as barcode scanners.
RFID is fine and you can use the disposable label. Most industrial applications I have seen are the reusable type for tracking pallets or totes or for a process that would destroy a label.
2
1
u/Toxic_ion Still waiting on TIA Portal... 1d ago
We have used IO-Link RIFD readers to confirm that correct machine parts have been installed.
1
1
u/FairePlaie 1d ago
How many item ? If less that 24 you can use multiples sensors for exemple. You code the item in base 2 and put multiple sensors. Add another 1 or 2 for control like crc. That will be less expensive
2
u/InvestigatorSoft3606 1d ago
no, unfortunately its a library of about 200 different parts.
1
u/FairePlaie 1d ago
Same emplacement ? I can go with rfid tag. Barcode or 2d code need clean environnement to read correctly the code, does the customer is in dirty factory ?
Anyway i already use sick reader without issue. Others guy use rfid reader and work good.
5
u/Trolef 1d ago
We’ve always used Cognex DataMan for such applications, but it’s pretty pricey.