On-The-Fly Parting - Siemens SINUMERIK 840D sl Function Manual

Synchronized actions
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Examples
4.7 Axis couplings via synchronized actions
4.7.3

On-the-fly parting

Task assignment
An extruded material which passes continuously through the operating area of a cutting tool
must be cut into parts of equal length.
X axis: Axis in which the extruded material moves, WCS
X1 axis: Machine axis of the extruded material, MCS
Y axis: Axis in which the cutting tool "tracks" the extruded material
It is assumed that the infeed and control of the cutting tool are controlled via the PLC. The
signals at the PLC interface can be evaluated to determine whether the extruded material and
cutting tool are synchronized.
Actions
Activate coupling, LEADON
Deactivate coupling, LEADOF
Set actual values, PRESETON
Program code
%_N_SCHERE1_MPF
;$PATH=/_N_WKS_DIR/_N_DEMOFBE_WPD
N100 R3=1500
N200 R2=100000 R13=R2/300
N300 R4=100000
N400 R6=30
N500 R1=1
N600 LEADOF(Y,X)
N700 CTABDEF(Y,X,1,0)
N800 X=30 Y=30
N900 X=R13 Y=R13
N1000 X=2*R13 Y=30
N1100 CTABEND
N1200 PRESETON(X1,0)
N1300 Y=R6 G0
N1400 ID=1 EVERY $AA_IW[X]>$R3 DO PRESETON(X1,0)
N1500 WAITP(Y)
N1800 ID=6 EVERY $AA_IM[X]<10
N1900 ID=10 EVERY $AA_IM[X]>$R3-30 DO LEADOF(Y,X)
N2000 WAITP(X)
152
DO LEADON(Y,X,1)
Comment
; Length of a part to be cut off
; Start position Y axis
; Start condition for conveyor axis
; Delete any existing coupling
; Table definition
; Value pairs
; End of table definition
; Preset offset at the beginning
; Start position Y axis
; The axis is a linear axis
; Preset offset after length R3, PRESE-
TON must only be executed with WHEN
and EVERY
; New start after parting
; For X < 10, couple Y to X via table 1
; > 30 before traversed parting dis-
tance, deactivate coupling
Function Manual, 08/2018, 6FC5397-5BP40-6BA2
Synchronized actions

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 828dSinumerik 840de sl

Table of Contents