
4.DATA STRUCTURE OF MACHINING PROGRAM USER PROGRAM B-63343EN/02
- 40 -
13) ABCDEFG = 6B0000G
This data item is especially assigned to Cutting Amount/Number
for Threading.
At the time of B = 1 this data is Cutting Amount, and if B = 0,
this data is Cutting Number.
The end figure (G) means the figures under decimal point.
14) ABCDEFG = 7B0000G
This data item is especially assigned to Depth / Diameter for
Grooving.
At the time of B = 0, this data is Depth of Groove, and if B = 1,
this data is Diameter of Groove bottom point.
The end figure (G) means the figures under decimal point.
15) ABCDEFG = 8B0000G
This data item is especially assigned to Depth / End Z
Coordinate of Drilling hole.
At the time of B = 1, this data is Depth of hole, and if B = 0, this
data is End Coordinate of hole.
The end figure (G) means the figures under decimal point.
NOTE
1 Among the above data, as to the data whose
content can be changed by selecting B=0 or B=1,
its comment can be changed too.
In the comment table program described later, all
data items displayed in a program window have
their own comment table with particular sequence
number "N".
When B=0 is selected, comment with N11nn, 11nn
will be altered by data item number, is displayed ,
and in another case, B=1 is selected, comment with
N21nn is displayed.
2 (G), the figure number under decimal point, is
prepared for "mm" unit inputting case, so, at the
time of "inch" unit inputting setting and G>0, the
value (G+1) is used for the figure under decimal
point.
Example)
mm input inch input
G = 0 (Integer) 123456 123456
G = 1 12345.6 1234.56
G = 2 1234.56 123.456
G = 3 123.456 12.3456
16) ABCDEFG = 900000G
This data item is numerical value type, and it is similar to the
above data type 2), but the figure number under decimal point of
this data is not changed by "mm" and "inch" unit.
This data is used for an angle for example.
The end figure (G) means the figures under decimal point.