Programming instructions
2-4
NC Program NC Programming 17VRS
DOK-MTC200-NC**PRO*V17-ANW1-EN-P
2.3 Process-Specific Programming
The CNC is organized into a maximum of 7 processes. Each process has
its own NC-block preparation which combines the data from the NC-pro-
gram with data such as zero points, Setup Lists, etc.
The number of processes is declared in the system parameters. Or if
more than 2 processes are declared, process 0 is generally used to syn-
chronize the other processes.
Example
Use of a number of processes on a double-slide single-spindle lathe with
a milling head:
•
Process 0
Synchronization of processes 1 and 2, coordinates whether the proc-
esses are working simultaneously and asynchronously or synchro-
nously.
•
Process 1
Process 1 contains the X and Z axes for the upper turret head.
•
Process 2
Process 2 contains the X and Z axes for the lower turret head, the
main spindle S1, the C axis, and spindle S2 as the driven tool spindle.
X
Z
Process 1
X
Z
Process 2
S1
C
S2
Program No. 10
N0000 G90 G54 G18
N0001 G00 X20 Z0
.
.
N00xx M030
Process 1
Program No. 10
N0000 G90 G54 G18
N0001 G00 X20 Z0
.
.
N00xx M030
Process 2
Program No. 10
N0000 .START
N0001 DP1 DP2
N0002 SP1 10
N0003 SP2 10
N0004 AP1 AP2
Process 0
Fig. 2-4: Double-slide single-spindle lathe for milling work