Mill Conversational ManualEN V70
Mill Conversational ManualEN V70
SYNTEC
Graphic Input Interface User Guide
By:SYNTEC
Data:2001/07/01
Ver:7.0
1
SynTec Graphic Input Interface User Guide
版本更新記錄
項次 更改內容紀錄 更改日期 作者 更改後版本
01 初版定稿 2001/07/01 V7.0
2
SynTec Graphic Input Interface User Guide
Table of contents
TABLE OF CONTENTS..........................................................................1
CHAPTER 1 INTRODUCTION..........................................................5
3
SynTec Graphic Input Interface User Guide
4
SynTec Graphic Input Interface User Guide
Chapter 1 Introduction
The Graphic Input Interface (GII) is the new function of SynTec 900ME series.
This product is designed to write CNC G-Code program easily. GII is very user
friendly and builds in on-line-help that makes the development of CNC program more
quickly. Beside these attributes, GII also has built-in Macro Programs, which are very
useful to lots of machining procedures. Even first time user can be guided by GII to
enter complex arguments correctly without memory any means of arguments.
The Figure 1-1 shows the organization chart of GII that describes the relations of
options and functions in GII. The shadow square is the main options in GII menu,
which includes functions in it. The white square with arc angles means direct input
without dialogic box. The black square with arc angles means input arguments with
dialogic box. Please refer to Chapter 3 and 4 for more detail information.
5
SynTec Graphic Input Interface User Guide
6
SynTec Graphic Input Interface User Guide
In this chapter, we will begin using GII to design the program. We shall
introduce functions of GII and operating methods. In Section 2.1, we use a
example of Rapid Position to show the design flow and the operating procedures.
In section 2.2, we will show how to use the on-line help. In Section 2.3, there are
two table lists to describe supported G-Code and M-Code by GII.
7
SynTec Graphic Input Interface User Guide
Press F3 to enter
Figure2-2︰Main screen
In Figure 2-3, there are 5 major functions in this mode. The program is built
and edited in this mode. The means of the screen and functions are described as
follow︰
8
SynTec Graphic Input Interface User Guide
9
SynTec Graphic Input Interface User Guide
圖 2-4︰File Management
Example︰
We use a example of Rapid Position to show how to open a new file and
write this program. The steps are as follows︰
Operating Procedures︰
1.In main screen (Figure 2-2), press F3 to enter GII Mode (Figure 2-3).
2.In GII screen (Figure 2-3), press F5 to enter file manager screen (Figure 2-4)
3.Press F1 to open a new file, it will show a dialogic box (Figure 2-5) to enter
the file name.
4.Enter file name O0001, and press F1 to confirm it.
5.The file was opened, press ESC to go back GII main screen (Figure 2-3).
We have prepared a new file to write the program. We will write and edit
the example in next section by using GII.
10
SynTec Graphic Input Interface User Guide
11
SynTec Graphic Input Interface User Guide
Example︰
Table 2-1 shows the example specifications including the data of XY
surface and Z-axis. The specific graph is shown in Figure 2-7. The starting point
of the tool is assigned to (0,0,0).
Parameters on screen
Names Specifications
1.X Axis (X) 10.0
2.Y Axis (Y) 10.0
3.Z Axis (Z) 10.0
12
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. It is shown as Figure 2-6.
2.Use Up/Down arrow keys to select “Rapid Position” and the dialogic window
is displayed on the screen as Figure 2-8.
3.Press Enter to confirm the selection.
4.In this window, using Up/Down arrow keys move the cursor to arguments and
enter specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Enter X Axis (X) ︰10.0
b. Enter Y Axis (Y) ︰10.0
c. Enter Z Axis (Z) ︰10.0
5.After finished the procedure, the screen should display dialogic window as
Figure 3-9. Press F1 to finish the procedures of input data. The inserted line is
shown as
Rapid Position X10.000 Y10.000 Z10.000;
13
SynTec Graphic Input Interface User Guide
14
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1. In Figure 2-3, move the cursor to the instruction (G00) and press Enter.
2. The corresponded dialogic window and the values of arguments will
appear as Figure 2-9.
3. In this window, using Up/Down arrow keys move the cursor to arguments
and enter correct data.
4. If the parameter is at next page, using PageUp and PageDown to change
the pages and enter the correct data.
5. Press F1 to confirm input.
Delete a line
Beside the function of modifying program, to delete a line is also supported.
To delete a machining CYCLE moves the cursor to the instruction and press F2.
The Figure 2-10 is displayed on screen. To confirm it, press F1, cancel it, press
F2. The detailed procedures are as follows︰
Operating Procedures︰
1. In figure 2-3, move the cursor to the Rapid Position instruction and Press
F2.
2. The Figure 2-10 is displayed on screen.
3. Confirm the instruction is the right one to delete.
4. Press F1 for Yes or F2 for Cancel
15
SynTec Graphic Input Interface User Guide
5. The deleting procedures are finished and the instruction is removed form
the program.
16
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1. In GII main screen Figure 2-3, press F3 to enter simulation mode.
2. The simulation result is shown in Figure 2-11.
3. Press F1 to simulate step by step. Press F2 to simulate continues again.
4. Check the result to make sure that machining path is correct. If the result
is correct, refer to section 2.1.6 to generate machining program. If the
result is wrong, refer 2.1.4 to correct the program again.
17
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1. In GII main screen (Figure 2-3), press F4 (Generate Program).
2. If the program is correct, the tool will move as design path.
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. It is shown as Figure 2-6.
2.Press Enter to confirm the selection.
3.Use Up/Down arrow keys to select “Rapid Position” and the dialogic
window is displayed on the screen as Figure 2-8.
4.Press Enter to confirm the selection.
5.In this window presses F9 to open the on-line-help. Figure 2-13 shows the
on-line-help. Using Up/Down arrow keys to view the document or
18
SynTec Graphic Input Interface User Guide
1、G-Code List
G-Code Description (Chinese) Description Note
G00 直線快速定位 Rapid position *
G01 直線補間、切削進給 Linear interpolation *
G02 圓弧補間(順時鐘) Circular interpolation "CW" *
G03 圓弧補間(逆時鐘) Circular interpolation "CCW" *
G04 暫停指定時間 Dwell *
G10 可程式輸入 Programmable input *
G17 設定 XY 工作平面 Set XY working plane
G18 設定 ZX 工作平面 Set YZ working plane
G19 設定 YZ 工作平面 Set YZ working plane
G20 外徑/內徑車削循環 Outer diameter / internal
diameter cutting cycle
G21 螺紋切削循環 Thread cutting cycle
19
SynTec Graphic Input Interface User Guide
20
SynTec Graphic Input Interface User Guide
cycle
G99 復歸到 R 點 Return to R point in canned @
cycle
G134 圓週孔加工循環 Circle Pattern Positioning *
G135 角度直線孔加工循環 Oriented Line Pattern *
Positioning
G136 圓弧孔加工循環 Circular Pattern Positioning *
G137 棋盤孔加工循環 Grid Pattern Positioning *
G161 X 軸雙向面銑加工循環 Bi-directional Cutting X *
G162 X 軸單向面銑加工循環 Unidirectional Cutting X *
G163 Y 軸雙向面銑加工循環 Bi-directional Cutting Y *
G164 Y 軸單向面銑加工循環 Unidirectional Cutting Y *
G173 跑道形孔粗加工循環 Roughing Track Pocket *
G174 跑道形孔精加工循環 Finishing Track Pocket *
G175 方形槽粗加工循環 Roughing Square Pocket *
G176 方形槽精加工循環 Finishing Square Pocket *
G177 圓形槽粗加工循環 Roughing Circle Pocket *
G178 圓形槽精加工循環 Finishing Circle Pocket *
2、M-Code List
M-Code Description (Chinese) Description Note
M00 程式暫停 Program stop @
M01 選擇性程式暫停 Optional program stop @
M02 程式停止 Program end @
M03 主軸起動(順時鐘) Spindle on (CW) @
M04 主軸起動(逆時鐘) Spindle on (CCW) @
M05 主軸關閉 Spindle off @
M08 加工液開 Coolant on @
M09 加工液關 Coolant off @
M10 夾爪 ON Chuck on @
M11 夾爪 OFF Chuck off @
M30 程式結束並倒轉 Program end & Rewind @
M98 呼叫副程式 Call subroutine @
M99 副程式結束 Subroutine return to main @
program
21
SynTec Graphic Input Interface User Guide
22
SynTec Graphic Input Interface User Guide
Data Input︰
1.X Axis(X)︰Coordinate X of the end point. X︰the incremental form. The X
23
SynTec Graphic Input Interface User Guide
and U can’t input at the same time. The center of the cutter is usually the zero
point of the X-axis.
2.Y Axis(Y)︰Coordinate Y of the end point. Y︰the incremental form. The Y
and V can’t input at the same time. The center of the cutter is usually the zero
point of the Y-axis.
3.Z Axis(Z)︰Coordinate Z of the end point. Z︰the incremental form. The Z
and W can’t input at the same time. Usually, the zero is the surface of the
workpeice.
Example︰
Table 3-1 shows the example specification including the data of XY
surface and Z-axis. The specific graph is shown in Figure 3-3. The starting point
of the tool is assigned to (0,0,0).
Parameters on screen
Names Specifications
1.X Axis (X) 10.0
2.Y Axis (Y) 10.0
3.Z Axis (Z) 10.0
24
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Rapid Position” and the dialogic
window is displayed on the screen as Figure 3-2.
2.In this window, using Up/Down arrow keys move the cursor to arguments and
enter specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Enter X Axis (X) ︰10.0
b. Enter Y Axis (Y) ︰10.0
c. Enter Z Axis (Z) ︰10.0
3.After finished the procedure, the screen should display dialogic window as
Figure 3-4. Press F1 to finish the procedures of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen. The
simulation graph is shown in Figure 3-5.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
25
SynTec Graphic Input Interface User Guide
26
SynTec Graphic Input Interface User Guide
27
SynTec Graphic Input Interface User Guide
Example︰
Table 3-2 shows the example specification of Linear Interpolation
including the data of XY surface and Z-axis. The specific graph is shown in
Figure 3-7. The starting point of the tool is assigned to (0,0,0).
Parameters on screen
Names Specifications
1.X Axis (X) 10.0
2.Y Axis (Y) 10.0
3.Z Axis (Z) 0.0
4.Chamfer (C) None
5.Raduis (R) None
6.Spindle Speed(S) 1000
7.Feedrate (F) 1000.0
28
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Linear Interpolation” and the
dialogic window is displayed on the screen as Figure 3-6.
2.In this window, using Up/Down arrow keys move the cursor to arguments and
enter specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Enter X Axis ︰10.0
b. Enter Y-Axis ︰10.0
c. Enter Z-Axis ︰0.0
d.Enter Chamfer ︰None,Press Enter to pass it
e.Enter Radius ︰None,Press Enter to pass it
f.Enter Spindle Speed(S) ︰1000
g.Enter Feedrate ︰1000.0
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen. The
simulation graph is shown in Figure 3-8.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
29
SynTec Graphic Input Interface User Guide
30
SynTec Graphic Input Interface User Guide
Data Input︰
1.X Axis (X)︰Coordinate X of the end point. X︰the incremental form. The X
and U can’t input at the same time. The center of the cutter is usually the zero
point of the X-axis.
2.Y Axis (Y)︰Coordinate Y of the end point. Y︰the incremental form. The Y
and V can’t input at the same time. The center of the cutter is usually the zero
point of the Y-axis.
3.Circular Radius (R):The machining circular radius.
4.Corner R (,R)︰Radius of corner. Rounding a corner made by two straight
lines.
5.X Axis Center Vector (I):Distance from the start point X to the center of an
arc.
6.Y Axis Center Vector (J):Distance from the start point Y to the center of an
arc.
7.Spindle Speed (S)︰Set up spindle speed.
8.Feedrate (F)︰Machining feedrate.
31
SynTec Graphic Input Interface User Guide
Example︰
Table 3-3 shows the example specification of Circular Interpolation CW
including the data of XY surface and Z-axis. The specific graph is shown in
Figure 3-11. The starting point of the tool is assigned to (0,0,0).
Parameters on screen
Names Specifications
1.X Axis (X) 10.0
2.Y Axis (Y) 10.0
3.Radius (R) 10.0
4.Corner (R) None
5.X-Vector (I) None
6.Y-Vector (J) None
7.Spindle (S) 1000
8.Feedrate (F) 1000.0
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
32
SynTec Graphic Input Interface User Guide
33
SynTec Graphic Input Interface User Guide
Data Input︰
1.X Axis (X)︰Coordinate X of the end point. X︰absolute form U ︰the
incremental form. The X and U can’t input at the same time. The center of the
cutter is usually the zero point of the X-axis.
2.Y Axis (Y)︰Coordinate Y of the end point. Y︰absolute form V ︰the
incremental form. The Y and V can’t input at the same time. The center of the
cutter is usually the zero point of the Y-axis.
3.Circular Radius (R):The machining circular radius.
4.Corner R (,R)︰Radius of corner. Rounding a corner made by two straight
lines.
5.X Axis Center Vector (I):Distance from the start point X to the center of an
34
SynTec Graphic Input Interface User Guide
arc.
6.Y Axis Center Vector (J):Distance from the start point Y to the center of an
arc.
7.Spindle Speed (S)︰Set up spindle speed.
8.Feedrate (F)︰Machining feedrate.
Circular Interpolation Direction CCW (G03) Machining Procedures:
1.Move a tool along a circular arc with counter clockwise and radius R. The path
is defined by:
*. End Point+Radius (R)
*. End Point+Circular Center (I,K)
*. Radius or the Center of the Circle
Example︰
Table 3-4 shows the example specification of Circular Interpolation CCW
including the data of XY surface and Z-axis. The specific graph is shown in
Figure 3-14. The starting point of the tool is assigned to (0,0,0).
Parameters on screen
Names Specifications
1.X Axis (X) 10.0
2.Y Axis (Y) 10.0
3.Radius (R) 10.0
4.Corner (R) None
5.X-Vector (I) None
6.Y-Vector (J) None
7.Spindle (S) 1000
8.Feedrate (F) 1000.0
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Circular Interpolation (G02/G03)”
35
SynTec Graphic Input Interface User Guide
and then select “Circular Interpolation CCW (G03)”. The dialogic window is
displayed on the screen as Figure 3-13.
2.In this window, using Up/Down arrow keys move the cursor to arguments and
enter specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Enter X Axis ︰10.0
b. Enter Y-Axis ︰10.0
c. Enter Radius ︰10.0
d.Enter Radius ︰None,Press Enter to pass it
e.Enter X-Vector ︰None,Press Enter to pass it
f.Enter Y-Vector ︰None,Press Enter to pass it
g.Enter Spindle Speed(S) ︰1000
h.Enter Feedrate ︰1000.0
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen. The
simulation graph is shown in Figure 3-15.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
36
SynTec Graphic Input Interface User Guide
Data Input︰
1.Tool Number (T)︰Tool compensation number or selecting number.
2.Length Number (H)︰The length compensation number.
3.Radius Number (D)︰The radius compensation number.
4.Spindle Direction (M)︰Spindle rotating direction.
5.Spindle Speed (S)︰Spindle rotating speed.
37
SynTec Graphic Input Interface User Guide
38
SynTec Graphic Input Interface User Guide
This function executes the high-speed peck drilling cycle. And it performs
intermittent cutting feed to the bottom of a hole while removing chips from the hole.
The corresponding G-Code is G73. To use the function selects the Canned Cycle in
the GII main menu and selects the High-speed Peck Drilling Cycle in the Canned
Cycle Menu. The dialogic window is shown in Figure 4-3.
39
SynTec Graphic Input Interface User Guide
Data Input︰
1.Hole position data X (X)︰The X position of the hole.
2.Hole position data Y (Y)︰The X position of the hole.
3.R to hole bottom distance (Z)︰Distance from point R to bottom of the hole.
4.Initial point to R (R)︰Distance from the initial level to point R level.
5.Each cutting feed (Q)︰Depth of cut for each cutting feed.
6.Number of repeats (K)︰The number of repeats to drill.
7.Feedrate (F)︰Cutting feedrate.
8.Each cutting feed in the direction of X (d):The depth is decided by the tool
radius ( System parameter 4013).
40
SynTec Graphic Input Interface User Guide
Example︰
Table 4-1 shows the example specification of High-speed Peck Drilling
Cycle. The specific graph is shown in Figure 4-4. The starting point of the tool is
assigned to (0,0,0).
Parameters on screen
Names Specifications
1 Hole position data X (X) 0.0
2. Hole position data Y (Y) 0.0
3. R to hole bottom distance (Z) -5.0
4. Initial point to R (R) -2.0
5. Each cutting feed (Q) 1.0
6. Number of repeats (K) 2
7. Feedrate (F) 1000.0
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Canned Cycle” and then select
“High-speed Peck Drilling Cycle (G73)”. The dialogic window is displayed on
the screen as Figure 4-3.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Hole position data X (X)︰0.0
41
SynTec Graphic Input Interface User Guide
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
42
SynTec Graphic Input Interface User Guide
Data Input︰
1.Hole position data X (X)︰The X position of the hole.
2.Hole position data Y (Y)︰The X position of the hole.
3.R to hole bottom distance (Z)︰Distance from point R to bottom of the hole.
4.Initial point to R (R)︰Distance from the initial level to point R level.
5.Dwell Time (P)︰The dwell time at the hole bottom.
6.Number of repeats (K)︰The number of repeats to drill.
7.Feedrate (F)︰Cutting feedrate.
Example︰
Table 4-2 shows the example specification of Left-handed Tapping Cycle.
The specific graph is shown in Figure 4-6. The starting point of the tool is
assigned to (0,0,0).
Parameters on screen
Names Specifications
1 Hole position data X (X) 0.0
2. Hole position data Y (Y) 0.0
3. R to hole bottom distance (Z) -5.0
4. Initial point to R (R) -2.0
5. Dwell Time (P) 1.0
6. Number of repeats (K) 2
7. Feedrate (F) 1000.0
43
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Canned Cycle” and then select
“Left-handed Tapping Cycle (G74)”. The dialogic window is displayed on the
screen as Figure 4-5.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Hole position data X (X)︰0.0
b. Hole position data Y (Y)︰0.0
c. R to hole bottom distance (Z)︰-5.0
d. Initial point to R (R)︰-2.0
e. Dwell Time (P)︰1.0
f. Number of repeats (K)︰2
g. Feedrate (F)︰1000.0
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
44
SynTec Graphic Input Interface User Guide
Data Input︰
1.Hole position data X (X)︰The X position of the hole.
2.Hole position data Y (Y)︰The X position of the hole.
3.R to hole bottom distance (Z)︰Distance from point R to bottom of the hole.
4.Initial point to R (R)︰Distance from the initial level to point R level.
5.Shift amount (Q)︰Shift amount at the bottom of the hole
6.Dwell time (P)︰Dwell time at the bottom of the hole
7.Feedrate (F)︰Cutting feedrate.
8.Number of repeats (K)︰ The number of repeats times.
45
SynTec Graphic Input Interface User Guide
Example︰
Table 4-3 shows the example specification of Fine Boring Cycle. The
specific graph is shown in Figure 4-8. The starting point of the tool is assigned to
(0,0,0).
Parameters on screen
Names Specifications
1 Hole position data X (X) 0.0
2. Hole position data Y (Y) 0.0
3. R to hole bottom distance (Z) -5.0
4. Initial point to R (R) -2.0
5. Shift amount (Q) 1.0
6. Dwell time (P) 1.0
7. Number of repeats (K) 2
8. Feedrate (F) 1000.0
46
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Canned Cycle” and then select
“Fine Boring Cycle (G76)”. The dialogic window is displayed on the screen as
Figure 4-7.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Hole position data X (X)︰0.0
b. Hole position data Y (Y)︰0.0
c. R to hole bottom distance (Z)︰-5.0
d. Initial point to R (R)︰-2.0
e. Shift amount (Q)︰1.0
f. Dwell time (P)︰1.0
g. Number of repeats (K)︰2
h. Feedrate (F)︰1000.0
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
47
SynTec Graphic Input Interface User Guide
Data Input︰
1.Hole position data X (X)︰The X position of the hole.
2.Hole position data Y (Y)︰The X position of the hole.
3.R to hole bottom distance (Z)︰Distance from point R to bottom of the hole.
4.Initial point to R (R)︰Distance from the initial level to point R level.
5.Number of repeats (K)︰ The number of repeats times.
6.Feedrate (F)︰Cutting feedrate.
Example︰
Table 4-4 shows the example specification of Drilling Cycle, Spot Drilling.
The specific graph is shown in Figure 4-10. The starting point of the tool is
assigned to (0,0,0).
48
SynTec Graphic Input Interface User Guide
Parameters on screen
Names Specifications
1 Hole position data X (X) 0.0
2. Hole position data Y (Y) 0.0
3. R to hole bottom distance (Z) -5.0
4. Initial point to R (R) -2.0
5. Number of repeats (K) 2
6. Feedrate (F) 1000.0
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Canned Cycle” and then select
“Drilling Cycle, Spot Drilling (G81)”. The dialogic window is displayed on the
screen as Figure 4-7.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Hole position data X (X)︰0.0
b. Hole position data Y (Y)︰0.0
c. R to hole bottom distance (Z)︰-5.0
d. Initial point to R (R)︰-2.0
e. Number of repeats (K)︰2
f. Feedrate (F)︰1000.0
49
SynTec Graphic Input Interface User Guide
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
Data Input︰
1.Hole position data X (X)︰The X position of the hole.
2.Hole position data Y (Y)︰The X position of the hole.
3.R to hole bottom distance (Z)︰Distance from point R to bottom of the hole.
4.Initial point to R (R)︰Distance from the initial level to point R level.
50
SynTec Graphic Input Interface User Guide
Example︰
Table 4-5 shows the example specification of Drilling Cycle Counter Boring
Cycle. The specific graph is shown in Figure 4-12. The starting point of the tool
is assigned to (0,0,0).
Parameters on screen
Names Specifications
1 Hole position data X (X) 0.0
2. Hole position data Y (Y) 0.0
3. R to hole bottom distance (Z) -5.0
4. Initial point to R (R) -2.0
5. Dwell time (P) 1.0
6. Number of repeats (K) 2
7. Feedrate (F) 1000.0
51
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Canned Cycle” and then select
“Drilling Cycle Counter Boring Cycle (G83)”. The dialogic window is
displayed on the screen as Figure 4-11.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Hole position data X (X)︰0.0
b. Hole position data Y (Y)︰0.0
c. R to hole bottom distance (Z)︰-5.0
d. Initial point to R (R)︰-2.0
e. Dwell time (P)︰1.0
f. Number of repeats (K)︰2
g. Feedrate (F)︰1000.0
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
Data Input︰
1.Hole position data X (X)︰The X position of the hole.
2.Hole position data Y (Y)︰The X position of the hole.
3.R to hole bottom distance (Z)︰Distance from point R to bottom of the hole.
4.Initial point to R (R)︰Distance from the initial level to point R level.
5.Each cutting feed (Q)︰Depth of cut for each cutting feed.
52
SynTec Graphic Input Interface User Guide
Example︰
Table 4-6 shows the example specification of Peck Drilling Cycle. The
specific graph is shown in Figure 4-14. The starting point of the tool is assigned
to (0,0,0).
53
SynTec Graphic Input Interface User Guide
Parameters on screen
Names Specifications
1 Hole position data X (X) 0.0
2. Hole position data Y (Y) 0.0
3. R to hole bottom distance (Z) -5.0
4. Initial point to R (R) -2.0
5. Each cutting feed (Q) 1.0
6. Number of repeats (K) 2
7. Feedrate (F) 1000.0
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Canned Cycle” and then select
“Peck Drilling Cycle (G83)”. The dialogic window is displayed on the screen
as Figure 4-13.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Hole position data X (X)︰0.0
b. Hole position data Y (Y)︰0.0
c. R to hole bottom distance (Z)︰-5.0
d. Initial point to R (R)︰-2.0
54
SynTec Graphic Input Interface User Guide
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
Data Input︰
1.Hole position data X (X)︰The X position of the hole.
2.Hole position data Y (Y)︰The X position of the hole.
3.R to hole bottom distance (Z)︰Distance from point R to bottom of the hole.
55
SynTec Graphic Input Interface User Guide
Example︰
Table 4-7 shows the example specification of Tapping Cycle. The specific
graph is shown in Figure 4-16. The starting point of the tool is assigned to
(0,0,0).
Parameters on screen
Names Specifications
1 Hole position data X (X) 0.0
2. Hole position data Y (Y) 0.0
3. R to hole bottom distance (Z) -5.0
4. Initial point to R (R) -2.0
5. Dwell Time (P) 1.0
6. Number of repeats (K) 2
7. Feedrate (F) 1000.0
56
SynTec Graphic Input Interface User Guide
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
57
SynTec Graphic Input Interface User Guide
and selects the Boring Cycle (G85) in the Canned Cycle Menu. The dialogic window
is shown in Figure 4-17.
Data Input︰
1.Hole position data X (X)︰The X position of the hole.
2.Hole position data Y (Y)︰The X position of the hole.
3.R to hole bottom distance (Z)︰Distance from point R to bottom of the hole.
4.Initial point to R (R)︰Distance from the initial level to point R level.
5.Number of repeats (K)︰ The number of repeats times.
6.Feedrate (F)︰Cutting feedrate.
Example︰
Table 4-8 shows the example specification of Fine Boring Cycle. The
specific graph is shown in Figure 4-18. The starting point of the tool is assigned
to (0,0,0).
58
SynTec Graphic Input Interface User Guide
Parameters on screen
Names Specifications
1 Hole position data X (X) 0.0
2. Hole position data Y (Y) 0.0
3. R to hole bottom distance (Z) -5.0
4. Initial point to R (R) -2.0
5. Number of repeats (K) 2
6. Feedrate (F) 1000.0
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Canned Cycle” and then select
“Boring Cycle (G85)”. The dialogic window is displayed on the screen as
Figure 4-17.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Hole position data X (X)︰0.0
b. Hole position data Y (Y)︰0.0
c. R to hole bottom distance (Z)︰-5.0
d. Initial point to R (R)︰-2.0
e. Number of repeats (K)︰2
f. Feedrate (F)︰1000.0
59
SynTec Graphic Input Interface User Guide
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
Data Input︰
1.Hole position data X (X)︰The X position of the hole.
2.Hole position data Y (Y)︰The X position of the hole.
3.R to hole bottom distance (Z)︰Distance from point R to bottom of the hole.
4.Initial point to R (R)︰Distance from the initial level to point R level.
5.Number of repeats (K)︰ The number of repeats times.
6.Feedrate (F)︰Cutting feedrate.
60
SynTec Graphic Input Interface User Guide
Example︰
Table 4-9 shows the example specification of Fine Boring Cycle. The
specific graph is shown in Figure 4-20. The starting point of the tool is assigned
to (0,0,0).
Parameters on screen
Names Specifications
1 Hole position data X (X) 0.0
2. Hole position data Y (Y) 0.0
3. R to hole bottom distance (Z) -5.0
4. Initial point to R (R) -2.0
5. Number of repeats (K) 2
6. Feedrate (F) 1000.0
61
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Canned Cycle” and then select
“Boring Cycle (G86)”. The dialogic window is displayed on the screen as
Figure 4-19.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Hole position data X (X)︰0.0
b. Hole position data Y (Y)︰0.0
c. R to hole bottom distance (Z)︰-5.0
d. Initial point to R (R)︰-2.0
e. Number of repeats (K)︰2
f. Feedrate (F)︰1000.0
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
62
SynTec Graphic Input Interface User Guide
Data Input︰
1.Hole position data X (X)︰The X position of the hole.
2.Hole position data Y (Y)︰The X position of the hole.
3.R to hole bottom distance (Z)︰Distance from point R to bottom of the hole.
4.Initial point to R (R)︰Distance from the initial level to point R level.
5.Shift amount (Q)︰Shift amount at the bottom of the hole
6.Dwell time (P)︰Dwell time at the bottom of the hole
7.Number of repeats (K)︰ The number of repeats times.
8.Feedrate (F)︰Cutting feedrate.
63
SynTec Graphic Input Interface User Guide
3.Using G00 moves the cutter to the point R and shift Q spindle CW.
4.Machining to the point Z by G01, hold P second and shift Q.
5.Move the cutter by G00 to initial point and spindle CW shift Q.
Example︰
Table 4-10 shows the example specification of Back Boring Cycle. The
specific graph is shown in Figure 4-22. The starting point of the tool is assigned
to (0,0,0).
Parameters on screen
Names Specifications
1 Hole position data X (X) 0.0
2. Hole position data Y (Y) 0.0
3. R to hole bottom distance (Z) -5.0
4. Initial point to R (R) -2.0
5. Shift amount (Q) 1.0
6. Dwell time (P) 1.0
7. Number of repeats (K) 2
8. Feedrate (F) 1000.0
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Canned Cycle” and then select
64
SynTec Graphic Input Interface User Guide
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
65
SynTec Graphic Input Interface User Guide
Data Input︰
1.Hole position data X (X)︰The X position of the hole.
2.Hole position data Y (Y)︰The X position of the hole.
3.R to hole bottom distance (Z)︰Distance from point R to bottom of the hole.
4.Initial point to R (R)︰Distance from the initial level to point R level.
5.Dwell time (P)︰Dwell time at the bottom of the hole
6.Feedrate (F)︰Cutting feedrate.
7.Number of repeats (K)︰ The number of repeats times.
Example︰
Table 4-11 shows the example specification of Fine Boring Cycle. The
specific graph is shown in Figure 4-24. The starting point of the tool is assigned
to (0,0,0).
66
SynTec Graphic Input Interface User Guide
Parameters on screen
Names Specifications
1 Hole position data X (X) 0.0
2. Hole position data Y (Y) 0.0
3. R to hole bottom distance (Z) -5.0
4. Initial point to R (R) -2.0
5. Dwell time (P) 1.0
6. Number of repeats (K) 2
7. Feedrate (F) 1000.0
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Canned Cycle” and then select
“Semiautomatic Fine Boring Cycle (G76)”. The dialogic window is displayed
on the screen as Figure 4-23.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Hole position data X (X)︰0.0
b. Hole position data Y (Y)︰0.0
c. R to hole bottom distance (Z)︰-5.0
d. Initial point to R (R)︰-2.0
e. Dwell time (P)︰1.0
f. Number of repeats (K)︰2
67
SynTec Graphic Input Interface User Guide
g. Feedrate (F)︰1000.0
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
Data Input︰
1.Hole position data X (X)︰The X position of the hole.
2.Hole position data Y (Y)︰The X position of the hole.
3.R to hole bottom distance (Z)︰Distance from point R to bottom of the hole.
4.Initial point to R (R)︰Distance from the initial level to point R level.
5.Dwell time (P)︰Dwell time at the bottom of the hole
6.Feedrate (F)︰Cutting feedrate.
7.Number of repeats (K)︰ The number of repeats times.
68
SynTec Graphic Input Interface User Guide
Example︰
Table 4-12 shows the example specification of Pause Boring Cycle. The
specific graph is shown in Figure 4-26. The starting point of the tool is assigned
to (0,0,0).
Parameters on screen
Names Specifications
1 Hole position data X (X) 0.0
2. Hole position data Y (Y) 0.0
3. R to hole bottom distance (Z) -5.0
4. Initial point to R (R) -2.0
5. Dwell time (P) 1.0
6. Number of repeats (K) 2
7. Feedrate (F) 1000.0
69
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Canned Cycle” and then select
“Pause Boring Cycle (G89)”. The dialogic window is displayed on the screen
as Figure 4-25.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Hole position data X (X)︰0.0
b. Hole position data Y (Y)︰0.0
c. R to hole bottom distance (Z)︰-5.0
d. Initial point to R (R)︰-2.0
e. Dwell time (P)︰1.0
f. Number of repeats (K)︰2
g. Feedrate (F)︰1000.0
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
70
SynTec Graphic Input Interface User Guide
4.2 Facing
This function machines a rectangular plane. Four types of facing are available.
To use Facing enters the Graphic Input Interface by press F3 and chooses Facing.
Select facing from the GII menu by pressing the option in Figure 4-27.
Data Input︰
XY Plane Arguments︰
1.Workpiece width (I)︰Width of the facing range. The sign of I decides the
cutting direction.
2.Workpiece length (J):Length of the facing range in direction Y. The sign of J
71
SynTec Graphic Input Interface User Guide
72
SynTec Graphic Input Interface User Guide
Example︰
Table 4-13 shows the example specification of Bi-directional Cutting X.
The specific graph is shown in Figure 4-29. The starting point of the tool is
assigned to (0,0,0).
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Facing” and then select
“Bi-directional Cutting X (G161)”. The dialogic window is displayed on the
screen as Figure 4-28.
73
SynTec Graphic Input Interface User Guide
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Workpiece width (I)︰ ︰20.0
b. Workpiece length (J) ︰20.0
c. Cutting width (W) ︰4.0
d. Spindle Speed (S) ︰1000
e. Feedrate (F) ︰1000.0
f. Z increase amount (D) ︰3.0
g. Z retraction distance (H) ︰12.0
h. Z direction machining speed (E) ︰1000.0
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen. The
simulation result is shown in Figure 4-30.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
74
SynTec Graphic Input Interface User Guide
Data Input︰
XY Plane Arguments︰
1.Workpiece width (I)︰Width of the facing range. The sign of I decides the
cutting direction.
2.Workpiece length (J):Length of the facing range in direction Y. The sign of J
decides the cutting direction.
3.Cutting width (W) : Depth of cut in one pass. If user not enter the argument,
it will automatically determined from the cutting width (%) of common
parameter ( CUTTER WIDTH (%) multiply [4010])
Z Axis Arguments :
4.Z increase amount (D)︰Each machining amount in Z direction.
75
SynTec Graphic Input Interface User Guide
Example︰
Table 4-14 shows the example specification of Bi-directional Cutting X.
The specific graph is shown in Figure 4-32. The starting point of the tool is
assigned to (0,0,0).
76
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Facing” and then select
“Unidirectional Cutting X (G162)”. The dialogic window is displayed on the
screen as Figure 4-31.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Workpiece width (I)︰ ︰20.0
b. Workpiece length (J) ︰20.0
c. Cutting width (W) ︰4.0
d. Spindle Speed (S) ︰1000
e. Feedrate (F) ︰1000.0
f. Z increase amount (D) ︰3.0
g. Z retraction distance (H) ︰12.0
h. Z direction machining speed (E) ︰1000.0
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen. The
simulation result is shown in Figure 4-33.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
77
SynTec Graphic Input Interface User Guide
Data Input︰
XY Plane Arguments︰
1.Workpiece width (I)︰Width of the facing range. The sign of I decides the
cutting direction.
2.Workpiece length (J):Length of the facing range in the direction Y. The sign of
J decides the cutting direction.
3.Cutting width (W) : Depth of cut in one pass. If user not enter the argument,
78
SynTec Graphic Input Interface User Guide
79
SynTec Graphic Input Interface User Guide
Example︰
Table 4-15 shows the example specification of Bi-directional Cutting X.
The specific graph is shown in Figure 4-35. The starting point of the tool is
assigned to (0,0,0).
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Facing” and then select
“Bi-directional Cutting Y (G163)”. The dialogic window is displayed on the
screen as Figure 4-34.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
80
SynTec Graphic Input Interface User Guide
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Workpiece width (I)︰ ︰20.0
b. Workpiece length (J) ︰20.0
c. Cutting width (W) ︰4.0
d. Spindle Speed (S) ︰1000
e. Feedrate (F) ︰1000.0
f. Z increase amount (D) ︰3.0
g. Z retraction distance (H) ︰12.0
h. Z direction machining speed (E) ︰1000.0
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen. The
simulation result is shown in Figure 4-36.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
81
SynTec Graphic Input Interface User Guide
Data Input︰
XY Plane Arguments︰
1.Workpiece width (I)︰Width of the facing range. The sign of I decides the
cutting direction.
2.Workpiece length (J):Length of the facing range in the direction Y. The sign of
J decides the cutting direction.
3.Cutting width (W) : Depth of cut in one pass. If user not enter the argument,
it will automatically determined from the cutting width (%) of common
parameter ( CUTTER WIDTH (%) multiply [4010])
Z Axis Arguments :
4.Z increase amount (D)︰Each machining amount in Z direction.
5.Z retraction distance (H):Total machining amount in Z direction.
6.Z direction machining speed (E)︰Machining speed in Z direction.
7.Feedrate (F):Cutting feedrate.
82
SynTec Graphic Input Interface User Guide
Example︰
Table 4-16 shows the example specification of Bi-directional Cutting X.
The specific graph is shown in Figure 4-38. The starting point of the tool is
assigned to (0,0,0).
83
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Facing ” and then select
“Unidirectional Cutting Y (G164)”. The dialogic window is displayed on the
screen as Figure 4-37.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Workpiece width (I)︰ ︰20.0
b. Workpiece length (J) ︰20.0
c. Cutting width (W) ︰4.0
d. Spindle Speed (S) ︰1000
e. Feedrate (F) ︰1000.0
f. Z increase amount (D) ︰3.0
g. Z retraction distance (H) ︰12.0
h. Z direction machining speed (E) ︰1000.0
3.After finished the procedure, Press F1 to finish the steps of input data.
4.Press F3 to simulate it and check the motion path of the cutter on screen. The
simulation result is shown in Figure 4-39.
5.Press F4 to generate machining program and press START on control panel to
start machining process.
84
SynTec Graphic Input Interface User Guide
85
SynTec Graphic Input Interface User Guide
4.3 Pocketing
This function cuts an area of a specified figure such as track packet, circle
pocket and square pocket. Press F3 to enter the GII mode and press F1 to enter a
new machining cycle. Then, select the “Pocketing” on GII main menu. Figure
4-40 shown below appears.
86
SynTec Graphic Input Interface User Guide
87
SynTec Graphic Input Interface User Guide
9.Basic Point (A) : The length of the machining basic point to the initial point in
the Z direction.
10. Z increase amount (D)︰Each machining amount in Z direction.
11. Z retraction distance (H):Total machining amount in Z direction.
12. Z direction machining speed (E)︰Machining speed in Z direction.
88
SynTec Graphic Input Interface User Guide
Example︰
Table 4-17 shows the example specification of Roughing Track Pocket. The
specific graph is shown in Figure 4-43. The starting point of the tool is assigned
to (0,0,0).
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Pocketing” and then select
“ Roughing Track Pocket (G173)”. The dialogic window is displayed on the
screen as Figure 4-32 and Figure 4-33.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
89
SynTec Graphic Input Interface User Guide
4.After finished the procedure, Press F1 to finish the steps of input data.
5.Press F3 to simulate it and check the motion path of the cutter on screen. The
simulation result is shown in Figure 4-44.
6.Press F4 to generate machining program and press START on control panel to
start machining process.
90
SynTec Graphic Input Interface User Guide
91
SynTec Graphic Input Interface User Guide
Example︰
Table 4-18 shows the example specification of Finishing Track Pocket. The
specific graph is shown in Figure 4-47. The starting point of the tool is assigned
to (0,0,0).
92
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Pocketing” and then select
“ Finishing Track Pocket (G174)”. The dialogic window is displayed on the
screen as Figure 4-45 and Figure 4-46.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. X Length (I) ︰20.0
b. Y Length (J) ︰10.0
c. Direction (U) ︰1 (CCW)
d. Spindle speed (S) ︰1000
e. Feedrate (F) ︰1000.0
93
SynTec Graphic Input Interface User Guide
4.After finished the procedure, Press F1 to finish the steps of input data.
5.Press F3 to simulate it and check the motion path of the cutter on screen. The
simulation result is shown in Figure 4-48.
6.Press F4 to generate machining program and press START on control panel to
start machining process.
94
SynTec Graphic Input Interface User Guide
95
SynTec Graphic Input Interface User Guide
96
SynTec Graphic Input Interface User Guide
Example︰
Table 4-19 shows the example specification of Roughing Square Pocket.
The specific graph is shown in Figure 4-51. The starting point of the tool is
assigned to (0,0,0).
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Pocketing” and then select
“ Roughing Square Pocket (G175)”. The dialogic window is displayed on the
screen as Figure 4-32 and Figure 4-33.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
97
SynTec Graphic Input Interface User Guide
4.After finished the procedure, Press F1 to finish the steps of input data.
5.Press F3 to simulate it and check the motion path of the cutter on screen. The
simulation result is shown in Figure 4-52.
6.Press F4 to generate machining program and press START on control panel to
start machining process.
98
SynTec Graphic Input Interface User Guide
99
SynTec Graphic Input Interface User Guide
100
SynTec Graphic Input Interface User Guide
Example︰
Table 4-20 shows the example specification of Finishing Square Pocket.
The specific graph is shown in Figure 4-55. The starting point of the tool is
assigned to (0,0,0).
101
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Pocketing” and then select
“ Finishing Square Pocket (G176)”. The dialogic window is displayed on the
screen as Figure 4-54 and Figure 4-55.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. X Length (I) ︰20.0
b. Y Length (J) ︰10.0
c. Corner Radius (R) ︰None
d. Direction (U) ︰1 (CCW)
e. Spindle speed (S) ︰1000
f. Feedrate (F) ︰1000.0
102
SynTec Graphic Input Interface User Guide
4.After finished the procedure, Press F1 to finish the steps of input data.
5.Press F3 to simulate it and check the motion path of the cutter on screen. The
simulation result is shown in Figure 4-56.
6.Press F4 to generate machining program and press START on control panel to
start machining process.
103
SynTec Graphic Input Interface User Guide
104
SynTec Graphic Input Interface User Guide
Example︰
Table 4-21 shows the example specification of Roughing Circle Pocket. The
specific graph is shown in Figure 4-59. The starting point of the tool is assigned
to (0,0,0).
105
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Pocketing” and then select
“ Roughing Circle Pocket (G177)”. The dialogic window is displayed on the
screen as Figure 4-57 and Figure 4-58.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Radius (R) ︰None.
b. Cutting width (W) ︰4.0
c. Direction (U) ︰1 (CCW)
d. Finishing amount (V) ︰5.0
e. Finishing allowance (P) ︰0 (No)
f. Spindle speed (S) ︰1000
g. Feedrate (F) ︰1000.0
106
SynTec Graphic Input Interface User Guide
4.After finished the procedure, Press F1 to finish the steps of input data.
5.Press F3 to simulate it and check the motion path of the cutter on screen. The
simulation result is shown in Figure 4-60.
6.Press F4 to generate machining program and press START on control panel to
start machining process.
107
SynTec Graphic Input Interface User Guide
you select unidirectional cutting Y, the dialogic window will be shown as Figure
4-61 and Figure 4-62. Press PageUp/PageDown to switch the input display in
Page 1and Page 2.
108
SynTec Graphic Input Interface User Guide
Example︰
Table 4-20 shows the example specification of Finishing Circle Pocket. The
specific graph is shown in Figure 4-63. The starting point of the tool is assigned
to (0,0,0).
109
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Pocketing” and then select
“ Finishing Circle Pocket (G178)”. The dialogic window is displayed on the
screen as Figure 4-61 and Figure 4-62.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Radius (R) ︰10.0
b. Direction (U) ︰1 (CCW)
c. Spindle speed (S) ︰1000
d. Feedrate (F) ︰1000.0
110
SynTec Graphic Input Interface User Guide
4.After finished the procedure, Press F1 to finish the steps of input data.
5.Press F3 to simulate it and check the motion path of the cutter on screen. The
simulation result is shown in Figure 4-64.
6.Press F4 to generate machining program and press START on control panel to
start machining process.
111
SynTec Graphic Input Interface User Guide
112
SynTec Graphic Input Interface User Guide
113
SynTec Graphic Input Interface User Guide
Note︰
1. When the arguments in page 2 has been set up, the machining method is
G134.1. After machining is finished, it will cancel G134.1 drilling mode (G80).
2. When the arguments in page 2 has not been set up, G134.1 and G134 are the
same. The drilling mode is determined by the last machining.
114
SynTec Graphic Input Interface User Guide
Example︰
Table 4-23 shows the example specification of Circle Pattern Positioning.
The specific graph is shown in Figure 4-68. The starting point of the tool is
assigned to (0,0,0).
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Pattern Positioning” and then select
“ Circle Pattern Positioning (G134)”. The dialogic window is displayed on the
screen as Figure 4-66 and Figure 4-67.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
115
SynTec Graphic Input Interface User Guide
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Center (X) ︰0.0
b. Center (Y) ︰0.0
c. Radius (I) ︰10.0
d. Starting angle (J) ︰30.0
e. Number of holes (K) ︰6
4.After finished the procedure, Press F1 to finish the steps of input data.
5.Press F3 to simulate it and check the motion path of the cutter on screen. The
simulation result is shown in Figure 4-69.
6.Press F4 to generate machining program and press START on control panel to
start machining process.
116
SynTec Graphic Input Interface User Guide
117
SynTec Graphic Input Interface User Guide
Note︰
1. When the arguments in page 2 has been set up, the machining method is
G135.1. After machining is finished, it will cancel G135.1 drilling mode (G80).
2. When the arguments in page 2 has not been set up, G135.1 and G135 are the
same. The drilling mode is determined by the last machining.
118
SynTec Graphic Input Interface User Guide
Example︰
Table 4-24 shows the example specification of Oriented Line Pattern
Positioning. The specific graph is shown in Figure 4-72. The starting point of the
tool is assigned to (0,0,0).
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Oriented Line Pattern Positioning”
and then select “ Oriented Line Pattern Positioning (G135)”. The dialogic
119
SynTec Graphic Input Interface User Guide
120
SynTec Graphic Input Interface User Guide
121
SynTec Graphic Input Interface User Guide
122
SynTec Graphic Input Interface User Guide
Note︰
1. When the arguments in page 2 has been set up, the machining method is
G136.1. After machining is finished, it will cancel G136.1 drilling mode (G80).
2. When the arguments in page 2 has not been set up, G136.1 and G136 are the
same. The drilling mode is determined by the last machining.
123
SynTec Graphic Input Interface User Guide
2. No matter where the tool is, the tool moves horizontally to the position of first
pattern (Radius I, Angle A).
3. Moves to the position of second pattern (Pitch Angle J).
4. Repeat the drilling method.
5. Repeat the machining procedures until finish the last one.
6. Stop at the last pattern (The point R up to the surface of the workpeice)
Example︰
Table 4-25 shows the example specification of Circular Pattern Positioning.
The specific graph is shown in Figure 4-76. The starting point of the tool is
assigned to (0,0,0).
124
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Pattern Positioning” and then select
“ Circular Pattern Positioning (G136)”. The dialogic window is displayed on
the screen as Figure 4-74 and Figure 4-75.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Center (X) ︰0.0
b. Center (Y) ︰0.0
c. Radius (I) ︰10.0
d. Pitch angle (A) ︰20.0
e. Starting angle (J) ︰30.0
f. Number of holes (K) ︰6
4.After finished the procedure, Press F1 to finish the steps of input data.
5.Press F3 to simulate it and check the motion path of the cutter on screen. The
simulation result is shown in Figure 4-77.
6.Press F4 to generate machining program and press START on control panel to
start machining process.
125
SynTec Graphic Input Interface User Guide
126
SynTec Graphic Input Interface User Guide
127
SynTec Graphic Input Interface User Guide
Note︰
1. When the arguments in page 2 has been set up, the machining method is
G137.1. After machining is finished, it will cancel G137.1 drilling mode (G80).
2. When the arguments in page 2 has not been set up, G137.1 and G137 are the
same. The drilling mode is determined by the last machining.
Example︰
Table 4-26 shows the example specification of Grid Pattern Positioning. The
specific graph is shown in Figure 4-80. The starting point of the tool is assigned
to (0,0,0).
128
SynTec Graphic Input Interface User Guide
Operating Procedures︰
1.Press F3 to active Graphic Input Interface. Press F1 to open “Input CYCLE”
menu. Use Up/Down arrow keys to select “Pattern Positioning” and then select
“ Grid Pattern Positioning (G137)”. The dialogic window is displayed on the
screen as Figure 4-78 and Figure 4-79.
2.In this window, using Up/Down arrow keys moves the cursor to arguments and
enters specific data. If an incorrect data is entered, using Up/Down arrow keys
move the cursor to the argument and enter it again. According to the specific
data, enter the values one by one.
a. Starting point (X) ︰0.0
b. Starting point (Y) ︰0.0
c. Horizontal pitch (I) ︰4.0
d. Horizontal holes (N) ︰5
e. Vertical pitch (J) ︰4.0
f. Vertical holes (K) ︰4
129
SynTec Graphic Input Interface User Guide
4.After finished the procedure, Press F1 to finish the steps of input data.
5.Press F3 to simulate it and check the motion path of the cutter on screen. The
simulation result is shown in Figure 4-81.
6.Press F4 to generate machining program and press START on control panel to
start machining process.
130