Contents
Enabling Dashboard label printing
Program Version and Menu items
The version of the programming
Dash Print Configurator Utility under Edit > Label Settings
Substitutions tab - Printing data that is not in the Grid
The label design above was created in less than 2 minutes
Label Printing Process
Use your mouse to choose and item and press Print. If you need to select multiple items, hold the CTRL-key on your keyboard while you click.
Enter the number of labels required and press Print.
Starting a New Label design:
The design interface for XML labels allows you to choose any field that is included in the view you were on when you launched the Label Designer. The fields are shown in the upper left below the Current Label display. Click on a field [example: $ItemCode$] to begin adding 'elements' to the label design. If you want to add just the data from the database, click on the "Add Field Data" button. Now you will see the database field data on the label. |
![]() |
If you want to add a static field name for the field that you have chosen in the upper left area, click on the "Add Field Data" button. Now you will see the database field name on the label. |
![]() |
If you want to add the static field name and the data from the database for the field that you have chosen in the upper left area, click on the "Add Field and Data" button to add the field name and field data to the label. |
![]() |
If you want to add add a barcode for the data from the database, click on the "Add Barcode" button.
|
![]() |
Click on the "Add Object" button to create Static items that will print on every label. Fixed is for text. Barcode creates a barcode Image allows you to choice a graphic, like your logo. Keep in mind your printing black ink on a white label and if your graphic is dark blue and dark red will print all black. Box adds a box/ HLine adds a Horizonal line. VLine adds a vertical line. Each of these processes are explained in detail below.
|
![]() |
Fixed to include text. Fill in the "Text" prompt and refine other prompts if needed and press Save. Examples: You could include your company name in text on every label. You could use $ITEM_DESC_EXTENDED$ and the programming will get the Items extended |
![]() |
Barcode to include a barcode. Fill in the "Text" prompt and refine other prompts if needed and press Save. |
![]() |
Image to include an image. Use the "Select Image" button and press Save. |
![]() |
Box to include a box. Adjust the Thickness and refine other prompts if needed and press Save. |
![]() |
Hline for a horizontal line. Adjust the Width and refine other prompts if needed and press Save. | ![]() |
Vline for a vertical line. Adjust the Height and refine other prompts if needed and press Save. |
![]() |
After adding elements to the design, you can highlight any of the elements and change the properties for that element in the area on the right side of the designer screen.
The label design above was created in less than 2 minutes by, Choosing the $ItemCodeDesc$ field and pressing the "Add bound column". Choosing the $ItemCode$ field and pressing the "Add barcode from bound" and then "Add fixed text and bound". Pressing the "Add Object" and choosing "Hline". Choosing the $WarehouseCode$ field and pressing the "Add barcode from bound" and then "Add fixed text and bound". Pressing the "Add Object" and choosing "Hline". Choosing the $BinLocation$ field and pressing the "Add barcode from bound" and then "Add fixed text and bound". Pressing the "Add Object" and choosing "Hline". Choosing the $QuantityOnHand$ field and pressing the "Add barcode from bound" and then "Add fixed text and bound".
You could create the example below by choosing the $QuantityOnHand$ field and pressing the "Add fixed text from bound" and then "Add barcode from bound" and then "Add bound column". |
|
You could simplify the process as shown below by including the human-readable in the barcode. Choose the $QuantityOnHand$ field and press the "Add fixed text from bound" and "Add barcode from bound" and check the "Include Text" checkbox shown in Red below. |
![]() |
Print Angle: you can design your labels in Landscape mode and set the Print Angle to 90 or 270 to convert to Portrait mode while printing. Example: you design 4X1 but your label stock is 1x4. | ![]() |
GS1 BarcodesCreating GS1 barcodes is possible in DashPrint Label Designer. Hoepfully your Item code data is 14 characters which is the GS1 standard. Keep in mind that if you are sending items to your customers and they need to receive the items using the GS1 barcode, your product needs to be registered with GS1 US - Authentic Barcodes The simplest process for designing GS1 barcodes in DashPrint Label Designer is to design an XML file. These are the prefixes that can be used during scanning the GS1 barcodes. (01), "Item Code" (10), "Lot" (17), "Expiration Date" (21), "Serial" (30), "Quantity" (92), "Line Key" (241), "Alias Item Code" (310), "WEIGHT in KG" (320), "NETWEIGH in LB" When creating barcodes, the programming requires a tilde (~) to be added before each GS1 prefix. Example: ~(01)$ItemCode$~(10)$LotSerialNo$~(30)$QuantityOnHand$ The green boxes below show you how to create a 2D barcode. Below shows you how to create a 1D barcode.
Below shows you how to create human readable. When adding human readable, do not include a tilde (~).
Zebra GS1 Examples:2D GS1 barcodes need to have _1 before each prefix. ^FO300,750^BXN,9,200,20,20,,_^FD_101$ItemCode$10$LotSerialNo$_130$QuantityOnHand$^FS 1D GS1 barcodes need to have >8 before each prefix. ^BY2^FO63,123^BCN,088,Y,Y,,D^FD>8(01)$ItemCode$>8(10)$LotSerialNo$>8(30)$QuantityOnHand$^FS Human Readable ^AAN,27,12^FO55,245^FD(01)$ItemCode$(10)$LotSerialNo$(30)$QuantityOnHand$^FS
Print As ZPL \ Print As CPCLTwo options for both “Print as” options |
|
You can design labels in XML and have them converted to Zebra Printer Language during printing by enabling the “Print as” options. The font are converted to Zebra fonts and may not look exactly like the Windows True type fonts. |
![]() |
You can enabled the “Print as” option and then choose a "Zebra Printer Language" font that is installed in your printer and enable the Print Angle before you export to change Landscape to Portrait printing. |
![]() ![]() |
FORMATTING:C for Currency. If you enter C into the formatting prompt and the data is 1.23456 the program will print $1.23
"Design as text" can be used when you need to use the printer manufactures print language. The screen below shows an example of [ZPL] Zebra Print Language. You can edit labels that were exported to ZPL ^FO20,131^ADN,36^FB771,10,0,L^FDItem: $ItemCode$^FS ^FO20,131 = 20 is the X coordinate, 131 is the Y coordinate. You can change those number to move where the data prints. When you make changes you will need to press the “Redraw” button to see your changes. ^ADN,36 = D is the font. You can change to B, E, F for different Zebra fonts. 36 is the font size. ^FO20,71^BY2^BCN,40,N^FD>:$ItemCode$^FS ^BY2 = 2 is the barcode width. You can change 2 to 3 for a wider barcode. ^BCN,40,N = 40 is the height of the barcode. Changing to 80 makes the barcode twice as tall. N can be changed to Y if you want to print the human readable below the barcode.
|
Comments
0 comments
Please sign in to leave a comment.