

Add to Cart
Weighing and Totalizing Electronic Weighing Indicator Connect Host Ipc [Modbus]
Main Menu | Second Menu | ||
Sign | Function | Sign | Description |
F1-SEt | Parameter Setting | -SCAL- | Scale parameters setting. |
-CALP- | Calibration parameters setting. | ||
-SEtP- | Setpoint parameters setting. | ||
-SErP- | Communication parameters setting. | ||
-dISP- | User interface parameters setting. | ||
F2-CAL | System Calibration | -ZEro- | Zero Calibration without loading on the weigher to correct Zero Value. |
-dAtA- | Data Calibration: Input the specification parameter values of loadcell [Total Capacity and Output Sensitivity] according to the actual configuration of the weighing system to correct Span Coefficient. If there is no access to get the specification parameter values for Data Calibration, then it’s necessary to do Load Calibration. | ||
-LoAd- | Load Calibration: After doing Data Calibration, if there are conditions for Load Caliration, do Load Caliration with loading standard weight on the weigher to correct Span Coefficient further for higher weighing accuracy. | ||
F3-rEC | Unused. | ||
F4-CLn | Data Clearing | --CLS- | Clear Screen: Clear the display value of Net Weight of Present Batch, Totalized Net Weight and Batch Count. |
F5-Loc | Key-locker | -oPEn- | Key-unlocking. |
-Locc- | Key-locking. | ||
-PASS- | Password Set. Exfactory Passwords:
|
Name | Description | Range | Note |
X | Channel X Real-time Force Value or Peak Value. | -5000~+5000 | Refer to Parameters [202]~[207]. |
Y | Channel Y Real-time Force Value or Peak Value. | -5000~+5000 | |
Z | Channel Z Real-time Force Value or Peak Value. | -5000~+5000 | |
[F] | Real-time Resultant Force or Resultant Force Peak Value [Force Value Unit]. | 3-D Algorithm: F2 = X2 + Y2 + Z2 CUSUM Algorithm: F = X + Y + Z |
Sign | Alarm Cause | Solution |
AD_ER | ADC Failure. | Replace the ADC module. |
OV_AD | Over ADC Range. | Force signal exceeds A/D conversion range. 1. Check if the loadcell is connected. 2. Check if the capacity of loadcell is too small. 3. Check if the loading force is too big. |
OV_LD | Force Value Overload Alarm. | Force Value>(Single-channel Force Capacity+9×Scale Division). 1. Check if the loadcell is connected. 2. Check if the capacity of loadcell is too small. 3. Check if the loading force is too big. Refer to Parameter [102]. |
Resultant Force Overload Alarm. | Resultant Force>(Max. Resultant Force+9×Scale Division). Refer to Parameter [102]. |
LED light | Description |
[RUN] | OFF: Real-time Force Value tracking display state. ON: Peak Value Detecting Result holding display state [Peak Value Detecting Process Finished]. Blinking: Peak Value tracking display state [In Peak Value Detecting Process]. |
[AL1] | Real-time Resultant Force or Resultant Force Peak Value Upper Limit Alarm. Refer to Parameters [200]&[202]. |
[AL2] | Real-time Resultant Force or Resultant Force Peak Value Lower Limit Alarm. Refer to Parameters [201]&[202]. |
Example 1. Sending Weight Data ‘+00123.4kg’
Byte Field Name HEX Note
1 START 3D =
2 Weighing State 53 S
3 Data Name 4E N
4 Sign 2B +
5 Weight Value 30 0
6 Weight Value 30 0
7 Weight Value 31 1
8 Weight Value 32 2
9 Weight Value 33 3
10 Weight Value 2E .
11 Weight Value 34 4
12 Unit 6B k
13 SUM CC SUM=Byte1+Byte2+…+Byte12
14 END 0D <CR>
15 END 0A <LF>
Example 2. Sending Displayed Characters ‘2. dISP’
Byte Field Name HEX Note
1 START 3D =
2 Weighing State 53 S
3 Data Name 44 D
4 ID Code 64 d
5 Point Code 20
6 Displayed Characters 32 2
7 Displayed Characters 20 Space
8 Displayed Characters 64 d
9 Displayed Characters 49 I
10 Displayed Characters 53 S
11 Displayed Characters 50 P
12 ID Code 64 d
13 SUM 5E SUM=Byte1+Byte2+…+Byte12
14 END 0D <CR>
15 END 0A <LF>