Deactivating/Reactivating The Assignment Of An Interrupt Routine (Disable, Enable) - Siemens SINUMERIK 828D Programming Manual

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

Flexible NC programming
1.14 Interrupt routine (ASUB)
1.14.4
Deactivating/reactivating the assignment of an interrupt routine (DISABLE,
ENABLE)
Function
A
SETINT
losing the input → interrupt routine assignment.
Syntax
DISABLE(<n>)
ENABLE(<n>)
Significance
DISABLE(<n>)
ENABLE(<n>)
<n>:
Example
Program code
...
N20 SETINT(3) PRIO=1 ABHEB_Z
...
N90 DISABLE(3)
...
N130 ENABLE(3)
...
116
instruction can be deactivated with
:
Command: Deactivating the interrupt routine assignment of input <n>
:
Command: Reactivating the interrupt routine assignment of input <n>
Parameter: Input number
Type:
Range of values: 1 ... 8
and reactivated with
DISABLE
INT
Comments
; If input 3 switches, then interrupt routine
"ABHEB_Z" should start.
; The SETINT instruction from N20 is
deactivated.
; The SETINT instruction from N20 is
reactivated.
Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
without
ENABLE
Job planning

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents