VICS SCAC PRO Barcode

This Symbology is also known as VICS Bill of Lading SCAC PRO, Voluntary Interindustry Commerce Solutions Bill of Lading SCAC PRO, SCAC Barcode, PRO Barcode, VICS SCAC, VICS PRO, SCAC/Pro Barcode, Standard Carrier Alpha Code, Carrier SCAC Barcode

Overview
The VICS standard Bill of Lading (BOL) form features two barcodes, one for VICS BOL and one for carrier SCAC and PRO number. The SCAC/Pro number is determined by joining SCAC and Pro values. SCAC (Standard Carrier Alpha Code) is a four-letter alpha code identifying the carrier and assigned by the NMFTA (The National Motor Freight Traffic Association) while Pro Number is a unique number assigned by the carrier to identify a specific shipment.

The data content of the VICS SCAC/Pro barcode is as specified below:
  • Four (4) alpha characters for SCAC (as assigned to a given carrier by the NMFTA) (*)
  • 20-digit for PRO Number (**)


    Sample of a VICS SCAC/Pro Barcode
(*) If the SCAC is less than four characters in length, then a dash character (-) should be used to extend the field to four characters.
(**) Due to space limitations, numeric characters are recommended for the PRO number. If alpha characters are used, the number of characters that fit in the available space on the Bill of Lading form is diminished considerably.

How to create VICS SCAC/Pro barcodes using BarcodeItem

Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get a VICS SCAC/Pro barcode image, please follow these steps:
  • Set the Symbology property to VicsScacPro
  • Setting up dimensions and quiet zones:
    • Set the BarWidth property to 0.01 (Values are expressed in Inches)
    • Set the BarHeight property to 0.5 (Values are expressed in Inches)
    • Set the QuietZone property (Value is expressed in Inches)
  • Set the Code property with the value to encode. It must match the aforementioned structure i.e. four (4) alpha characters for SCAC + 20-digit PRO number
  • Set the AddChecksum property to True
Example of a VICS SCAC/Pro barcode image

Code property = ABCD12345678901234567890 (SCAC = ABCD and PRO number = 12345678901234567890) will produce the following barcode image:

 Copyright © 2003 - 2012 Neodynamic S.R.L. All rights reserved.