Output Format (Serial Interface)
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
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.
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
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.
Example) When Data 0 is "256.324", and data 1 "-1.000"
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.
NG: -1000 (-1×1000)
Note - Even if inspection is completed, data output will not stop until the last one. Please note, data output will not be interrupted.