Click here to Skip to main content
Licence Apache
First Posted 20 Sep 2007
Views 66,169
Downloads 845
Bookmarked 48 times

USPS OneCode Barcodes

By drdigit | 3 Oct 2008
USPS One Code - Intelligent Mail Barcode (4-State Customer Barcode) - implementation with VB 2008
1 vote, 5.9%
1

2

3
2 votes, 11.8%
4
14 votes, 82.4%
5
4.89/5 - 17 votes
1 removed
μ 4.22, σa 1.74 [?]

Introduction

This is not a typical article. The focus is on Intelligent Mail Barcode (4 State Customer Barcode) or USPS OneCode implementation as a direct solution for anyone who needs it. The downloads include one VB.NET and one C# class – VS2008 with .NET 3.5 syntax - that generate the string expression of OneCode barcodes and decode a barcode string. The code (uncommented) is a modified fraction of the Pathenon project (covers all known 1D and 2D barcodes) that you will read here on The Code Project in the near future, hopefully. I've noticed that there is no related article, so there you are with an ASAP solution for this new USPS symbology.

Basic Information

Intelligent Mail Barcode, also known as the USPS OneCode Solution or USPS 4-State Customer Barcode (abbreviated 4CB, 4-CB, or USPS4CB), is the latest barcode symbology of the United States Postal Services. It combines routing ZIP code information and tracking information into a single 4-state code. It effectively encodes data from POSTNET and PLANET barcodes into a single barcode while providing a greater range of tracking data.

A 4-state barcode is based on a tracker with ascenders and descenders. The four possible states are tracker (neither ascender nor descender), full (both ascender and descender), ascender only, and descender only. The Intelligent Mail barcode consists of 65 bars as a result of encoding data fields of the following types:

Tracking Code

  • Barcode Identifier as 2 digits (2nd digit must be 0–4)
  • Service Type Identifier as 3 digits
  • Mailer Identifier as 6 or 9 digits and
  • Serial Number as 9 (when used with 6 digit Mailer ID) or 6 (when used with 9 digit Mailer ID) digits

Routing Code

  • Delivery Point ZIP Code as 0, 5, 9, or 11 digits

The above fields, with a maximum of 31 digits in length, are encoded via a complex process (involving big integers and transposed lookups) to bars expressed as a string with 65 characters in the range of A, D, T, F. More information and specifications can be found here.

Conclusion

Note once again that this is not a typical article, but a direct solution for people dealing with this complex barcode symbology.

Thanks for your time.

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0

About the Author

drdigit



United Kingdom United Kingdom

Member
Passionate "hands on" solution oriented developer, coding since 1983 with proficiency in VB (from v1 to .NET 2010), C#, MS SQL (from v6.0a to 2008 R2), mySQL (from v4 to v6), XML/XSL/XSD, (D)HTML, JavaScript, ... and fluency in PHP, working as a freelancer in GR, IE and UK.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
QuestionOneCode Barcode Generator for .NET PinmemberKeepDynamic5:07 9 Jan '12  
GeneralMy vote of 4 Pinmemberncik91:52 2 Aug '11  
GeneralDecoder in plan C PinmemberMember 420048216:22 19 Sep '10  
AnswerRe: Decoder in plan C Pinmemberdrdigit22:57 19 Sep '10  
GeneralBarcode PinmemberJones xxx14:19 26 May '09  
Generalhelp pls.... Pinmemberlakshmi priya.t.n18:41 29 Jan '09  
AnswerRe: help pls.... Pinmemberdrdigit12:47 31 Jan '09  
GeneralCompilation error Pinmemberrobertjb2010:45 7 Jan '09  
AnswerRe: Compilation error Pinmemberdrdigit6:14 8 Jan '09  
GeneralHere is another Implementation for .Net (C#) using USPS provided dll and fonts PinmemberMember 42299179:43 13 Nov '08  
QuestionSample application Pinmemberamarbank7:38 23 Nov '10  
GeneralRe: Here is another Implementation for .Net (C#) using USPS provided dll and fonts Pinmembercrobbins9:56 6 Jan '11  
GeneralRe: Here is another Implementation for .Net (C#) using USPS provided dll and fonts PinmemberSid Torres9:12 15 Jun '11  
QuestionRe: Here is another Implementation for .Net (C#) using USPS provided dll and fonts Pinmemberbendece17:09 25 Feb '11  
QuestionIncorrect Decode Example Pinmembervoxdisc17:35 10 Nov '08  
AnswerRe: Incorrect Decode Example Pinmemberbheiland3:15 22 May '09  
GeneralRe: Incorrect Decode Example PinmemberGylfi Ingvason9:59 27 May '09  
GeneralRe: Incorrect Decode Example Pinmemberbheiland14:59 27 May '09  
AnswerRe: Incorrect Decode Example Pinmemberbheiland15:04 27 May '09  
GeneralRe: Incorrect Decode Example Pinmemberbheiland15:23 27 May '09  
GeneralRe: Incorrect Decode Example PinmemberGylfi Ingvason8:02 28 May '09  
GeneralRe: Incorrect Decode Example Pinmemberbheiland12:28 28 May '09  
GeneralRe: Incorrect Decode Example PinmemberGylfi Ingvason6:20 29 May '09  
The mailText.txt is available at the USPS IMB download site at:
 
https://ribbs.usps.gov/index.cfm?page=intellmailmailpieces
 
The file contains 1257 addresses and associated IMB barcodes that are broken down into into components for testing. After applying your fixes posted earlier, the decoding of all these barcodes match the results of the USPS decode web site. Nice job!
 
You have to sign up for a user-id/password to access the USPS site, and it took them a few weeks to issue mine if I remember correctly. It seems absurd that they don't just make this stuff public, but it's the government we're talking about, so who knows what the thinking is.
 
If you are interested, send me a private e-mail to
 
gylfi@computer.org
 
and I'll e-mail you the file. I don't think I'll be breaking any laws in doing so, but like I said, all of them match now. Thanks a bunch for taking the time to debug this - it surely is appreciated.
 
Best regards,
 
Gylfi
GeneralRe: Incorrect Decode Example [modified] Pinmemberfwsouthern18:31 1 Nov '10  
GeneralRe: Incorrect Decode Example Pinmemberbheiland4:31 14 Apr '11  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120210.1 | Last Updated 3 Oct 2008
Article Copyright 2007 by drdigit
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid