
Page 38 of 68
Proton Products InteliSENS DG1130 Diameter Gauge Instruction Manual (Issue 1a)
Reading Data
Read
Write
Maximum
number of
characters
Description
ASCII
character
Output
DW
ASCII
character
Input
DW
A
2
-
-
5
Diameter (single axis models only)
B
20
-
-
± sign and
2 digits
Object position in gate (expressed as ±%,
single axis models only)
C
2
-
-
5
XY average diameter
D
3
-
-
5
X-axis diameter
E
4
-
-
5
Y-axis diameter
F
20
-
-
± sign and
2 digits
X-axis object position in gate (expressed as
±%)
G
21
-
-
± sign and
2 digits
Y-axis object position in gate (expressed as
±%)
V
6
-
-
5
Ovality |X - Y|
J
1
-
-
5
Gauge status
ASCII character
OK
0
Fault
1
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 read from the gauge by sending an ASCII string formatted as follows:
<Upper case read character><CR>
where
<CR>
is the Carriage Return character.
The gauge will respond using the following formats:
Read operation
Response format
A, C, D, E, V, J, K, N, O, Q, S
<Upper case read character><XXXXX><CR><LF>
B, F, G
<Upper case read character><±XX><CR><LF>
where
X
represents a single numerical digit character and
<LF>
is the Line Feed character.
The 5-digit, no decimal point numerical fields for read operations A, C, D, E, V, J, N, O, S are scaled
as per the following table:
Gauge measurement units setting
Scaling factor
Metric
00.001mm
Imperial
0.0001”
Example 1
: To read the diameter, send the following ASCII string to the gauge:
A<CR>
For a 05.000mm object diameter, the gauge will respond with the following ASCII string:
A05000<CR><LF>