KF format | 5if type 2 |
This is the
This format consists of fourteen characters excluding the terminator. This format has no header characters.
The polarity sign is placed before the data, with spaces in place of leading zeros, if the data is not zero or overloaded.
This format outputs the unit only for a stable value.
+
0 . 1 2 7 8
Data
| g |
|
| CR | LF |
Unit Terminator
gStable value Unstable value
MT format | 5if type 3 |
A header of two characters indicates the balance condition. The polarity sign is used only for negative data.
The weighing data uses spaces in place of the leading zeros.
The character length of this format changes dependent upon the unit
S
0 | . | 1 | 2 | 7 | 8 |
|
| g |
|
|
|
|
|
|
|
|
|
CR LF
Header | Data | Unit Terminator |
S Stable header S D Unstable header S I Overload header
NU (numerical) format | 5if type 4 |
This format outputs only numerical data.
This format consists of ten characters excluding the terminator.
The polarity sign is placed before the data with the leading zeros. If the data is zero, the plus sign is used.
+ 0 0 0
0 . 1 2 7 8
CR LF
DataTerminator
40