A Zebra Technologies White Paper. Why is my printer printing code?



Similar documents
A Zebra Technologies White Paper. Creating and processing encrypted files

Network Monitor - ZXP

A Zebra Technologies White Paper. Bar Code Printing from Oracle WMS and MSCA

Bar Code Printing Options for Zebra Printers with Oracle WMS and MSCA A ZEBRA BLACK&WHITE

Link-OS Printer Operating System Syslog AppNote October 5, 2014

Using SAP Smart Forms for Bar Code Label Printing from mysap Business Suite A ZEBRA BLACK&WHITE

A Zebra Technologies White Paper. Achieving PCI DSS v1.2 Compliance on Wireless Printers

Issues and Opportunities for Introducing Bar Code Systems in Hospitals A ZEBRA BLACK&WHITE

Magnetic Stripe Reader on ZQ500 Series Printers AppNote October 6, 2014

Reducing Cycle Times and Work in Process Management Costs: Aerospace and Defense Industry

Getting Started with Windows Mobile Development Windows Mobile SDK C#

Zebra Link-OS Environment Version 2.0

A Zebra Technologies White Paper. Zebra Bar Code Solution for Oracle Retail Store Inventory Management

ZebraDesigner Fonts and Graphics Downloader. User Guide 13859L-002

RACK AND CONTAINER TRACKING SOLUTION

Barcode Labeling in the Lab Closing the Loop of Patient Safety

Zebra Lab Labeling Solutions for Healthcare

Barcode-Based Patient Safety Initiatives in Hospital Pharmacies

Zebra Link-OS Environment Version 2.0

A Zebra Technologies White Paper. Managing Printers for Maximum Reliability, Performance, and Value

Step 4. Advanced inventory and storage capabilities

RTLS 101 What It Is and Why You Need It

DRIVE VALUE ACROSS YOUR SUPPLY CHAIN WITH CHIP-BASED RFID SERIALIZATION A simpler, more cost effective solution for deploying item-level tagging

CENTRALIZED DEVICE MANAGEMENT HELPS DRIVE BUSINESS EFFICIENCIES Improve device security, availability and cost-effectiveness

OCTOBER Russell-Parametric Cross-Sectional Volatility (CrossVol ) Indexes Construction and Methodology

Foreign Taxes Paid and Foreign Source Income INTECH Global Income Managed Volatility Fund

CONSUMERS' ACTIVITIES WITH MOBILE PHONES IN STORES

Zebra Technologies Healthcare Solutions SIMPLE SOLUTIONS TO COMPLEX PROBLEMS HELPING YOU DELIVER BEST PRACTICE IN HEALTHCARE

Genuine Zebra Ribbons

GLOBAL DATA CENTER INVESTMENT 2013

Getting Started on Bar Code Adoption

Integrating CaliberRM with Software Configuration Management Tools

Sulfuric Acid 2013 World Market Outlook and Forecast up to 2017

HAS BRAZIL REALLY TAKEN OFF? BRAZIL LONG-RUN ECONOMIC GROWTH AND CONVERGENCE

UK Television Exports FY 2014/2015

DX8100 Series Symantec AntiVirus Corporate Edition Installation Instructions. Version

METROLOGIC INSTRUMENTS, INC. MS1690 Focus Area Imaging Bar Code Scanner Supplemental Configuration Guide

GLOBAL DATA CENTER SPACE 2013

Theatres/Channels All theatres. Indirect channel. Author/Owner

Bar Code Printing Options for Zebra Printers with Oracle WMS and MSCA APPLICATION WHITE PAPER

Customer Support. Superior Service Solutions for Your Laser and Laser Accessories. Superior Reliability & Performance

2015 Growth in data center employment continues but the workforce is changing

SMART ID CARDS FOR EDUCATION: Secure the Campus While Providing Essential Services

Installation Guide E Dielectric Probe Kit 85071E Materials Measurement Software

A Nielsen Report Global Trust in Advertising and Brand Messages. April 2012

Sports Solutions. Revolutionizing Sports in Real-Time

Updating the QIAcube operating software

The big pay turnaround: Eurozone recovering, emerging markets falter in 2015

Application Notes for VTech 1-Line and 2-Line Analog Hotel Phones with Avaya IP Office 8.1 and Voic Pro 8.1 Issue 1.0

Configuring DHCP for ShoreTel IP Phones

Customers have noticed that we are very responsive, meet our service level agreements, and are more cost conscious. MIKE ROBINSON

Global AML Resource Map Over 2000 AML professionals

Performance 2015: Global Stock Markets

Brochure More information from

ZEBRA RFID Solutions

Release Notes: PowerChute plus for Windows 95 and Windows 98

2015 Country RepTrak The World s Most Reputable Countries

GLOBAL B2C E-COMMERCE DELIVERY 2015

R-Related Features and Integration in STATISTICA

EUROPEAN MOBILE INSIGHTS 2012 NORTON CYBERCRIME REPORT APRIL 2013

Agilent N5970A Interactive Functional Test Software: Installation and Getting Started

ZQ110. Mobile Printer Bluetooth Connection Manual. P Rev. A

Figure 1: Global Aggregates: Industrial Production (% MoM Ann., 3M moving average)

CISCO IP PHONE SERVICES SOFTWARE DEVELOPMENT KIT (SDK)

Supported Payment Methods

ZEBRA PRINTER PORTFOLIO: PRODUCTS AND SOLUTIONS

We decided that we would build IFS Applications on standards so our customers would not be locked into any particular technology. We still do.

QIAsymphony RGQ Protocol Sheet

2013 GLOBAL PERFORMANCE MANAGEMENT SURVEY REPORT

Supported Payment Methods

Performance 2016: Global Stock Markets

einvoice A fully automated digital solution for companies of all sizes

