Labels pausing between labels with Commander
I created a template that prints this data from this file through commander.
PO #,QTY,SKU/ITEM,DESCRIPTION,ORDER QTY,BOX QTY,UNIT COST,COST
W-0174151,24,687152,JUMBO A,5784,1,0.9,"$5,205.60 "
W-0174151,24,687152,JUMBO A,5784,1,0.9,"$5,205.60 "
W-0174151,24,688812,JUMBO B,3360,2,0.9,"$3,024.00 "
W-0174151,24,688812,JUMBO B,3360,2,0.9,"$3,024.00 "
W-0174151,24,688887,JUMBO C,3240,1,0.9,"$2,916.00 "
W-0174151,24,688887,JUMBO C,3240,1,0.9,"$2,916.00 "
Everything prints but there is over a one second pause on each label. We have to print thousands of labels at a time and this takes hours. If I do it through the Bartender interface they print without pause. Can someone please direct on what may be wrong?
Thank you.
-
Travis Truax
★ BarTender Hero ★
I've seen this before as well, but unfortunately I don't remember exactly how we resolved it.
When you say that they prints without pause through Bartender, how are you testing that? An avenue of research I would explore is what actions the commander process is taking vs what bartender takes. I believe on some printers (like Zebra) the label format is cached in the printer when you print a group of labels at once, and just the changed field data is sent for subsequent labels in the group, but in this scenario with Commander, each file may trigger the entire format to be sent. (Of course, your format may be very small or very large - I have no idea...)
For testing purposes, can you doctor one of your commander trigger files to contain 2 labels? If that doesn't cause a delay, it may help to point out where the delay is occurring. Just thoughts...
Travis-
0 -
If you a sending a trigger file like you mention through Commander, it should be sending it as one print job. It is interesting you say printing directly through BarTender with this same data has no issues.
If you are printing a lot of records, I would recommend the following to improve performance:
- Make sure you are using a Seagull printer driver (if available depending on printer)
- Use printer fonts instead of Windows true type fonts
- Printer performance optimizations are enabled. In BarTender by default, under file->print and performance tab, all the options should be checked except graphic and template caching. In the object print method, the true type text should be set to text output and other options set to auto.
- Try using local directories and printers instead of network locations to see if that improves performance.
You may also want to confirm in Commander the trigger is being detected in timely manner by looking at the logging pane. In addition, as a test and to narrow down the issue, you may try running in application mode with visible Windows. This will allow you to see how Commander runs BarTender in the background by doing the following that might give you some hints (this will require you to stop Commander detection):
- In Commander, go under administer->service setup and change to application.
- Next go under detection->command handler setup->general tab and set visible windows to all.
- Start detection and send a trigger.
0
Please sign in to leave a comment.
Comments
2 comments