<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: zebra printer as/400</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/zebra-printer-as400/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/zebra-printer-as400/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 01:14:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: bigmac46</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/zebra-printer-as400/#comment-80261</link>
		<dc:creator>bigmac46</dc:creator>
		<pubDate>Thu, 12 Aug 2010 15:53:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-80261</guid>
		<description><![CDATA[and 4114’s
should have been 
4214s]]></description>
		<content:encoded><![CDATA[<p>and 4114’s<br />
should have been<br />
4214s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigmac46</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/zebra-printer-as400/#comment-80256</link>
		<dc:creator>bigmac46</dc:creator>
		<pubDate>Thu, 12 Aug 2010 14:23:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-80256</guid>
		<description><![CDATA[If you search this site there are examples of how to set up  output to a zebra using ZPL and printing simple labels. We use several models of printers based on the need at the location. We still have ha ve twinax connected zebras definead as 4214s and 5224s. We also have  zebras connected as Client access printers and defined as generic text printers on the PC and 4114&#039;s on the 400. We did have 1 IP connected but we always have a dumb terminal or PC at the same location so we use that device as a connection poit for the Zebra. In one location we have 2  zebras and a 2500 series dotmatrix all connected to the same PC. The device type and connection type is transparent tothe zebra. We create all our labels in house(including UPS  labels)  and normally use QSYSPRT spoolfiles. As WoodEngineer says - when the ZPL code is embeded in the string it just works.  The zebras  really don&#039;t care how they are connect as long the outq gets the spoolfile to them. 
Another repeat - get the manual from Zebra.]]></description>
		<content:encoded><![CDATA[<p>If you search this site there are examples of how to set up  output to a zebra using ZPL and printing simple labels. We use several models of printers based on the need at the location. We still have ha ve twinax connected zebras definead as 4214s and 5224s. We also have  zebras connected as Client access printers and defined as generic text printers on the PC and 4114&#8242;s on the 400. We did have 1 IP connected but we always have a dumb terminal or PC at the same location so we use that device as a connection poit for the Zebra. In one location we have 2  zebras and a 2500 series dotmatrix all connected to the same PC. The device type and connection type is transparent tothe zebra. We create all our labels in house(including UPS  labels)  and normally use QSYSPRT spoolfiles. As WoodEngineer says &#8211; when the ZPL code is embeded in the string it just works.  The zebras  really don&#8217;t care how they are connect as long the outq gets the spoolfile to them.<br />
Another repeat &#8211; get the manual from Zebra.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: woodengineer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/zebra-printer-as400/#comment-80192</link>
		<dc:creator>woodengineer</dc:creator>
		<pubDate>Wed, 11 Aug 2010 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80192</guid>
		<description><![CDATA[In another life I printed to a Zebra attached to an AS/400 using twinax.  That will give you an idea of how long ago it way.  We configured the printer as the most basic character-based printer.  It might have been a model 5224 printer.  

The print file was a single field of 80 or more characters.  We wrote the ZPL commands and data to the print file in clear text.  Everything was human readable when the print file was displayed.  It seems there was a special character that replaced one of the ZPL command-related characters.  Might have been the Lazy L, i.e. the character that looks like an L on its side.

The Zebra operated somewhat like a laser printer in that it does not print until the whole label is written to the spool followed by a character string that is the print-it-now command.  Again this is contained in the print file in clear text.

The manual will be invaluable, as Philpl1jb recommends.  &quot;Don&#039;t leave home without it.&quot;

One thing that caused us some grief at the beginning was not using the correct reference point when specifying the X and Y coordinates for the print data.  Once that was corrected we started to see data on the tickets.  This was a jewelry applications - you know those little tags you see on rings at the store.  There was not a lot of real estate to work with.  By using the wrong reference point it turned out that we were coding data to print in an area which did not land on our tags.

Hope this helps.  The Zebra is a great printer.  It served us very will with almost no problems.]]></description>
		<content:encoded><![CDATA[<p>In another life I printed to a Zebra attached to an AS/400 using twinax.  That will give you an idea of how long ago it way.  We configured the printer as the most basic character-based printer.  It might have been a model 5224 printer.  </p>
<p>The print file was a single field of 80 or more characters.  We wrote the ZPL commands and data to the print file in clear text.  Everything was human readable when the print file was displayed.  It seems there was a special character that replaced one of the ZPL command-related characters.  Might have been the Lazy L, i.e. the character that looks like an L on its side.</p>
<p>The Zebra operated somewhat like a laser printer in that it does not print until the whole label is written to the spool followed by a character string that is the print-it-now command.  Again this is contained in the print file in clear text.</p>
<p>The manual will be invaluable, as Philpl1jb recommends.  &#8220;Don&#8217;t leave home without it.&#8221;</p>
<p>One thing that caused us some grief at the beginning was not using the correct reference point when specifying the X and Y coordinates for the print data.  Once that was corrected we started to see data on the tickets.  This was a jewelry applications &#8211; you know those little tags you see on rings at the store.  There was not a lot of real estate to work with.  By using the wrong reference point it turned out that we were coding data to print in an area which did not land on our tags.</p>
<p>Hope this helps.  The Zebra is a great printer.  It served us very will with almost no problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/zebra-printer-as400/#comment-80175</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Wed, 11 Aug 2010 02:47:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-80175</guid>
		<description><![CDATA[What printer has your RPG UPS program been printing to?
Was it designed to print to a Zebra printer.
You will want to get the Zebra programmers manual from Zebra.COM
But you must know which Zebra you have.
Your program will have to send escape codes to prepare the printer and locate at the correct positions--it might already do that if you&#039;ve been printing to a similar printer.
Phil]]></description>
		<content:encoded><![CDATA[<p>What printer has your RPG UPS program been printing to?<br />
Was it designed to print to a Zebra printer.<br />
You will want to get the Zebra programmers manual from Zebra.COM<br />
But you must know which Zebra you have.<br />
Your program will have to send escape codes to prepare the printer and locate at the correct positions&#8211;it might already do that if you&#8217;ve been printing to a similar printer.<br />
Phil</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.048 seconds using memcached
Object Caching 309/315 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 04:07:43 -->