News:

  • June 09, 2026, 04:35:22 PM

Login with username, password and session length

Author Topic: Simple Bar code reading required  (Read 13750 times)

navair67

  • Newbie
  • *
  • Posts: 9
Simple Bar code reading required
« on: April 16, 2011, 11:00:56 AM »
Looking to put together a simple bar code reader that when scanned it reads the remaining weights to complete and loads them to "V" memory so then I can send data to a HMI.

All the logic is done,im using a D06.I just dont know how to get a bar code reader to read data back to the PLC, Hardware and both Bar code reader types would be helpful and any I/O card that would be needed would help too.

Cheers

b_carlton

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 606
    • thePLCguy
Re: Simple Bar code reading required
« Reply #1 on: April 16, 2011, 11:09:18 AM »
Did you get anywhere with your request in February of 2008?

Exactly which CPU are you using?
Quote
reads the remaining weights to complete

This is information in the barcode?

I've always used a BASIC module with a serial link to the barcode reader. I do any extracting of values which may be buried in the middle of the barcode response in the BASIC module then supply the result to appropriate V memory registers.

The current barcode readers we are using are from Microscan:
http://www.microscan.com/en-us/products/laser-barcode-scanners/qx-870-industrial-raster-laser-scanner.aspx
« Last Edit: April 16, 2011, 11:14:02 AM by b_carlton »
An output is a PLC's way of getting its inputs to change.

navair67

  • Newbie
  • *
  • Posts: 9
Re: Simple Bar code reading required
« Reply #2 on: April 16, 2011, 01:52:08 PM »
Im using a D06-AR,but dont know what card to buy to read the bar code reader.
Im printing a barcode with only really 4 pieces of information that the PLC has to read (recipe weights).
Then I was looking to extract that to a location and allow the PLC to take over the function.

When you say BASIC module what card is that in the catalog?

BTW no response back in 08 :(


Cheers

b_carlton

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 606
    • thePLCguy
Re: Simple Bar code reading required
« Reply #3 on: April 16, 2011, 02:10:30 PM »
It's the F0-CP128. It is very flexible and communicates to the D0-06 CPU.
« Last Edit: April 16, 2011, 02:14:05 PM by b_carlton »
An output is a PLC's way of getting its inputs to change.

navair67

  • Newbie
  • *
  • Posts: 9
Re: Simple Bar code reading required
« Reply #4 on: April 17, 2011, 05:43:57 AM »
Thanks a bunch. I will be ordering the card this week and the HS-1 from Microscan (and probably be posting again to find out how to right some code)This is a bit beyond my knowledge ???.

Cheers
and thanks again

navair67

  • Newbie
  • *
  • Posts: 9
Re: Simple Bar code reading required
« Reply #5 on: April 17, 2011, 06:12:22 AM »
PS,
Just visited you site...I must say very cool and helpfull too.

b_carlton

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 606
    • thePLCguy
Re: Simple Bar code reading required
« Reply #6 on: April 17, 2011, 10:56:17 AM »
Thank you
An output is a PLC's way of getting its inputs to change.