Siemens SINUMERIK 840D sl Programming Manual page 541

Nc programming
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

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>):
<n>:
PRIO= :
<value>:
<NAME>:
BLSYNC:
LIFTFAST:
NC programming
Programming Manual, 12/2019, 6FC5398-2EP40-0BA0
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.
Input number
Type:
INT
Range of values: 1 ... 8
Priority of the interrupt
(optional)
Priority value
(optional)
Type:
INT
Range of values: 1 ... 128 (1 ⇒ highest priority)
Name of the interrupt routine (subprogram)
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 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)
541

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840de sl

Table of Contents