Register  |  Login
 
PLC Training Forum
Forum
 
  Forum  PLC Programming  General PLC Que...  PLC's and Bar Code Readers
Previous Previous
 
Next Next
New Post 4/17/2009 1:20 PM
  Camber
9 posts
Newbie


PLC's and Bar Code Readers 

I have a standard pistol-type bar code reader, and I need to send the scanned bar code into an available touchscreen or PLC to compare the bar code read string for setting up the machine.  Is this possible?  I know the bar code I have will work with a PC;  I can scan a bar code and the string shows up in a spreadsheet or word processor; but I don't know how to use it with a PLC or touchscreen.   Any ideas?

 
New Post 4/29/2009 8:49 AM
  AutomationNC
72 posts
Helper


Re: PLC's and Bar Code Readers 

What kind of PLC and touch screen are you using?  I have done this with an AB SLC via the comm port and device net (uggg).  You can manipulate the string (and will probably have to) once it is in the PLC.  If you have a simple fill in the blank situation, you may want to just bring it into the touchscreen and have it fill out a section of the form.  I generally prefer the PLC for most applications because it gives me more control over all my data.

 
New Post 5/14/2009 4:35 PM
  Camber
9 posts
Newbie


Re: PLC's and Bar Code Readers 

I'm using a A/B SLC 5/03 PLC and an Automation Direct 'DirectTouch'  6" mono touchscreen;  not shure of the model # on it, but I'm pretty shure I can't bring a bar code into it.

 
New Post 5/15/2009 12:40 PM
  Zackbo
26 posts
Regular


Re: PLC's and Bar Code Readers 

The easiest solution I can think of is to replace the DirectTouch screen with a Red Lion G3.  You have 3 available com ports to bring in bar code readers and talk to the PLC.  The bad side is you would have to re-write the touchscreen program.

The 5/03 has a D-sub 9-pin serial port.  If you are not using it to communicate with the touchscreen, you could use that port on the PLC to bring in the bar code.  There are some ASCII conversion instructions in Logix500.  The only catch is you will have to change the default com port settings in the PLC to the bar codes' settings, which is probably 9600 baud, no stop-bits, 1 parity bit, and you will have to change the default protocol from DF1 to ASCII.  Once you do this you won't be able to communicate through the port again with RSLinx.  You would have to go through the DH485 port with a PIC module.

 

One other option is to get a SLC500 co-processor module.  I think the part # is 1746-BAS.  They are very pricey though.

 
Previous Previous
 
Next Next
  Forum  PLC Programming  General PLC Que...  PLC's and Bar Code Readers
  
 

 

  
Like this Site?

Check out our PLC Training Facebook site and "like" us!

Click Here!

  
Squidoo

Checkout our new Squidoo lens!  We have posted an interview with Russell White on PLC training.

To see it Click Here!

Let't wake up Squidoo and let them know we are here!

  
Terms Of Use  |  Privacy Statement
Home  |  Subscriptions  |  Training Videos  |  PLC Training  |  Articles  |  PLC Training Forum  |  Contact  |  About Us
Copyright © 2008 - 2011 by Automation Technologies, Inc. - All Rights Reserved