Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Label printing issue

Former Member
0 Likes
1,191

Hi All,

I am having an issue with label printing with zebra printer. Presently I am printing lables using zebra printer. so to print number of lables I am using ^PQ&v_n& command. where v_n is the number of lables required.But my requirement is changed such that there is seriel number to print on each label starting from 1 every day. Suppose if i want to print 20 lables then seriel number should start from 1 and upto 20. Because of this requirement, I am unable to use ^PQ command, and looping write form to print required number of lables. But it is taking much time to print lables.Is there any other way to decrease the time. My requirement is i need to print multiple lables with variable serial number quickly, is there any command to achieve this. Pls help me out.

All helpful answers are rewarded.

Thanks

Giridhar

Hi All,

I am having an issue with label printing with zebra printer. Presently I am printing lables using zebra printer. so to print number of lables I am using ^PQ&v_n& command. where v_n is the number of lables required.But my requirement is changed such that there is seriel number to print on each label starting from 1 every day. Suppose if i want to print 20 lables then seriel number should start from 1 and upto 20. Because of this requirement, I am unable to use ^PQ command, and looping write form to print required number of lables. But it is taking much time to print lables.Is there any other way to decrease the time. My requirement is i need to print multiple lables with variable serial number quickly, is there any command to achieve this. Pls help me out.

All helpful answers are rewarded.

Thanks

Giridhar

2 REPLIES 2
Read only

Former Member
0 Likes
593

From a ZPL instruction .PDF I have:

Serialized Data:

The ^SN (Serialization Data) command allows the printer to index data fields by a selected increment or decrement value (i.e., make the data fields increase or decrease by a specified value) each time a label is printed.

for example:

F020,180AFSNSERIALNUMBER 00000000111,1,YFS

[^FO - Set field origin relative to label home.]

[AFSNSERIAL NUMBER 00000000111,1,Y - Define serialized field, starting value of 111, increment by 1, insert leading zeros]

[^FS - end of field data]

Hope this helps,

Mark Schwendinger

Read only

Former Member
0 Likes
593

Hi

My name is Andy Rogerson and I work for Zebra as an Integration Architect forcusing on SAP solutions.

Mark is correct we support serial numbers in the printer. If you can send me the ZPL you are using currently I can recommend the necessary changes.

Email: [email protected]

Regards,

Andy