Output Format (Serial Interface)

If the processing unit of [Data Output] is set in a scene, measurement results are sequentially output from the smaller data No. set in [Setting] of [Data Output].
Processing Items List Manual, "Data Output"

When Outputting ASCII Data

Set output format as "ASCII" in the [Setting] of the [Data Output] processing item.
The defaulted value is "ASCII".
Output Format
<measured value of Data 0>,<measured value of Data 1>...<measured value of Data 7>  delimiter 
Note
Example)
Illustration of ASCII data output format
Note
  • Field separator is not output in the absence of next data.
The range of value to be output is as follows:
-999999999.9999 <= Measured value<= 999999999.9999
When Measured value< -999999999.9999, "-999999999.9999" is output.
When Measured value > 999999999.9999, "999999999.9999" is output.
When JG (Judge) is set, next value is output.
OK: 1
NG: -1
Note
  • Even if inspection is completed, data output will not stop until the last one. Please note, data output will not be interrupted.

When Outputting Binary Data

Set the output format as "Binary" in [Setting] of the [Data Output] processing item.
Output Format
Illustration of Binary data output format
The value is continuously output in 1 data/4 bytes after inspected data is Zooming by 1000 times.
Minus is output in 2's complement format.
For 2's complement, see Terminology.
Example) When Data 0 is "256.324", and data 1 "-1.000"
Illustration of binary data output format
Note
The range of value to be output is as follows:
-2147483.648 <= inspected value<= 2147483.647
when inspected value < -2147483.648, "-2147483.648" is output.
when inspected value > 2147483.647, "2147483.647" is output.
When JG (Judge) is set, next value is output.
OK: 1000 (1&times;1000)
NG: -1000 (-1&times;1000)
Note
  • Even if inspection is completed, data output will not stop until the last one. Please note, data output will not be interrupted.