read large ean 128 barcode

topics related to linear barcode formats such as Code 39, Code128, Interleaved 2 of 5 (ITF25), UCC/EAN-128, UPC-A, UPC-E, EAN-13, EAN-8, GS1 Databar etc.

read large ean 128 barcode

Postby dvm_sin(Legacy Member) on Tue Dec 20, 2005 10:24 am

Joined: December 20 2005
Posts: 2 Posted: December 20 2005 at 10:24am | IP Logged

--------------------------------------------------------------------------------

Hi, we've got a client that needs to encode a large alphanumeric value which results in a large barcode. The resulting code is too large for the scanner to read.
Could we break it apart in, say, two rows; so we first scan the first row, read the second row and then have the data?
e.g. what I'm trying to ask is break this:
|| ||| ||| ||||| |||

into this:
|| ||| ||| <-- 1st pass

||||| ||| <-- 2nd pass

and have it read as one ean 128 barcode
dvm_sin(Legacy Member)
 

Re: read large ean 128 barcode

Postby glitch (legacy member) on Tue Dec 20, 2005 1:34 pm

Depends on your application, you can break EAN128 barcode into a series of AI+data.

Or you can use 2D barcodes to encode large data.
glitch (legacy member)
 

Re: read large ean 128 barcode

Postby dvm_sin(Legacy Member) on Wed Dec 21, 2005 4:18 am

Would this work with a simple scanner? I don't think it has a trigger and we would need to scan the first pass, scan second pass and then have the "beep".
The series of AI + data that you mention would require a
SC + FNC1 + AI + Data + CH + EC for each part?

where SC = start code, CH = checksum, EC = end code.
Or could it read a
SC + FNC1 + AI + Data (1st pass)
FNC1 + AI + Data (2nd pass)
FNC1 + AI + Data CH + EC) (say a 3rd pass)?
The above is what we would like to have. I don't think we have access to the scanners driver to check ourselves what we read.
dvm_sin(Legacy Member)
 

Re: read large ean 128 barcode

Postby glitch (legacy member) on Wed Dec 21, 2005 12:07 pm

You will need a scanner capable of "input buffering" in your case. A better solution is to change the behavior at the application side to buffer the scanner input.
glitch (legacy member)
 


Return to Linear symbologies

Who is online

Users browsing this forum: No registered users and 0 guests