Serialization
I have a problem creating serialized barcodes. Right now, I have it partially working. WHat I am trying to do is as follows:
Create a barcode in the following style:
W12345-01
W12345-02
W12345-03
all the way to
W12345-16
Then, the two numbers on the end needs to reset to 01. This I can get it to do. However, it resets to the original number W12345-01.
What I want it to do is to reset to the next increment on the numbers to the left of the dash as follows:
W12346-01 INSTEAD of W12345-01
The progression I want is as follows:
W12345-01
W12345-02
. . .
W12345-16
Now, it should advance to
W12346-01
How can I get Bartender to do that?
Thanks!
-
Shotaro Ito
★ BarTender Hero ★
You can have multiple data sources in a text, by add new data source.
The text's Data sources would be:
1: "W"
2: "12345". Serialization enabled, Increment 1 every 16 serial number(s).
3: "-"
4: "01". Serialization enabled, Increment 1 every 1 serial number. rollover limit "16", reset to "01".
on serialization, by checking "Track interval remaining between print jobs", the "12345" part keeps how many serial labels printed in previous job. This function is available since BarTender 10.1.
0 -
Sorry to hijack somebody elses thread but I need to take the same thing a couple steps farther and I'm having some difficulty figuring it out.
Additional steps I need to figure out;
Step one is I will need to increment the W in the above example when #2 reaches it's rollover value. (easy enough, if multiply the rollover values for #2 and #4. that should work)
Step two is where it complicates things, I need to set the rollover values at print time. #2 and #4 may or may not start at 1 or go to a max of 99, #2's max value will be less than 10. The letter coulld be a single or double letter.
I also have a single number between 1-9 before the letter that could change as well.
0 -
Hi,
Is it possible the same serialization for different size labels?
Thank youı
0
Please sign in to leave a comment.
Comments
3 comments