Sapscript Issue - Pdf417 2D Barcode
Hello Everyone,
I am using Bartender 10.0 to make SAPscript for a PDF417 2D barcode label. A Zebra 105SL printer is used to print the label.
The correct SAPscript has ZPL print commands to generate a working PDF417 2D barcode.
For example, the ZPL print command, ^FH, to handle hexadecimal characters.
However, the Bartender SAPScript does not have the correct ZPL print commands.
For example, the ZPL print command, ^FH, is not included.
As a result, the label when scanned does not produce the correct scan results.
Why does Bartender not include certain ZPL print commands in SAPscript?
Does Bartender have a setting/way to add ZPL commands to SAPscript?
Thanks for your help.
-
Michael Toupin (mtoupin
★ BarTender Hero ★
BarTender only includes commands that are necessary to the label that's being exported. If your barcode doesn't contain hex characters, it won't include an ^FH, as it's not necessary for printing the label at that time. So when you're creating a printer code template field, make sure that you include a hex character in the sample data, and it will add the appropriate indicator for you.
What other commands are not showing up the way you'd want them to?
0 -
Legacy Poster
★ BarTender Hero ★
Thanks for the Bartender information.
How do I add hex characters to my sample data?
I made the following changes to Bartender but it does not produce the correct SAPscript or PDF417 barcode.
1. Character filter option and set it to hexadecimal values only (see attachment 1).
2. Data type tab in the barcode properties to specify hex characters (see attachment 2).
3. Prefix and suffix option to add the ^FH to the SAPscript (see attachment 3).
0 -
Could you let us know exactly what value you're trying to encode? If possible, please attach the BarTender document (.btw) for us to examine by using the "More Reply Options" button. BarTender will e.g. use the ^FH prefix when trying to encode a control character, such as <GS>, <RS>...
0 -
Legacy Poster
★ BarTender Hero ★
Attached is the Bartender document with the PDF417 2D Barcode.
The values I am trying to encode are <GS>, <RS> and <EOT> .
For example, the 2D barcode scan results should be:
[)>06<GS>12S0001<GS>1PCAY10-221J4LF<GS>Q50000<GS><EOT>
However, I get the following the 2D barcode scan results due to the missing ^FH prefix in the SAPscript.
[)>_1E06_1D12S0001_1D1PCAY10-221J4LF_1DQ50000_1D_1E_04
Thanks for your help!
0 -
How are you trying to encode these control characters? Please note that under the bar code properties you will see an "Omega" symbol button which you would click when trying to enter special symbols such as control characters. Are you making use of this button?
0 -
Legacy Poster
★ BarTender Hero ★
I included the control characters in my barcode sample data (see attached .btw file).
But, when I print the label from SAP the control characters do not display correctly.
My barcode scan results are: [)>_1E06_1D12S0001_1D1PCAY10-103J4LF_1DQ10000_1D_1E_04
However, the barcode scan results should be: [)><RS>06<GS>12S0001<GS>1PCAY10-103J4LF<GS>Q10000<GS><RS><EOT>
0 -
Will the bar code contain variable or fixed data? If it's fixed data, then you shouldn't use "Printer Code Template Field" as the data source type for the bar code, but "Embedded Data" instead. I've also changed the codepage to "ANSI, 1252". This is the code which results:
/ ^BY6^B7B,18,5,13<(>,,<)>N^FH\^FD[)<(>><)>\1E06\1D12S0001\1D1PCAY10-103= J4LF\1DQ10000\04^FSIs that what you're looking for?0 -
Legacy Poster
★ BarTender Hero ★
The barcode contains variable data.
Actual barcode data is defined by the SAPfieldname at print time.
Thanks for the SAPscript code. It produces the correct barcode scan results.
[)>06<GS>12S0001<GS>1PCAY10-103J4LF<GS>Q10000<EOT>
/ ^BY6^B7B,18,5,13<(>,,<)>N^FH\^FD[)<(>><)>\1E06\1D12S0001\1D1PCAY10-103
= J4LF\1DQ10000\04^FS
Is this code automatically generated in the Bartender SAPscript?
Or is this code manually entered in the SAPscript?
I tried to duplicate the SAPscript code but was unable (see attached .btw file).
Thank you!
0 -
I obtained this template directly from BT, but using static data instead or variable. With variable data I'm not able to get the desired results. I will speak with our developers and come back to you.
0 -
Legacy Poster
★ BarTender Hero ★
Thanks for your help. I look forward to your update.
0 -
Our developers have written this up as a feature request. The idea is to properly encode control characters using the ^FH parameter if this control character has a source of "Embedded Data" in a bar code which uses other sources which are marked as variable. There is currently directly no way of directly achieving this in BarTender, unless you make use of a printer command font on your label to generate the bar code completely with printer commands.
In order to enable this font, open the printer driver properties dialog, select the “Fonts” tab and now choose the “Tools > Font Settings” drop down list item and enable the “List Printer Command Font” checkbox” under the “Utility Fonts” tab”. You can now make use of this font style in your BarTender document in replacement of the bar code object. As the data source value for this font, rather than just entering data, you will enter the necessary printer commands in order to generate the variable bar code using ^FH to encode the control characters which will be seen as "Static" data.0 -
Seagull Driver Version 7.3.5 has been released recently. Now, if a certain embedded data source requires to be in HEX format, we will use the ^FH command to encode the control characters for this data source. You would however need to separate fixed and variable data into different data sources.
Our latest drivers can be downloaded from our website at the below link:
http://www.bartenderbarcodesoftware.com/drivers/windows-printer-drivers-download.aspx
0 -
Siew Boon See
★ BarTender Hero ★
Hi,
I am using bartender 2016. I encoded RS, GS and EOT as ascii characters in a Datamatrix barcode and export to Sapscript. But when printed from SAP, the control chars become #. Here is the Sapscript. Could you advise? Thanks.
[)<30>06<29>K&GS_LABEL-BSTKD&<29>3S&GS_LABEL-INHALT&<29>P
&GS_LABEL-KDMAT&<29>1P&GS_LABEL-MATNR&<29>1T&gv_tracecode_kdgrp19_1&
<29>9D&gv_datecode_kdgrp19_1&<29>Q&GS_LABEL-VEMNG&<29>4L&gv_country&
<30><04>|||0 -
pthane
★ BarTender Hero ★
Not sure what type of printer you are printing to but if it has a diagnostic\hexdump mode you could put it into that and see what characters SAP is actually sending out.
I have never used the Sapscript function so not exactly sure how it works but I do believe SAP uses a none standard character set.
It maybe you need to encode with the 0x prefix so 0x1E for the <RS> rather than <30>
0 -
Siew Boon See
★ BarTender Hero ★
I am using Intermec printer. When I debug I could see that <30> is converted to #.
When I replaced <30> with 0x1E, the text 0x1E is printed instead.
0 -
pthane
★ BarTender Hero ★
So it loks like SAP is converting those functions to the # symbol as it either does not recognise them or as they are non printable characters.
I dont really know IPL code but I see ^^ represents RS, ^] is the GS and ^D is EOT so you could try those instead
0
請登入寫評論。
評論
16 條評論