cancel
Showing results for 
Search instead for 
Did you mean: 

kyocera printer BARCODE type C128 prints in small size.how to increase size

Former Member
0 Kudos

Hai gurus,

I have printed barcodes from SAP SCRIPTS by defying the character type as barcode in SE73 and declaring it under Printers device type.

Now for defying it under printer I used the prefix SBP34 and suffix SBS34..

I see these values are maintained in SPAD under the device type as

SBP34 = 424152432031392C592C

SBS34 = ,340,340,6,12,9,12,6,12,9,12;

Now the problem...

I have 2 barcodes in same script one is of type C39 other C128..

the print out prints the 2 barcodes in C39 type always..

is the prefix suffix different for C128?

or is some other thing missing?

update..

whenused SBP25 SBS25 it gives me C128 but in small size..

now i got increase the size..

thanks for reading

Edited by: kumar gaurav on May 19, 2010 9:57 AM

Edited by: kumar gaurav on May 19, 2010 10:40 AM

Accepted Solutions (1)

Accepted Solutions (1)

Sandra_Rossi
Active Contributor
0 Kudos

> whenused SBP25 SBS25 it gives me C128 but in small size..

Check the Kyocera manual to find out how to change the size. Maybe it is also indicated in a SAP note...

Former Member
0 Kudos

thanks..

will come back after my findings

Former Member
0 Kudos

hai sandra,

I have the following settings for 2 barcodes of type 128 in my system..

barcode BC_C128B is bigger than C128B_00....

Now i want a zbarcode bigger than BC_C128B,height 25 mm width 15 cms

how can i code the prefix/suffix?

I asked for a manual of KYOCERA f2000 but ,just trying to find alternatives..

system barcode

C128B_00 Code 128B, n.txt,h= 5mm 01 15 4.00 CM 0.50 CM C128_B 000

printer settings

ZKYOF150 C128B_00 SBP26 SBS26

system barcode

BC_C128B Code 128 B, n.txt,h=13mm 01 40 9.00 CM 1.30 CM 000

printer settings

ZKYOF150 BC_C128B SBP21 SBS21

print controls

SBP21

424152432032332C4E2C

SBP26

424152432032332C4E2C

SBS21

2C3135302C3135303B

SBS26

2C36302C36302C332C362C392C31322C332C362C392C31323B

Sandra_Rossi
Active Contributor
0 Kudos

> SBS21= 2C3135302C3135303B

> SBS26 = 2C36302C36302C332C362C392C31322C332C362C392C31323B

By translating hexa into ANSI characters, we get:

> SBS21 = ,150,150&#x3B;

> SBS26 = ,60,60,3,6,9,12,3,6,9,12&#x3B;

I can't tell you more, wait for the manual (or look at it here: http://kyoceramita.com.au/files/1/TechRef.pdf)

According to it:

> BARC type, flag, u2019stringu2019\[, short, tall\[, bar1, bar2, bar3, bar4, space1, space2, space3, space4\]\];

> The short and tall parameters specify the short and tall bar heights

Note: as you can see, for Prescribe barcodes, the SBP* correspond to "BARC type, flag,"

and the SBS* correspond to ", short, tall\[, bar1, bar2, bar3, bar4, space1, space2, space3, space4\]\];"

Former Member
0 Kudos

thanks thanks thanks

Answers (1)

Answers (1)

Sandra_Rossi
Active Contributor
0 Kudos

> SBP34 = 424152432031392C592C

it means "BARC 19,Y,". Refer to the Kyocera printer manual to see what it means (seems it means barcode 39! )

> is the prefix suffix different for C128?

Yes: Check the Kyocera manual to find which prefix must be used. Maybe it is also indicated in a SAP note...