Siemens SINUMERIK 840Di sl Function Manual page 84

Synchronized actions, ncu system software
Hide thumbs Also See for SINUMERIK 840Di sl:
Table of Contents

Advertisement

Detailed description
2.4 Actions in synchronized actions
Examples:
ID=1 EVERY $AC_TIMER[1] >= 5 DO POS[V]=100 FA[V]=560
ID=2 EVERY $AC_TIMER[1] >= 7 DO POS[V]=$AA_IM[V] + 2 FA[V]=790
; Owing to the programming with $AC_TIMER[1] the synchronization with ID=2 is the most
recently activated, its specifications become effective and release the specifications of ID=1
... .
The end position and feedrate for a command axis can therefore be adjusted while the axis
is in motion.
Example Activation by signal
ID=1 EVERY $A_IN[1]==1 DO POS[U]=$AA_IM[U]+$AA_IM[V]*.5
Legal transitions
in
To
Axis stationary
Axis mode
Position-controlled spindle
Speed-controlled spindle
Axis in motion
Axis mode
Position-controlled spindle
Speed-controlled spindle
Transitions marked with x are permitted: Transitions not marked with an x are rejected with
an alarm.
Example: Legal transition
N10 WHEN $AA_IM[Y] >= 5 DO MOV[Y]=-1
N20 WHEN TRUE DO POS[Y]=20 FA[Y]=500
84
FA[U]=$AA_VACTM[U]+10
POS
MOV=1
MOV = -1
x
x
x
x
x
x
MOV=0
SPOS
M3
M4
x
x
x
x
x
x
x
x
x
x
x
;
At position +5 axis in
;
Negative direction
;
start
;
start Y axis, when
;
Block is changed
Function Manual, 11/2006, 6FC5397-5BP10-2BA0
M5
LEADON
TRAIL ON
x
x
x
x
x
x
x
x
Synchronized actions

Advertisement

Table of Contents
loading

Table of Contents