The following NC program illustrates the use of Cycle 883 TURNING SIMULTANEOUS FINISHING.
- Program sequence
- Tool call:Turning tool
- Start turning mode
- Move to safe position
- Call the cycle
- Reset the coordinate system with Cycle 801 and M145
The following NC program illustrates the use of Cycle 883 TURNING SIMULTANEOUS FINISHING.
NC programs contained in this User's Manual are suggestions for solutions. The NC programs or individual NC blocks must be adapted before being used on a machine.
Some NC programs depend on the machine kinematics. Adapt these NC programs to your machine kinematics before the first test run.
In addition, test the NC programs using the simulation before the actual program run.
With a program test you determine whether the NC program can be used with the available software options, the active machine kinematics and the current machine configuration.
0 BEGIN PGM 10 MM | |||
1 BLK FORM CYLINDER Z D91 L40 DIST+0.5 DI57.5 | |||
2 TOOL CALL 304 | ; tool call | ||
3 L Z+0 R0 FMAX M91 | ; retract the tool | ||
4 FUNCTION MODE TURN | ; activate turning mode | ||
5 FUNCTION TURNDATA SPIN VCONST:ON VC:200 SMAX800 | ; constant cutting speed | ||
6 CYCL DEF 800 ADJUST XZ SYSTEM ~ | |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
7 M145 | |||
8 FUNCTION TCPM F TCP AXIS POS PATHCTRL AXIS REFPNT TIP-CENTER | ; activate TCPM | ||
9 CYCL DEF 14.0 CONTOUR | |||
10 CYCL DEF 14.1 CONTOUR LABEL2 | |||
11 CYCL DEF 883 TURNING SIMULTANEOUS FINISHING ~ | |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
12 L X+58 Y+0 R0 FMAX M303 | ; approach starting point | ||
13 L Z+50 FMAX | ; safety clearance | ||
14 CYCL CALL | ; cycle call | ||
15 L Z+50 FMAX | |||
16 CYCL DEF 801 RESET ROTARY COORDINATE SYSTEM | |||
17 M144 | ; cancel M145 | ||
18 FUNCTION MODE MILL | ; activate milling mode | ||
19 M30 | ; end of program | ||
20 LBL 2 | |||
21 L X+58 Y+0 Z-1.5 RR | |||
22 L X+61 Z+0 | |||
23 L X+88 | |||
24 L X+90 Z-1 | |||
25 L Z-8 | |||
26 L X+88 Z-10 | |||
27 L Z-15 | |||
28 L X+90 Z-17 | |||
29 L Z-25 | |||
30 RND R0.3 | |||
31 L X+144 | |||
32 LBL 0 | |||
33 END PGM 10 MM |