Barcode Scanner String Input

codedRed

Member
Join Date
Jan 2019
Location
Nebraska
Posts
30
I'm wondering if anyone has a solution where I can use a barcode scanner to input a string into a PLC tag. All AB hardware/software.

I'm aware that it can be done via a PanelView via USB.. and if you have an 'input text box' selected on the HMI, you can use the scanner to load a string.. but I would like to be able to load a tag without the use of the HMI.. the scanning will be remote from the PanelView.

If anyone has any experience with this I would appreciate your guidance.

Thank you
 
First you need to figure out how are you going to connect the scanner to the PLC.

With the HMI, it treats the scanner basically like it's a USB keyboard entering characters one at a time. Since the PLC doesn't have that sort of input available, you either need a scanner that can communicate directly with the PLC (eg via Ethernet) or something else to interface between the two.
 
I would use a Real time Automation USB adapter. It allows the scanner to connect to the PLC and pass the data flawlessly.
 
Then we must ask - what is the PLC? :D

Magic 8-ball says this is obviously a PLC-2 and FTView SE application.

But could be PanelBuilder32 with a 5583E.
 
Keyence have sample code on their website, I've used the SR-1000 before.

If I were going to use a barcode scanner (camera, not handheld) it would be a Cognex DataMan. I want to avoid that and just use some kind of dumb hand scanner that just reads a basic 1d barcode string.. preferably wireless with some kind of controller or device that can read and share data with PLC via EIP
 
Last edited:
I think the RTA 435 is for a serial connection. The 460 series has a USB input. There may be other option as well.
 

Similar Topics

I have a barcode scanner reading bin labels and handing a string to an Laser Guided vehicle to place the bin in its appropriate location based on...
Replies
1
Views
1,262
Hi There, I am programming a cmore EA9-T87 to gather the data and save on SD card. And this time I want to use barcode scanner to trigger the bit...
Replies
2
Views
3,506
I thought I was nearly finished on this TIA Portal/s7-1212C project (famous last words)... Up until now, I'd developed the PLC/HMI such that the...
Replies
10
Views
1,557
Hello Everyone. I am working on a project where I need to scan in 2 Barcodes to populate 2 different tags. A glue Batch and a product serial...
Replies
12
Views
3,100
hi guys, I have to write a program to trigger and receive data from a barcode reader via an RS485 module plugged on Wago PFC 200. Does anyone know...
Replies
6
Views
2,733
Back
Top Bottom