technote:barcode-processing
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
technote:barcode-processing [2021/02/25 22:27] – [Additional Logic for Batch Programs] Scott Cunliffe | technote:barcode-processing [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 9: | Line 9: | ||
- | barcode format: CUST.MEDIA.VOLUME \\ | + | barcode format: |
{{common: | {{common: | ||
- | barcode format: VOLUME \\ | + | barcode format:'' |
{{common_barcode_volume.png}} {{120000L5.png}} | {{common_barcode_volume.png}} {{120000L5.png}} | ||
==== Parsing Logic ==== | ==== Parsing Logic ==== | ||
Line 40: | Line 40: | ||
==== Additional Logic for Batch Programs ==== | ==== Additional Logic for Batch Programs ==== | ||
- | Batch programs that parse barcodes will also check for the existence of the environment variable [[variable|TMSS10BARCODECONFIG]] when the program starts. | + | Batch programs that parse barcodes will also check for the existence of the environment variable [[:variable: |
This variable is used to define the path to a config file containing settings that influence how barcode is performed. | This variable is used to define the path to a config file containing settings that influence how barcode is performed. | ||
- | <sxh> | + | <code> |
set TMSS10BARCODECONFIG=c: | set TMSS10BARCODECONFIG=c: | ||
TMSS10ValidateBarcode | TMSS10ValidateBarcode | ||
- | </sxh> | + | </code> |
==Example Batch Barcode Config File== | ==Example Batch Barcode Config File== | ||
- | <sxh> | + | <code> |
defaults = | defaults = | ||
{ | { | ||
Line 57: | Line 57: | ||
media-id = " | media-id = " | ||
}; | }; | ||
- | </sxh> | + | </code> |
=== Programs that load the Barcode Config File === | === Programs that load the Barcode Config File === |
technote/barcode-processing.1614292062.txt.gz · Last modified: 2025/01/21 22:07 (external edit)