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
14 lines
355 B
Plaintext
14 lines
355 B
Plaintext
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 ''
|
|
|
|
|