Siemens SINUMERIK 828D Programming Manual page 580

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

Motion synchronous actions
10.4 Actions in synchronized actions
Example of fast deletion of distance-to-go path
Program code
WHEN $A_IN[1]==1 DO DELDTG
N100 G01 X100 Y100 F1000
N110 G01 X...
IF $AA_DELT>50...
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 $A_IN[2]==1 DO DELDTG(V)
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
580
number).
Comments
;
If the input is set, motion is
interrupted
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, 07/2010, 6FC5398-2BP40-0BA0
Job planning

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents