47
5.2.6
SCA Command
Short description:
The command Scale allows to query of Full Scale in micrometers.
A distance value of 32768 on the serial interface would mean a distance in (Full Scale) micrometers. To convert the integer distance value (d) received
from the serial interface to a value in micrometers (D), use the formula:
D[µm] = d[integer] / 32768 * Full Scale.
Command syntax:
$SCA
Command
Description
NET
$SCA ?
Response: $SCA ? 3320ready[CR/LF].
Read Full Scale
int
FullScale = client.Scale;