DIN/ISO programming | Assignment, synchronization, workpiece transfer
4
492
HEIDENHAIN | User's Manual smart.Turn and DIN Programming | 12/2017
Synchronous start of slides G63
Refer to your machine manual.
This function is only available on a machine with multiple
channels (option 153).
G63 starts the programmed slides simultaneously (synchronously).
The slides involved can be programmed as follows:
Press the Extras menu item
Press the Slide… menu item
Enter the slide numbers
Synchronous function M97
Refer to your machine manual.
This function is only available on a machine with multiple
channels (option 153).
M97 synchronizes all programmed slides. Each slide waits until
all slides have reached this block—the control does not continue
program run until all slides have reached the block.
If you need more than one synchronization point, use parameters
to program M97.
Parameters:
H: Sync.mark no. – number of synchronizing mark (evaluation
only during interpretation of NC programs)
Q: No. of slide – slide for which the control will wait
D: on/off
D = 0: synchronization during run time of NC program
D = 1: synchronization exclusively during interpretation of the
NC programs
Example: M97
. . .
$1$3 N110 M97
Slide $1 and slide $3 wait for each other
...
$1 N230 M97 H1 Q123
Slide $1, slide $2 and slide $3 wait for each other
. . .
$1 N340 M97 H1 Q13 D1
The calculations (interpretations) of slide $1 and slide $3 wait
for each other
. . .