× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



We have about 40 to 45 Monarch thermal printers and use either Mark Magic or
TL Ashford's BarCode/400 to design labels and print them.  The printers are
attached to the AS/400 via either a PC or through a thin client.  You don't
actually need the design software but it does make the label creation a
snap.
Bill Erhardt
Baldwin Hardware 

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] 
Sent: Tuesday, January 18, 2005 2:11 PM
To: Midrange Systems Technical Discussion
Subject: Re: Label Printers ?


On Tue, 2005-01-18 at 13:38 -0500, Chuck Lewis wrote:
> Hi folks,
> 
>  
> 
> I!/ve been approached about the feasibility of creating an application 
> to produce labels for our shipping folks. We are a wholesale 
> distributor and do a lot of transfers between branches (10). These 
> transfer items range in size from tiny to water heater size or bigger. 
> It is the smaller items that are an issue. You could throw a number of 
> small items into a bag, seal it and stick it in a box. They want 
> labels to stick on these bags to note what transfer items are in them. 
> They will enter a transfer number and that will show them all the 
> items on the transfer and then THEY can choose how many labels they 
> need. This information will consist of a 6 position Item # and a 30 
> character Description. We currently printer Bin Labels (here in mass 
> not at the branches) and Customer mailing labels on the standard 3 ½ x 
> 15/16 "Avery" labels.
> 
Most roll label printers are not difficult to control from the iSeries,
particularly if they are network printers with LPD servers in them.  In that
case, a remote output queue can send spool files to them, and the iSeries
can manage the conversation just fine.

I recently did a label and wristband job for a customer using a Datamax
M4208 reel printer.  Learned the printer 'language' and wrote it up in a
couple days.  

We also evaluated a Zebra similar to the datamax.  I can't recall the exact
model, but I found the 'ZPL' programming language even easier than the
datamax language.  

The only reason we didn't select the zebra was that the wristband stock we
wanted to use didn't fit correctly in the zebra.

The simple example from the ZPL II programmers manual looks like:

# Start of label
^XA

# Set label home 30 dots down and right from the top
^LH30,30

# print field containing word 'Zebra' at 20,10 ^FO20,10^AD^FDZebra^FS

# print code 3 of 9 barcode 'AAA001' at 20,60 ^FO20,60^B3^FDAAA001^FS

# end of label
^XZ

Not too hard, eh?  Just have to spool that text to a spooled file.  It does
need to be sent to the printer in ASCII, though.  I created a *USERASCII
print file, and used the iconv API to translate just before writing to the
spooled file.


--
Regards,
Rich

Current Conditions in Des Moines, IA
Overcast
Temp 24.8F, Windchill 11.2F
Winds out of the Southwest at 18, gusting to 24mph


-- 
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe,
or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


-----------------------------------------
This message was scanned for viruses.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.