269
• mass – mass value in current unit is returned,
• tare – tare value in calibration/adjustment unit is returned,
• unit – determines current (displayed) measuring unit:
Byte no.
Unit
B5 B4 B3 B2 B1
B0 Dec
g gram
0 0 0 0
1
0 1
kg kilogram
0 0 0 0
0
1 2
ct carat
0 0 0
1
0
0 4
lb pound
0 0
1
0
0
0 8
oz ounce
0
1
0 0
0
0 16
N Newton
1
0 0 0
0
0 32
For instance:
Byte no B5 B4 B3 B2 B1 B0
Value 0 0 0 0 1 0
Scale use kilogram [kg].
• status – determines scale’s status
Status
bytes
Task Dec
0 correct measurement (no error message from scale) 1
1 stable measurement 2
2 scale in zero indication 4
3 scale tarred 8
4 scale in second measuring range 16
5 scale in third measuring range 32
6 scale reports NULL error 64
7 scale reports LH error 128
8 scale reports FULL error 256
For instance:
byte no. B8 B7 B6 B5 B4 B3 B2 B1 B0
value
0 0 0 0 1 0 0 1 1