Page 39 of 68
Proton Products InteliSENS DG1130 Diameter Gauge Instruction Manual (Issue 1a)
Example 2
: To read the X-axis object position in gate, send the following ASCII string to the gauge:
F<CR>
For an object positioned at +20% of the gate, the gauge will respond with the following ASCII string:
F+20<CR><LF>
Writing Data
Read
Write
Maximum
number of
characters
Description
ASCII
character
Output
DW
ASCII
character
Input
DW
K
35
k
31
5
Control mode
ASCII character
Reset
6
Hold
7
Run
8
Ready [read only]
9
N
n
6
5
Preset positive error limit
O
o
1
5
Preset diameter
Q
q
19
5
Diameter averaging time (1 ~ 5000ms)
S
s
7
5
Preset negative error limit
Data may be written to the gauge by sending an ASCII string formatted in any ONE of the formats
shown below:
<Lower case write character>XXXXX
<Lower case write character>Z<CR>
<Lower case write character>Z<LF>
<Lower case write character>Z<CR><LF>
where
X
represents a single numerical digit character;
Z
represents a 1 to 5 numerical digit string,
<CR>
is the Carriage Return character and
<LF>
is the Line Feed character.
The 5-digit, no decimal point numerical fields for write operations k, n, o, q, s are scaled as per the
following table:
Gauge measurement units setting
Scaling factor
Metric
00.001mm
Imperial
0.0001”
Example 1
: To set the “Preset diameter” to 05.000mm, send any ONE of the following ASCII strings
to the gauge:
o05000
o5000<CR>
o5000<LF>
o5000<CR><LF>
Example 2
: To set the “Control mode” to “Run”, send any ONE of the following ASCII strings to the
gauge:
k00008
k8<CR>
k8<LF>
k8<CR><LF>