FT-111(D) Panel Weighing Indicator, Technical Manual, Rev.1.0.0, May 2019
Page
92
of
146
BSI-Base Commands and Responses:
A
Read all weight data immediately
B
Read Gross weight value immediately
C
Clear the tare
G
Read voltage value of DC power supply
I
Read current weight (indicated) value immediately
P
Read the current stable weight value
Q
Load set point values
R
Read set point values
S
Read Status
T
Tare
U
Read digital inputs
V
Read digital outputs
W
Set/Reset digital outputs
X
Read current weight value in increased resolution immediately
Z
Zero
BSI-BASE Command Table:
Description
Command
Response
Read all weight data
immediately
[ADR][A]
[ADR][A][STATUS][SIGN][NET W]
[SIGN][TARE W] [SIGN] [GROSS W]
Read Gross weight value
immediately
[ADR][B]
[ADR][B][STATUS][SIGN][WEIGHT
VALUE]
Clear the tare memory
[ADR][C]
[ADR][C][A]
Read voltage value of DC
power supply
[ADR][G]
[ADR][G][STATUS][VOLTAGE VALUE]
Read current weight
(indicated) value immediately
[ADR][I]
[ADR][I][STATUS][SIGN][WEIGHT
VALUE]
Print :Read the stable weight
[ADR][P]
[ADR][P][STATUS][SIGN][WEIGHT
VALUE]
Load set points
[ADR][Q][SP
No][L][SIGN][SP VALUE]
[ADR][Q][STATUS]
Read set points
[ADR][R][SP No][L]
[ADR][R][STATUS][SIGN][SP VALUE]
Read Status
[ADR][S]
[ADR][S][STATUS-1][STATUS-2]
[STATUS-3]
Tare
[ADR][T]
[ADR][T][STATUS]
Read digital inputs
[ADR][U]
[ADR][U][STATUS][Inputs]
Read digital outputs
[ADR][V]
[ADR][V][STATUS][Outputs]
Set/Reset digital outputs
[ADR][W][Outputs]
[ADR][W][STATUS]
Read weight value in
increased resolution
[ADR][X]
[ADR][X][STATUS][SIGN][WEIGHT
VALUE]
Zero
[ADR][Z]
[ADR][Z][STATUS]
Checksum Calculation:
CHK is transmitted as two ASCII characters calculated with the Checksum formulation.
Checksum = 0
– (SUM of all response data before CHK)
Example:
Read stable current weight data.
BSI Examples: (CHK is enabled and instrument address is 01)
Command: 01P[CHK][CR][LF]
Checksum
=
0 − (0x30 + 0x31 + 0x50)
=
0 − 0XB1
= 0x4F
=
Char ‘4’ and ‘F’
Response: 01PS+000123.4[CHK][CR][LF]
Checksum
=
0 − (0x30 + 0x31 + 0x50 + 0x53 + 0x2B + 0x30 + 0x30 + 0x30 + 0x31+ 0x32 + 0x33 +
0x2E + 0x34)
=
0 − 0x02B7
= 0x49
=
Char ‘4’ and Char ‘9’