Code function
Code+80 Do not print the first and final letters
Code+40 Display zero by blank
Code+B0 Do not print the first and final letters and display zero by blank
Example:
Tare Code 03
03+80 = 83 Do not print the first and final letters of Tare
03+40 = 43 Display zero by blank, such as 000.00kg
03+B0 = B3 Do not print the first and final letters, and display zero
when the content of Tare value is blank.