Siemens SINUMERIK 840D sl Programming Manual page 455

Job planning
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Example of fast axial deletion of distance-to-go
Cancelation of a positioning movement:
ID=1 WHEN $A_IN[1]==1 DO MOV[V]=3 FA[V]=700
WHEN $A_IN[2]==1 DO DELDTG(V)
Delete distance-to-go depending on the input
voltage:
WHEN $A_INA[5]>8000 DO DELDTG(X1)
;As soon as the voltage at input 5 exceeds 8V, delete distance-to-go for axis X1.
Path motion continues.
POS[X1]=100 FA[X1]=10 G1 Z100 F1000
Description
At the end of a traversing block in which a prepared delete distance-to-go was triggered,
preprocess stop is activated implicitly.
Continuous path mode or positioning axis movements are therefore interrupted or stopped at
the end of the block with fast delete distance-to-go.
Note
Prepared delete distance-to-go
• cannot be used with active tool radius correction.
• the action must only be programmed in non modal synchronized actions (without
Job planning
Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
ID number).
10.4 Actions in synchronized actions
;Start axis
;Delete distance-to-go, the axis is stopped
;using MOV=0
Motion synchronous actions
10-29

Advertisement

Table of Contents
loading

Table of Contents