Skip to content

MSI Plessey

Terry Burton edited this page Mar 26, 2014 · 11 revisions

#summary Reference for MSI Plessey

=MSI Plessey=

MSI Plessey is a continuous, non-self-checking, arbitrary length, numeric barcode symbology.

Also known as: MSI, MSI Modified Plessey.

Variants:

  • [Plessey Plessey (UK)] is the original code upon which MSI Modified Plessey was based.

===Data and Options===

  • The data can consist of any number of digits.
  • The includecheck option calculates the check digit or check digits.
  • The includecheckintext option makes the calculated check characters appear in the human readable text.
  • The checktype option is used to specify the type of checksum, either:
    • checktype=mod10 (default)
    • checktype=mod1010
    • checktype=mod11
    • checktype=ncrmod11
    • checktype=mod1110
    • checktype=ncrmod1110
  • The badmod11 option allows a checktype=mod11 checksum value of 10 to be encoded with a pair of check digits 10. Normally in checktype=mod11, any input whose checksum evaluates to 10 is considered invalid having no correct representation.

===Examples===

{{{ 0 0 moveto (0123456789) (includecheck includetext) /msi /uk.co.terryburton.bwipp findresource exec }}}

http://wiki.postscriptbarcode.googlecode.com/git/images/msi-1.png

{{{ 0 0 moveto (0123456789) (includecheck checktype=mod1110 includetext includecheckintext) /msi /uk.co.terryburton.bwipp findresource exec }}}

http://wiki.postscriptbarcode.googlecode.com/git/images/msi-2.png

{{{ 0 0 moveto (0123456785) (includecheck checktype=mod11 badmod11 includetext includecheckintext) /msi /uk.co.terryburton.bwipp findresource exec }}}

http://wiki.postscriptbarcode.googlecode.com/git/images/msi-3.png


Symbologies Reference

Point of Sale

GS1 DataBar

Supply Chain

Two-dimensional Symbols

One-dimensional Symbols

Postal Symbols

Pharmaceutical Symbols

Less-used Symbols

GS1 Composite Symbols

Raw Symbols

Partial Symbols

Clone this wiki locally