Siemens sinumerik 840d Programming Manual page 71

Hide thumbs Also See for sinumerik 840d:
Table of Contents

Advertisement

02.98
1
840D
840D
NCU 571
NCU 572
NCU 573
Deactivate/reactivate interrupt routine,
DISABLE, ENABLE
You can deactivate interrupt routines in the NC
program with DISABLE(n) and reactive them with
ENABLE(n) (n stands for the input number).
The input/routine assignment is retained with
DISABLE and reactivated with ENABLE.
Reassign interrupt routines
If a new routine is assigned to an assigned input, the
old assignment is automatically cancelled.
Example:
N20 SETINT(3) PRIO=2 LIFT_Z
...
...
N120 SETINT(3) PRIO=1 LIFT_X
Clear assignment, CLRINT
Assignments can be cleared with CLRINT(n).
Example:
N20 SETINT(3) PRIO=2 LIFT_Z
N50 CLRINT(3)
The assignment between input 3 and the routine
LIFT_Z is cleared.
 Siemens AG 2000. All rights reserved
SINUMERIK 840D/840Di/810D/FM-NC Programming Guide Advanced (PGA) − 04.00 Edition
810D
840Di
Flexible NC Programming
1.14 Interrupt routine
1
1-71

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik fm-ncSinumerik 840diSinumerik 810d

Table of Contents