- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SureStore Library: How to write barcode labels...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2000 11:55 PM
тАО11-08-2000 11:55 PM
SureStore Library: How to write barcode labels?
Thany you,
Jens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-09-2000 12:08 AM
тАО11-09-2000 12:08 AM
Re: SureStore Library: How to write barcode labels?
Have a look at "The Unix Barcode Generator"
This one works pretty well.
The unregistered version scrambles barcodes from time to time but remains usable.
Registration fee is about $150 if I remember well.
http://www.kerkloh.de/index_e.htm
Cheers,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-09-2000 12:49 PM
тАО11-09-2000 12:49 PM
Re: SureStore Library: How to write barcode labels?
How often do you need to print bar codes and do you need different ones?
I worked at a place where we had a STK library and we tried printing our own lables. After struggling with it for over a month we found they use a proprietary lable and the license to print them yourself was ridiculous. It was a waste of our time and money.
From Dan's reply it looks like the SureStore libraries are more forgiving. $150 isn't bad at all.
You can also just order lables from Lowery which I think is easier. Their hours are Monday-Friday 8am-5pm CST. US number is 800-429-7722. International number is 651-429-7722.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-09-2000 06:18 PM
тАО11-09-2000 06:18 PM
Re: SureStore Library: How to write barcode labels?
http://edvmix3.ub.tu-berlin.de/~skalweit/software/barcode/3of9.html
or search any internet search engine for "3of9" and "barcode font"
after you install/copy the font into the windows/fonts(?) directory, you can access the font in an app like excel or word....
then you can do some pretty formatting to make it the size that would fit in the DLT...
we used HP DLT libraries - works fine under omniback v3...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2000 01:34 PM
тАО11-10-2000 01:34 PM
Re: SureStore Library: How to write barcode labels?
GNU 'barcode' is a free and open-source barcode generator which we used to create sheets of DLT barcode labels for our ADIC tape library. (They work great, too!) It took some effort to calculate the right layout (grid size, internal margins, and whatnot), though, so I wouldn't really recommend it if you don't like math...
...or if you're squeamish about compiling programs from source. Since it's distributed in source code format, you'll need to compile it for your chosen platform. We compiled on Linux and even under the Cygwin environment on NT, so hopefully you wouldn't have any problems under HP-UX. If you're stuck with the built-in C compiler, you might want to download the GNU development tools (gcc, binutils, make) from your local HP-UX Software and Porting Archive (the German mirror site is http://hpux.asknet.de ).
If you don't already have a software development environment set up, that might be a little too much effort for a few barcodes. In the US, there are several companies which can print a series of 200 barcodes (with color-coded human-readable representations) for about $40-50 USD. They may ship internationally, or you may have resellers in your area which can provide a similar service. Several of these in the US are http://www.disk-o-tape.com , http://www.datawarelabels.com , and http://www.datalinkassoc.com.
If you're interested in going the GNU barcode route, e-mail me at kernst@hasbro.com and I'll send you the numbers we used for the layouts, and some scripts we wrote to do the dirty work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2000 01:47 PM
тАО11-10-2000 01:47 PM
Re: SureStore Library: How to write barcode labels?
Our Scalar 1000 library uses a regular 3-of-9 (a.k.a. Code 39) barcode with no check digit. We discovered this by using a programmable wedge barcode reader and testing each of the barcode symbologies it supports, one at a time, against the DLT barcode labels until we got a read.
I later found out that the information was listed in an appendix of the tape library's user guide. Doh! You should probably check there first to see which barcode symbology your library uses.