BrowserPrint printer "dies" and needs restart

// Expert user has replied.
E Erik Sköld 4 months 2 weeks ago
70 3 0

Hello! 
We are experiencing big problems with a .NET application that we are using to print labels using browserprint. 

We shipped this application in june 2024 and it was working great in the start then we added more users and problems with printing began. 

What is happening is that the application works great until it suddenly stops and nothing happens when we try to print out using our application or any other browserprint application the only solution is to restart the printer after a restart it is working a while until the problem comes back. Other application are still working and we can print from these without problem but all applications that are using browserprint and printing from USB are not working. 

We do not really know how to get past this we are not able to replicate this in our printer but it happens "out in the wild". 

What we have tried to do is following:

  • Rewrote the code removing all status requests where we asked for the status of the printer etc. 
  • Removed timer from USB-port (windows can sometimes make the printer sleep)
  • Changed timeout settings in the printer (timeout for internal wired)
  • Changed ZPL-format from sending two zplcommands one with setting to one. 

We are only using USB-connected printers the models that we are using is GX420t and ZD421 user are using desktop computers with the same installation of zebra browser print. 

Any tips on what we can do to find out what is happening? 

I will attach our JS code and zpl-samples in the attached files.  

Please Register or Login to post a reply

3 Replies

S Steven Si

The log file of the Browser Print may provide you some information to debug this further. The log file can be found at C:\Users\yourUserName\AppData\Local\Zebra\BrowserPrint\log.txt.

E Erik Sköld

I can not se any logs in the log file when this happens. 

E Erik Sköld

UPDATE

This was a long journey but i think we finally seing something. Se below for a description. Note that Winetirem is a custom build windows applikation used for printing labels and Retikett is our web system that uses browserprint.

I have now managed to at least recreate the symptoms of the issue in our development environment and have also been able to print in the production environment without restarting the printer.

Recreating the Issue (Note: Only Works on ZD421)

  1. Send the following text to the printer using Zebra Setup Utilities:
  2. Open the sample application included with BrowserPrint using the following command: “chrome.exe --user-data-dir="C://Chrome dev session" --disable-web-security “. 
  3. Select the printer and press "Send BMP."
    • Nothing happens except for an error message in the browser console.
  4. Press "Send BMP" again.
    • A label with the Zebra logo is printed.
  5. Press "Send ZPL Label."
    • A label with the text "Test Label" is printed.

“{  

   "name": "Test",  

   "deviceType": "printer"  

} “

The printer is now in an "error state." Printing still works via Winetirem, but it does not work via BrowserPrint or by sending data through Zebra Setup Utilities. The printer's indicator shows that it is receiving documents, but no printout is produced.

This allows files to be accessed from the disk.

The printer now appears to have exited the "error state," and I can send print jobs to it without any issues.

Solution in the Production Environment

After successfully reproducing the symptoms on our test printer, I wanted to test in the production environment as well. I visited three healthcare centers and quickly found two printers that were not working: one ZD421 and one GX420t.

  1. Tested printing in Retikett and Winetirem.
    • Printing in Retikett did not work.
    • Printing in Winetirem worked on the ZD421, and I could see the same indicator showing that the printer was receiving data.
  2. Connected the printer to my computer.
  3. Repeated the exact same steps as described in step 2 above.

After this, the printer worked without any problems. I was able to get both the GX420t and ZD421 printers working again.

Conclusion

We are able to reproduce the symptoms and restore the printer to a working state. However, we still do not know what initially causes the problem.

My theory is that some system (possibly Retikett) is sending commands similar to the one I used to recreate the issue. This causes the printer to enter an "error state" (essentially, it is waiting for additional commands and will continue waiting indefinitely). In this state, it is not possible to send further text commands, but it is possible to send an image/file, which resets the printer and allows text-based printing again.

These are my assumptions based on forum discussions, so I would love to hear your thoughts on this.

/Erik

 

CONTACT
Can’t find what you’re looking for?