1. Home
  2. Technical Documentation

Command labels

With command labels, you can trigger the printing of various labels and execute different routines from the terminal

BxMobile supports printing command labels, which are labels containing a QR code that can be scanned. The content of this QR code depends on the action you want to trigger. The most common use is to trigger label printing when the QR code is scanned.

You can generate and print these QR codes using BxSmartPrintPro and/or Label Designer in BxAdmin, or by using an online QR code generator.

Implemented Commands

The following command labels are currently supported (this list is updated continuously as new commands are implemented):

#BxPrintLine Prints the current line
#BxPrintLine(2) Print 2 copies of the current line
#BxPrintLine(quantity, TestLayout, TestPrinter) Prints x labels, where x = quantity on the line, using label template TestLayout and printer TestPrinter.
#BxPrintLine(erpquantity, TestLayout, TestPrinter) Prints x labels, where x = receivingquantity/pickingquantity on the line, using label template TestLayout and printer TestPrinter.
#BxPrintAll(quantity, TestLayout, TestPrinter) Prints x labels for all lines, where x = quantity on each line, using label template TestLayout and printer TestPrinter.
#BxPrintAll(erpquantity, TestLayout, TestPrinter) Prints x labels for all lines, where x = receivingquantity/pickingquantity on each line, using label template TestLayout and printer TestPrinter.
#BxLogOut Logs out of BxMobile. This is mainly used by us and resellers as a quick function for customers where the logout button is disabled. End users should not need to use this. Logging out will require re-pairing in BxAdmin.

Important notes

  • Ensure the command does not contain extra parentheses beyond what is in the command itself.
  • If the print queue name on the server contains parentheses, such as (203 dpi), rename it before use.

Example: Setting up a #BxPrintAll command

A #BxPrintAll command is set up as follows:

#BxPrintAll(quantity, Varemottak etikett, Honeywell PC42d)

If this command is used inside the Receiving module on the terminal, it will:

  1. Print the number of received lines (quantity) from the terminal.
  2. Use the defined label template (Varemottak etikett).
  3. Send the print job to the Honeywell PC42d printer.

BxSmartPrintPro Setup example

When setting this up in BxSmartPrintPro, the configuration would look something like this: