Grace Cheong
16th August 2011, 05:05
Hi all,

I'm facing the problems of the scanning and hope can get the helps or advice from you:

1.) I did generated the barcode from LN system and printed out on barcode label. Felt weird of some barcode able to scan, some were not able to scan.

1st_Barcode:= bc$(10,1,"123456-ABC1234567890-ABCD*712A") |-- 30 chars

2nd_Barcode:= bc$(10,1,"11-03-2011-00001-PA-01-0188-88") |-- 30 chars

3rd_Barcode= bc$(10,1,"3D10-101152-13 (KMC-060602-02)") |-- 30 chars

1st_Barcode: => Able to scan
2nd_Barcode: => Cannot scan
3rd_Barcode => Cannot scan
(font spacing character width = 4.9)

:confused:** Different set of character will affect the scanning???

After this, I test and changed 1st_Barcode: to font spacing character with=5.0, [B]failed to scan! :eek:


2.) The successfully to scan of 1st_Barcode: is only can read up to max 29 characters from 30 characters given to the barcode? I did testing on others character set with 30 charaters to barcode, all only can read till 29th characters, the 30th (last char) unable to get!!! Why???

:confused:** Does LN Sytem barcode of type Code-128 & EAN-128 have the limitation of number of characters reading? Anyone encountered this problem before?


Best Regards,
Grace

mpfaender
5th September 2011, 11:11
Hi Grace,

define a variable in your program script of your print session with 30 character length, fill the variable with your characters and set this variable as input field of your report. Insert the variable into your report layout as form field, set the font to Small (17.1 cpi) and the value of Barcode field to 11.

I've tested, the scanner can read the barcode!

Best regards
michael

tritglor
25th June 2014, 06:28
Yes, refer to a barcode scanning application (http://www.businessrefinery.com/products/barcode_reader_net/main.html) to decode and define a variable in your program script of your print session with 30 character length, as well as scan the font to Small (17.1 cpi) and the value of Barcode field to 11.