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

This Barcode Symbology is supported by the following Neodynamic products:

Overview

VICS SCAC PRO BarcodeThe 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
    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 Barcode Professional for

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 QuietZoneWidth property (Value is expressed in Inches)
    • Set the TopMargin and BottomMargin properties (Values are 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
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:
    All values for barcode dimensions are expressed in INCHES by default. However, Barcode Professional supports other unit of measurement such as Millimeter, Centimeter, and Mils. For modifying the unit of measurement for barcoding, please set up the BarcodeUnit property as needed.
    • 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:

VICS SCAC PRO Barcode - Code property = ABCD12345678901234567890