Does anyone know if a QR code or barcode can be split into 2 separate pieces? For expample half code on one part and half code on another. So when the two parts come together they can be scanned? If not any idea on a solution to achieve this?
I'm still not totally clear. Like I said, are you talking about cutting an image in half and then putting them side by side to scan it?I appreciate your willingness to help out. We sell and service machinery, employee/technicians that service and maintain are not high paid employees and often overlook the hardest part to change out. This part is important for longevity. I'm trying to implement a simple system to confirm the new part gets replaced every time. My idea was a simple scan when the new part gets installed, a qr or bar on the machine and another qr/bar on the replacement part. When the part gets installed and the codes align side by side it can scanned and date/time stamped in our system.
I'm trying to implement a simple system to confirm the new part gets replaced every time.
Implement the system first. When it is working, then worry about barcodes. Barcodes are just a faster way to type. What are the fields, for instance, in your Parts table? If you can't answer that question, you are not ready for barcodes.I'm trying to implement a simple system to confirm
sounds to me like you are not splitting a QR code, simply having a record that stores two QR codes to be displayed side by sideMy idea was a simple scan when the new part gets installed, a qr or bar on the machine and another qr/bar on the replacement part. When the part gets installed and the codes align side by side it can scanned and date/time stamped in our system.