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
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