CaliberRM / LDAP Integration. CaliberRM

STATE OF GLOBAL E-COMMERCE REPORT (Preview) February 2013

Global Animation Industry: Strategies Trends & Opportunities

WHITE PAPER WHY ENTERPRISE RESOURCE PLANNING SOFTWARE IS YOUR BEST BUSINESS INTELLIGENCE TOOL

USAGE OF METRICS AND ANALYTICS IN EMEA MOVING UP THE MATURITY CURVE

BT Premium Event Call and Web Rate Card

A Zebra Technologies White Paper. Enterprise-Wide Data Collection and RFID/Bar Code Printing for SCM

Airline Partner Award Redemption Structure

Brochure More information from

Amdocs Field Service

White Paper. 10 Reasons to Choose Image-based Barcode Readers

AMDOCS INTERACTIVE CUSTOMER SUCCESS STORY HONG KONG CSL

Global Investing 2013 Morningstar. All Rights Reserved. 3/1/2013

Transcription:

A White Paper Why is my printer printing code?

Overview This white paper addresses some common reasons why a Zebra printer would print code (i.e. printer commands) as text rather than a properly formatted label. In addition, this white paper will provide insight as how to resolve this problem. A common issue customer s face when using a Zebra printer is the printer prints actual ZPL commands as text rather than the expected label. There are typically two reasons this might occur: 1. The printer device.languages setting is incorrect 2. The customer s application requires that it use a generic text driver instead of the ZebraDesigner driver to communicate with a Zebra printer. Incorrect device.languages setting: A common reason why a printer might be printing code is that the printer is in line print mode. If a printer is configured for ZPL and an application sends ZPL data to the printer, the printer will just dump the ZPL commands to the line printer rather than process the ZPL commands. With ZPL enabled, the commands will be parsed and handled appropriately. The command to configure a printer for ZPL is:! U1 setvar device.languages ZPL Note: This command must end with a carriage-return/line-feed combination. The command to query a Zebra printer to determine the device.languages setting is:! U1 getvar device.languages Note: This command must end with a carriage-return/line-feed combination. Example: This is what I want to print: This is what actually prints: Solution: set device.languages ZPL as described above. 2 Why is my printer printing code

Using a generic text printer driver instead of the ZebraDesigner driver: Another common reason why a Zebra printer will print ZPL commands rather than a properly formatted label is because a customer s application is using the ZebraDesigner Driver instead of a generic text driver. If you have a file with some ZPL commands in it and then send it to a Zebra printer through the ZebraDesigner driver, the printer will print the ZPL. This is because any data sent through the ZebraDesigner Driver will be wrapped in ZPL commands. When a generic text driver is used, the data that is being sent through the driver will not be wrapped in anything. The generic text driver just passes data through without alteration. Example: Using Notepad, I create a text file named TestLabel.txt with the ZPL commands to print a Code 128 barcode. Then I try to print this using File Print and select the appropriate Zebra printer. This is what I want to print: This is what actually prints: The reason the actual ZPL commands are printed is because the ZebraDesigner driver is being used. To correct this issue, re-install the printer using a Generic / Text Only printer. The generic printer driver is not for any specific model of printer but it allows you to output your own printer codes. Usually you are not allowed to extract information from an application but with generic text driver you can because the output of the generic text driver is a raw text file. Steps to Install a Generic Printer Driver 1. Click Start -> Settings -> Printers and Faxes 2. Select Add a Printer 3. The Add a Printer Wizard will ask how this printer is attached, select local printer 4. A list of Manufacturers and Printers show up, scroll down to select GENERIC 5. Select the printer named Generic/Text only in the list of Printers and click Next 6. A menu will appear that will allow you to select this printer as Default printer. Select NO and click Next 7. The Add a printer wizard will prompt you to print a test page, select No and click Finish 3 Why is my printer printing code

You now have a Generic text driver installed. Now when you select File Print from Notepad and select the Generic / Text Only printer, the actual barcode, as shown on the under This is what I want to print, should print. 4 Why is my printer printing code

Document Control Version Date Description 1.0 6 th September 2012 Initial release Disclaimer All links and information provided within this document are correct at time of writing Created for Zebra Global ISV Program by Zebra Development Services CORPORATE HEADQUARTERS Corporation 475 Half Day Road, Suite 500 Lincolnshire IL 60069 USA T: +1 847 634 6700 +1 800 268 1736 F: +1 847 913 8766 USA Corporation 333 Corporate Woods Parkway Vernon Hills, IL 60061-3109 U.S.A. T: +1 847 793 2600 or +1 800 423 0442 F: +1 847 913 8766 EMEA Europe Limited Dukes Meadow Millboard Road Bourne End Buckinghamshire SL8 5XF, UK T: +44 (0)1628 556000 F: +44 (0)1628 556001 OTHER LOCATIONS USA California, Georgia, Rhode Island, Texas, Wisconsin EUROPE France, Germany, Italy, Netherlands, Poland, Spain, Sweden www.zebra.com LATIN AMERICA Zebra Technologies International, LLC 9800 NW 41st Street, Suite 200 Doral, FL 33178 USA T: +1 305 558 8470 F: +1 305 558 8485 ASIA-PACIFIC Asia Pacific, LLC 120 Robinson Road #06-01 Parakou Building Singapore 068913 T: +65 6858 0722 F: +65 6885 0838 ASIA-PACIFIC Australia, China, Japan, South Korea LATIN AMERICA Argentina, Brazil, Florida (USA), Mexico AFRICA/MIDDLE EAST India, Russia, South Africa, United Arab Emirates Copyrights 2010 ZIH Corp. Zebra and the Zebra head graphic are registered trademarks of ZIH Corp All rights reserved. All other trademarks are the property of their respective owners. 5 Why is my printer printing code