FAD-40 Technical Manual, Rev.2.1.0; February 2022
Page 23 of 55
5.5. BSI Data Structure (for FAD-40 and FAD-40MB only)
Depending on their functionality all new generation Flintec instruments launched on the market support the
standardized command set with BSI data structure. This easy data format gives a reliable and fast interface for
communicating with PLC or PC for process control or transactional applications. You can expand your system
with additional scales from Flintec without having to change your application program base.
General Rules:
1.
Commands are only in CAPITAL letters
2.
CHK (2 ASCII char) can be enabled or disabled from both command and response.
3.
Weight data is 8-byte with dot and non-significant zeros on the left.
4.
Address (2 ASCII char) will be located in the structure if not 00.
Command format:
A general description of the command is the following:
[ADR][COMMAND][CHK][CR][LF]
Response format with weight / force or count data
A general description of the response is the following:
[ADR][COMMAND][STATUS][SIGN][WEIGHT/FORCE/COUNT][CHK][CR][LF]
Response format without weight / force or count data
[ADR][COMMAND][STATUS][CHK][CR][LF]
BSI Command Table:
A
Read all weight data immediately
B
Read Gross weight value immediately
C
Clear the tare memory
D
Read Count value immediately
I
Read current (indicated) weight value immediately
P
Print: Read the current stable weight value
Q
Load Setpoints
R
Read Setpoints
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 Status Table:
A
Acknowledged, the command is operated successfully
D
Unstable weight
E
Errors except of H, L, O, +,
−
H
High voltage detected
I
The weight is in range
L
Low voltage detected
N
Not
acknowledged, the command couldn’t be operated
O
ADC out
S
Stable weight
X
Syntax error (received command not recognized)
+
Overload
−
Underload
Note:
CHK, CR and LF will not be shown in the below data format descriptions in this chapter.