Output Format (Non-procedure)

If the processing unit [Data Output] is set in a scene, measurement results are sequentially output starting from the smallest data No. set in [Setting] of [Data Output].

When Outputting ASCII Data

Set the output format as "ASCII" in [Setting] of the [Data Output] processing item.
The factory settings default value is "ASCII".
Output format
Illustration of ASCII data output format
Note
Example) Integer digits: "5 digits", decimal places: "3 digits", negative numbers: "-", field separator: "comma", record separator: "delimiter"
Illustration of ASCII data output format
Note
  • Field separators are not output in the absence of the following data.
The range of values that can be output is as follows:
-999999999.9999 <= Measurement value <= 999999999.9999
When measurement value is < -999999999.9999, "-999999999.9999" is output.
When measurement value is > 999999999.9999, "999999999.9999" is output.
When JG (Judgement) is set, the next value is output.
OK:1
NG:-1
Note
  • Even if measurement is complete, data output will not stop until all of the data is output. 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 measurement data is multiplied by 1000 and output is continuous with 4 bytes per each data item.
Negative numbers are output in 2's complement format.
For a definition of 2's complement, see Terminology Explanations.
Example) When Data 0 is "256.324", and data 1 is "-1.000"
Illustration of binary data output format
Note
The range of values that can be output is as follows:
-2147483.648 <= Measurement value <= 2147483.647
When measurement value is < -2147483.648, "-2147483.648" is output.
When measurement value is > 2147483.647, "2147483.647" is output.
When JG (Judgement) is set, the next value is output.
OK:1000(1×1000)
NG:1000(-1×1000)
Note
  • Even if measurement is complete, data output will not stop until all of the data is output. Please note, data output will not be interrupted.