Siemens Sinumerik 840D sl Programming Manual page 590

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

Advertisement

Motion synchronous actions
10.4 Actions in synchronized actions
Example of fast axial deletion of distance-to-go
Program code
Cancelation of a positioning movement:
ID=1 WHEN $A_IN[1]==1 DO MOV[V]=3 FA[V]=700
WHEN
Delete distance-to-go depending on the input
voltage:
WHEN $A_INA[5]>8000 DO DELDTG(X1)
POS[X1]=100 FA[X1]=10 G1 Z100 F1000
Further Information
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 ID
number).
590
$A_IN[2]==1 DO DELDTG(V)
Comments
;
Start axis
;
Delete distance-to-go, the axis
is stopped using MOV=0
;
As soon as the voltage at input 5
exceeds 8V, delete distance-to-go
for axis X1.
Path motion continues.
Programming Manual, 02/2011, 6FC5398-2BP40-1BA0
Job planning

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840de slSinumerik 828d

Table of Contents