Examples - Siemens SINUMERIK 828D Function Manual

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

Advertisement

F1: Travel to fixed stop

6.4 Examples

6.4
Examples
Static synchronized actions
Travel to fixed stop (FXS), initiated by a synchronized action.
N10 IDS=1 WHENEVER
(($R1==1) AND
($AA_FXS[Y]==0)) DO
$R1=0 FXS[Y]=1
FXST[Y]=10
FA[Y]=200
POS[Y]=150
N11 IDS=2 WHENEVER
($AA_FXS[Y]==4) DO
FXST[Y]=30
N12 IDS=3 WHENEVER
($AA_FXS[Y]==1) DO
FXST[Y]=$R0
N13 IDS=4 WHENEVER
(($R3==1) AND
($AA_FXS[Y]==1)) DO
FXS[Y]=0
FA[Y]=1000 POS[Y]=0
N20 FXS[Y]= 0
G0 G90 X0 Y0
N30 RELEASE(Y)
N40 G1 F1000 X100
N50 ......
N60 GET(Y)
324
; Activate static synchronized action:
; By the setting of $R1=1
; for
; the axis Y FXS is activated
; the active torque is reduced to 10%
; and a travel motion to
; direction of the stop started
; once the stop has been recognized
; ($AA_FXS[Y]==4), the torque is
; increased to 30%
; after reaching the stop
; the torque becomes dependent
; on R0 controlled
; deselection in dependence
; on R3 and
; reverse
; normal program run:
; axis Y for the movement to
; activate synchronized action
; Movement of another axis
; Include axis Y again in the
; pathgroup
Function Manual, 09/2011, 6FC5397-0BP40-2BA0
Basic Functions

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840d sl

Table of Contents