HP3000-L Archives

December 2001, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Dennis Walker <[log in to unmask]>
Reply To:
Dennis Walker <[log in to unmask]>
Date:
Thu, 13 Dec 2001 15:16:48 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (65 lines)
I looked at their page and their .dfs files are the pcl 5 soft font
definition you need.  Just ftp them to your system like

put xxxx.dfs   /SYS/HPENV/BCODE;rec=-1,1,b,ascii;rec=ZZZZZZZ

where ZZZZZZZ is the size in bytes of the xxxx.dfs file

then when you make your file equation

FILE LP???;DEV=LP???;.....;ENV=BCODE.HPENV.SYS

but to print the barcode you cannot use the old 2934 escape sequence you
must change it
to select to font by the font number  %33(NNNNX  where NNNN is the font
number they give you in the font name.  (ie C3925501.DFS NNNN=25501) Then
print your barcode data ( if you use code39 it must end and begin with * ie
*12345*) then you must select back to the default font the original font
%33(3@

so your code would have to look like this
023300     05                        FILLER PIC X(01) VALUE %33.
023400     05                        FILLER PIC X(05) VALUE
023500        "(NNNNX".
023600     05  HD02-PL-NO                   PIC X(12) VALUE SPACES.
023700     05                        FILLER PIC X(01) VALUE %33.
023800     05                        FILLER PIC 3X. VALUE "(3@".



"Karman, Al" <[log in to unmask]> wrote in message
news:9vb0n3030h9@enews3.newsguy.com...
> I'm still fighting with an HP4100N ljet to print barcode...prev post
snipped
> here...
>
> > 023300     05                        FILLER PIC X(01) VALUE %33.
> > 023400     05                        FILLER PIC X(07) VALUE
> > 023500        "*z4h0q<".
> > 023600     05  HD02-PL-NO                   PIC X(12) VALUE SPACES.
> > 023700     05                        FILLER PIC X(02) VALUE ">Z".
> >
> >
> > When the program moves '1234567890' to HD02-PL-NO (line 23.6) then
> > the report line printed is the barcode representation of '123456789' on
> > the HP2934A
>
> I'd like to think I can get code39 barcodes (www.makebarcode.com) by
> creating a .HPENV.SYS file.
>
> Any thoughts on how, using the makebarcode.com .DSF download I can do
this?
> Or, am I relegated to font download at runtime.
>
> Thanks In Advance
>
> Yours (for now) in /iX,
> Al Karman
>
> * To join/leave the list, search archives, change list settings, *
> * etc., please visit http://raven.utc.edu/archives/hp3000-l.html *
>

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2