Modified WM_IN ZPL label generation to include a 2D datamatrix
barcode. Implemented 2D barcode verification in PTI and FQA Label Check Operations. Bug fixes Changed WMI 2D barcode to have 8 fields to keep code base simpler minor changes to error message verbiage Refactored code to use post log. Refactored code to not use multiple returns. Modfield input form fields to force upper case only. changed LSL password verification to be case insensitive to avoid barcode scanning issues when caps lock is on temporary change to allow 1D WMI scans at PTI while we exhaust current supply
This commit is contained in:
committed by
Stieber Daniel (CSC FI SPS MESLEO)
parent
2f6b376ece
commit
b2c9e500f8
13
LSL2/STPROCINS/UNIT_EQUATES.txt
Normal file
13
LSL2/STPROCINS/UNIT_EQUATES.txt
Normal file
@ -0,0 +1,13 @@
|
||||
compile insert UNIT_EQUATES
|
||||
/*----------------------------------------
|
||||
Author : DJM
|
||||
Written : 11/6/2025
|
||||
Description : Insert for unit-hex conversion.
|
||||
----------------------------------------*/
|
||||
|
||||
Equ UNIT_MICROMETER$ To \E66D\
|
||||
Equ UNIT_OHM_CM$ To \EA2D636D\
|
||||
Equ UNIT_OHM_PER_SQ$ To \EA2FDC\
|
||||
Equ UNIT_A$ To ''
|
||||
|
||||
|
Reference in New Issue
Block a user