C----H calibration error, items on the pan or at higher zero point during calibrating
E------ Storage calibration data error, re-calibration is necessary
5.2 Indicator
kg(g) lightening with stable data, the weighting units is kg or
lb lightening with stable data, the weighting units is lbr
pcs lightening with stable data, and counting situation
Lower voltage lightening in lower voltage with warning. Charge is needed, otherwise can
only last 1—2 hours. Balance is still working during charging.
Charge lightening during charging. One single charging needs 8 hours
Full charge slowly lightening at beginning of charging, and turning off after full
charging
6. Settings
Start the unit by holding down the “CAL” key till it comes to “F----3” and you are in the setting mode.
And pressing “CAL” can change the parameters; pressing “TARE” can change the values of parameters.
6.1
C1------ sensitivity setting 0 1 2 3 4, the larger number is, the less sensible but the better stable.
Default setting is 2 or 1
6.2
C2------filtering strength setting 0 1 2 3, the larger number is, the lower reaction speed, but the
better stable. Default setting is 2 or 1
6.3
C3------Baud rate setting 2(600) 3(1200) 4(2400) 5(4800) 6(9600) . Default setting is 2
6.4
C4------communication setting. “TARE” changes the lower unit. “COUNT” changes the higher
units. This data is the first data during communication. Default setting is 27.
6.5
C5------units change. 0 is for units changing ,1 for printing ,2 for count .Default setting is 0.
Re-press “CAL” after setting. Then the balance is auto calibrated to 0.
Start the unit by holding down the “TARE” key till it comes to “F----3”. All the parameters can be
reset to default settings. Re-calibration before using
7. Serial communication
Working way: 8 units data, 1 unit data, ending unit without calibration
Receiving data:
orders Print 70H (ACSII code p)
Calibration 71H (ACSII code q)
Accumulation 72H(ACSII code r)
Units change 73H (ACSII code s)
Tare 74H (ACSII code t)
Sending data
12345.6□kg↓← 14 units
e.g. VB communication process for C3---2 C4—27 (Default settings)
MSComm1.Settings = "600,n,8,1"
MSComm1.Output = Chr(&H1B) + Chr(&H70) ’ sending print order