Barcode scanner + Click PLC

asimowalk

Member
Join Date
Jun 2012
Location
Ontario
Posts
11
I'm working on a school project and want to use a barcode scanner with my Click PLC. I've been researching, but the more I do, the more I get stumped. I have no issues with programming, just the hardware at this point.

A barcode scanner or any other peripherals are able to connect to the PLC through a COM port (RJ12) on the PLC. When I'm looking around, I only see barcode scanners (in my budget) that connect using USB. So how do I go about connecting a barcode scanner to my PLC? I've searched for adapters from USB to RJ12 but those don't seem to exist. Has anyone done this before and can shed some light?

I appreciate any guidance you can provide me. Thank you! 🤞🏻
 
rj12 is just the port type (like a telephone port) but what is the ports comm type? rs 232, rs485 etc? i think we need more information like for example exact model of Click plc. before we can help you more
 
^ Thanks, that's actually where I got the motivation to try this from.

I'm still unsure what I'm looking for though. When I search for serial barcode scanners, I get ones with the 9-pin RS232 connectors.

Suppose I were to get something like this: http://www.ebay.ca/itm/Datalogic-Gr...223?pt=LH_DefaultDomain_0&hash=item337f374ef7

Would I then need to get this (are there ones preassembled?): http://www.ebay.com/itm/DB9-9-Pin-M...inout-Modular-Adapter-Connector-/190723572955, and then use an RJ12 to RJ12 cable to connect to the COM port? Will that work?

Thanks for the help!
 
That DB9M to RJ11 will work. I highly doubt you will find one pre-assembled, especially with the correct wiring.

Once you know the pin out of the scanner (TX, RX, etc.) it should be pretty easy to figure out 'what hole to stick what wire in'.

You will also want to get one of these for when you realize you need to swap wires around... ;)

http://www.l-com.com/item.aspx?id=3130

🍻

-Eric
 
^ Thanks, that's actually where I got the motivation to try this from.

I'm still unsure what I'm looking for though. When I search for serial barcode scanners, I get ones with the 9-pin RS232 connectors.

Suppose I were to get something like this: http://www.ebay.ca/itm/Datalogic-Gr...223?pt=LH_DefaultDomain_0&hash=item337f374ef7

Would I then need to get this (are there ones preassembled?): http://www.ebay.com/itm/DB9-9-Pin-M...inout-Modular-Adapter-Connector-/190723572955, and then use an RJ12 to RJ12 cable to connect to the COM port? Will that work?

Thanks for the help!

if you read the manual you can get the pin out information (which pin of the rj12 port does what) and you can do the same with the bar code reader with a 9 pin serial port and you could then build the adapter cable quite easily.
 

Similar Topics

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,626
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...
Replies
8
Views
18,000
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,117
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,752
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,277
Back
Top Bottom