-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Johan Lindell edited this page Apr 30, 2016
·
1 revision
MSI or Modified Plessey is a barcode developed by the MSI Data Corporation and is primarily used for inventory control, marking storage containers and shelves in warehouse environments. It supports digits 0-9. JsBarcode provides automatic checksum calculation of Mod 10, Mod 11, Mod 1010 and Mod 1110.
JsBarcode("#barcode", "1234", {format: "MSI"}); // Result: 1234
JsBarcode("#barcode", "1234", {format: "MSI10"}); // Result: 12344
JsBarcode("#barcode", "1234", {format: "MSI11"}); // Result: 12343
JsBarcode("#barcode", "1234", {format: "MSI1010"}); // Result: 123448
JsBarcode("#barcode", "1234", {format: "MSI1110"}); // Result: 123430
JsBarcode("#barcode", "123456789", {
format: "MSI"
});
- Home
- Options
- Setup
- Browser Setup
- Node Setup
- Barcodes
- CODE128
- EAN / UPC
- CODE39
- ITF-14
- MSI
- Pharmacode
- Codabar