18.Interface
141
・
What is offset?
The F395 divides the effective area of the sampled waveform into 64 divisions (No.
00 ~ 63). The waveform data of one specified area out of the 64 divisions can be
handled at one time.
00
63
W 5 2 SP 0 1 0 0
0 1 0 0
・
What is offset binary?
The F395 can handle indicated values from -9999 to +9999, where positive and
negative signs must be handled to exchange these numerical values.
To make all elements positive, a fixed numerical value is added to all elements. As a
result, data can be handled without handling such signs. (Generally, the method by
which a fixed offset is given to all elements in notation is called offset binary.)
The F395 adds 32768 (8000H in hexadecimal) to all elements as a fixed value.
Example:
Value
Offset Binary
Hexadecimal Notation
-9999
-9999+32768=22769
58F1H
("H" is a symbol to represent a hexadecimal number.)
0
0+32768=32768
8000H
+9999
+9999+32768=42767
A70FH
・
Check sum
The last two bytes of the total of 32 data are expressed as a 4-digit hexadecimal
number.
・
・・・
・
・
Effective area (64 divisions)
Example: Writing the high limit of the first area out of the 64 divisions
High Limit First Area
Binary Data