Flintec FAD-30 User Manual
Page 22
FAD-30 Technical Manual, Rev. 1.06 December 2012
Page 22 of 48
S
Read Status
Command:
[ADR][S]
Response:
[ADR][S][STATUS-1][STATUS-2][STATUS-3]
Example:
Command:
01S
Response:
01SSGI
(Stable, Gross, In Range)
01SDGL
(Unstable, Gross, Low voltage error)
Comments:
The response includes 3 status information.
STATUS-1 can be Stable or Unstable.
STATUS-2 can be Gross or Net.
STATUS-
3 can be „in range‟, „out of range‟, „low voltage‟ or „high voltage‟.
T
Tare
Command:
[ADR][T]
Response:
[ADR][T][A]
(Taring is done successfully and scale is in net)
[ADR][T][N]
(Taring could not be executed)
[ADR][T][X]
(Taring is disabled or instrument is in count mode)
Comments:
The tare value will be overwritten by the new tare weight value. The status must be stable
within 2 seconds delay time. If so, Ack will be sent. Otherwise Nack will be sent.
X
Read weight value in increased resolution
Command:
[ADR][X]
Response:
[ADR][X][STATUS][SIGN][WEIGHT VALUE]
Example:
Command:
01X
Response:
01XS+00123.41
(weight is stable and 123.41) or
01XD+00123.41
(weight is unstable and 123.41) or
01XE
(Error)
Comments:
The response includes the weight data with the increment divided by 10.
Z
Zero
Command:
[ADR][Z]
Response:
[ADR][Z][A]
(Zeroed)
[ADR][Z][N]
(Zeroing could not be operated)
[ADR][Z][X]
(Zeroing is disabled)
Comments:
The Zero command does not work in net weighing mode. The Weight or Count must be within
the zeroing range for all operating modes. The status must be stable within 2 seconds delay
time. If so, Ack will be sent. Otherwise Nack will be sent.
CHK will be transmitted as two ASCII characters calculated with the checksum formula:
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
CHK = 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:
CHK = Char „4‟ and Char „9‟