New User? Sign Up  |  Sign In  |  Help
Barcode support and
tutorials from IDAutomation
and the community.
Click for the BBB Business Review of this Computers Hardware, Software & Services in Tampa FL
Resolved Questions

Problems with generating GS1-128 barcode, using IDAUTOMATION_UNIVERSAL

Hello, I downloaded the trial version of the barcode fonts idautomation_uni in combination with the package IDAUTOMATION_UNIVERSAL for Oracle reports 9i. I have installed everything and it compiles correctly I can use the trial fonts in the reports developer.
my character-set in Oracle registry settings is set to AMERICAN_AMERICA.UTF8, which is why I needed to download this IDAUTOMATION_UNIVERSAL software and fonts because according to your website it should be working on the UTF8 character set.

However, when I try to create a barcode that should be GS1 compliant something goes wrong apparently.
According to the GS1 test team to which I am sending the barcode to be tested, the FNC1 character is not present right after the start code.

I have used several ways to generate the barcode. One of them is exactly as is described on your website (link: https://support.idautomation.com/Barcode-Learning/How-do-I-create-a-GS1-128-Barcode-using-IDAutomation-products/_461
so what I am doing is:

-I'm using method CODE128 from the universal package, which means it will auto-detect to which character set it will switch for encoding the barcode.
-I am parsing a string with application identifiers between parenthesis
-I set the option for tilde or process to TRUE

This is how I parse my string to the function:
v_variable := '(400)1234567890(3300)000017';
v_barcode := IDAUTOMATION_UNI.CODE_128(v_variable, true);

The barcode looks okay at first sight, but according to the GS1 test team, the FNC1 is missing.
What am I doing wrong here?

Operating System: Windows

Application: Oracle reports 9i

08-12-13     10.5 year(s) ago    

  Report Abuse

 

Ben

Best Answer

Based on the information provided, the best solution is the Java Component. The Character Set does not affect this component.

Posted 10.5 year(s) ago

(0)
(0)
  Report Abuse
 
Find Interesting
 
Email to Others
 
Bookmark
 
Subscribe to Answer Alert
No comments yet.     Be the first to comment.
Other Answers (4)
Just sent it to the address you mentioned.
Thanks in advance for testing it :-)

Posted 10.5 year(s) ago

(0)
(0)
   Report Abuse
Tilde Method is the only option. If you can create the barcode, send it as a PDF to our support email: Contact Us and we can test scan the barcode.

Posted 10.5 year(s) ago

(0)
(0)
   Report Abuse
Hi Ben, thanks for your answer.
I believe that I have already tried it the way you described below of your answer:
~2148100712345~2122112345678

But what exactly did you mean with v_variable := '~2134001234567890(3300)000017';
Can I use a tilde and parenthesis at the same time?
shouldn't it be ~2134001234567890~2143300000017 ??

Anyway, I will try again as you described, but I think I will be back here with the same problem. will keep you updated.

Posted 10.5 year(s) ago

(0)
(0)
   Report Abuse
The Universal PLL is a Feature Level 6 font encoder and can only encode the FNC using the Tilde Method. Feature Level 10 and above can encode the FNC using parentheses.


v_variable := '~2134001234567890(3300)000017';

The Tilde Method supports the inclusion of the AI as a tilde command when ApplyTilde is enabled. When using this method, the parentheses are not included in the data encoded; instead, the tilde character plus 3 digits is used to represent the AI. Use the following extended ASCII character as the FNC1 for the correct number of digits in the AI:
~212 = 2 digit AI ~213 = 3 digit AI ~214 = 4 digit AI
~215 = 5 digit AI ~216 = 6 digit AI ~217 = 7 digit AI
Example: to encode (8100)712345(21)12345678 with the Tilde Method, ~2148100712345~2122112345678 would be used.

Posted 10.5 year(s) ago

(0)
(0)
   Report Abuse
Email this question link to friends
You must enter an email address, if name is entered or vice-versa for each friend.
Friend #1 -
Friend #2 -
Friend #3 -
Friend #4 -
Friend #5 -
  Your comment on this question
  |         |  
bold  italic  underline  strike       big  small       superscript  subscript 
  Allows to add a link. Added links would only be converted to actual clickable link, when the domain of the link is white-listed by administrator.
Caption :
Link URL :
(Must starts with "http://")
Add  |   Cancel
  Allow to insert an image. Must be among the following file types - *.jpg, *.gif, *.png & *.bmp.
Image Url :   Upload New
(Image url must always starts with " http:// ")
Width : pixels
(Must not be greater than 450px. Enter 0px for no resize)
Add  |   Cancel
  Allow to insert YouTube video. Insert the video embed code.
Embed Code :
Add  |   Cancel
Up to 5000 Characters are allowed. Current Count: 0
  Your comment on this answer
  |         |  
bold  italic  underline  strike       big  small       superscript  subscript 
  Allow you to add a link. Added links would only be converted to actual clickable link, when the domain of the link is white-listed by administrator.
Caption :
Link URL :
(Must start with "http://" or "https://")
Add  |   Cancel
  Allow to insert an image. Must be among the following file types - *.jpg, *.gif, *.png & *.bmp.
Image Url :   Upload New
(Image url must always start with "http://" or "https://")
Width : pixels
(Must not be greater than 450px. Enter 0px for no resize)
Add  |   Cancel
  Allow to insert YouTube video. Insert the video embed code.
Embed Code :
Add  |   Cancel
Up to 5000 characters are allowed. Current Count: 0

You may answer and comment on any thread according to the Terms and Conditions.

 © Copyright 2021 IDAutomation.com, Inc., All Rights Reserved. Legal Notices.

 Barcode Fonts | Components | Scanners | Support | Contact Us
Training Videos on YouTube Join us on Google Plus Join us on LinkedIn Follow us on Twitter Like us on Facebook