Has anyone got any experience with Bartender and network printing? We are implementing shop floor right now our setup is as follows:
Android Samsung A8 Tablets for production using Web based MES
Bluetooth Datalogic scanners attached to each tablet
Wifi Zebra printers networked via wireless to server with edgeagent running on the server
*Zebra TC22 hand scanners for picking/warehouse running epicor android mobile warehouse.
So we purchased Bartender 2022 for designing and running all the labels we require for purchase receipts, production and quality. We are using operational tags to replace our current job cards/need for job travellers.
I can print using network print options to test an output if the file is an SSRS report but i cannot use network print to print a bartender label (i should be able to select the network printer that will then map this into the output BT file and subsequently then print to the network printer via the integration builder.) I will eventually look at some auto print directives but the user will need to be able to override the printer if the one nearest isnt working or is busy etc and there will be around 20+ shop floor label printers.
How do i get around this if Epicor will only allow network print when SSRS is selected?
Many thanks for your help and Merry Christmas to you all
Our Workstation/Printers seem to not be working as I think it should. We’re running Kinetic 2023.2, Kinetic forms. The main thing is when the Bartender file is generated, the PRN parameter is blank. My understanding and experience from the past is that should pull from the default Device from the Workstation we’re attached to.
From MES, I’m ending activity, entering a quantity, and clicking the Tags button. On the tags screen, I’m entering a “quantity per” which is giving me the number of tags and quantity per label. Example: if I have a quantity of 50 with a per container of 20, then I get 2 tags of 20 and 1 tag of 10. When I want to print this, the NETWORK PRINT icon is grayed out.
Based on the post above, I copied the Bartender report style to a new style, simply changed the type from Bartender to SQL Server Reporting. When I change to that report style, the NETWORK PRINT icon shows up. So, if I have a report style defined as Bartender, doesn’t appear I can use network printers. If I choose a network printer, my understanding was that’s where it got the network path that it uses for the PRN parameter on the first line of the BT file it generates for Bartender.
OK, same Tom-Foolery here. I’ve pretty much always gone the custom route when printing to Bartender. I’ve added a button to the screen and kicked off some custom code to create the BT file directly. Added logic where I’ve figured out the printer and/or the label format file, etc. I’m trying to stay with the canned logic.
I was hoping to stick with canned logic here. In this case, we’re wanting to utilize the Epicor “Tags” screen where the user is allowed to specify the label quantities they want. I’ll probably challenge them on their need for the tags screen where they can specify label quantities. How often are they going to complete a 100 pieces and they want 3 labels of 25, two 10’s and a 5? If I just give them a “per container” and they get labels of that quantity with any remainder on the last, might have to go that custom route.
Just kidding. But that does look like the way you had to do things back in Vantage 8/9. Ahhh, the good old days. When BPM’s were still super procedures and to get something done you had to go to Plan B, Plan C, and then Plan D because the tools weren’t working like they were supposed to. And a call to Tech Support to report a problem with the tools got immediately forwarded to CSG. But I digress.
The solution was unfortunately a CSG customisation put in place via Epicor during implementation (which is still on going)
Its been a real challenge to get something as simple as being able to select a printer to print which has been extreamly frustrating - surely something as basic as this should be more straight forward?
We basically now have a print button and a drop down list of printers populated from printer maintenance on any of the screens where we need to create a product label.
Its taken a long time to get it working but it now is thankfully.
Once the file has been created, I then copy the file to network Zebra printer assigned to the workstation.
File.Copy(sourcefile, destfile, true);
The function is called from application studio using the erp-function widget.
We tried the bartender way, but we are typically printing 1000 serial numbers at a time and we didn’t find it scalable in terms of time taken to print the labels off.