An interrupt can be assigned a priority value from 1 ... 128. Priority value 1 corresponds to the
highest priority and 128 the lowest.
Syntax
SETINT(<n>) <NAME>
SETINT(<n>) PRIO=<value> <NAME>
SETINT(<n>) PRIO=<value> <NAME> BLSYNC
SETINT(<n>) PRIO=<value> <NAME> LIFTFAST
Meaning
SETINT(<n>): Input <n> is assigned the interrupt routine <Name>. The assigned interrupt routine
is started as soon as input <n> == 1 is detected.
Note:
If an already programmed input <n> is assigned another interrupt routine, then the
previous assignment is no longer effective.
<n>: Input number
Type: INT
Range of values: 1 ... 8
PRIO= : Priority of the interrupt
(optional)
<value>: Priority value
(optional)
Type: INT
Range of values: 1 ... 128 (1 ⇒ highest priority)
<NAME>: Name of the interrupt routine (subprogram)
BLSYNC: BLSYNC ensures that after initiating the interrupt, the system first waits until the
actual block has been completed. Only then is the interrupt routine executed.
(optional)
LIFTFAST: LIFTFAST ensures that after initiating the interrupt, initially a fast retraction is
realized (see Chapter "Fast retraction from the contour (SETINT LIFTFAST, ALF)
(Page 544)"). Only then is the interrupt routine executed.
(optional)
Work preparation
3.3 Interrupt routine (ASUB)
NC programming
Programming Manual, 12/2019, 6FC5398-2EP40-0BA0 541