Barcode scanner question

Would you still have some sample code for the basic module to the slc I would be interested in seeing it. Thanks


What code do you want? Do you want the basic code that resides in the basic module or do you want code in the SLC that reads the basic module?
 
I was asked to make a demo, to read and totalize barcodes, for products merging into a conveyor for final packaging. We used an ascii/ethernet barcode scanners, into a red lion data station plus. Then we only had to update the register numbers in the SLC. Production data was then to be shown on a plant marquee. It was very easy.

We didn't get the project, as the plant was shut down (bought out and downsized); but I never liked handling strings in a SLC PLC. Perhaps because I haven't done much.
 
....... but I never liked handling strings in a SLC PLC. Perhaps because I haven't done much.


A trick I used to do for handling strings is to just convert them to a integer (with the copy command) and then handle the data that way.

On my previous systems, I would track 10-15 products with barcodes and data down conveyor lines and through machines. It was just a simple moving of data from one N register block to another.
 
I know it's long time ago but could you please show me the code @brucechase ?
On the one hand the code on the basic module and on the other the code on the slc.
 
you need to send an email address I can't attach any files to this site (all to big) I can send you the PLC code for prosoft but, I believe you can go to their web site and download sample code for free. I also have a pretty good manual for prosoft.
 

Similar Topics

Im using a 1797-ASCII with a hand held scanner. Will be scanning 2 barcodes. What do I need to do to prevent operator from scanning the same...
Replies
3
Views
1,930
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,620
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
17,993
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,114
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
Back
Top Bottom