Siemens SINUMERIK 840D sl Function Manual page 107

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

Advertisement

Program code
; PRESET after length R3, new start after parting
N1400 ID=1 WHENEVER $AA_IW[X]>$R3 DO PESETON(X1,0)
N1500 RELEASE(Y)
; Couple Y to X via table 1, for X < 10
N1800 ID=6 EVERY $AA_IM[X]<10
; > 30 before traversed parting distance, deactivate coupling
N1900 ID=10 EVERY $AA_IM[X]>$R3-30 DO LEADOF(Y,X)
N2000 WAITP(X)
; Set extruded material axis continuously in motion
N2100 ID=7 WHEN $R1==1 DO MOV[X]=1
N2200 M30
Generic coupling
● When a coupling module is activated in a synchronized action, the following axis must
already be active in the channel and be in the state "neutral axis " or "axis already assigned
to the part program of the channel". The corresponding axis state can be generated, if
necessary, in the synchronized action by programming GET[<following axis>].
● The commands of the generic coupling CP ... are processed directly in synchronized
actions by the coupling module. The command therefore takes effect immediately.
● With the programming of a coupling factor (CPLNUM, CPLDEN) or table number (CPLCTID),
a previously activated non-linear coupling relationship, e.g. a curve table, is deactivated.
Generic coupling: Using the TRAIL, LEAD, EG or COUP coupling type.
If in the framework of the generic coupling, a behavior corresponding to one of the known
coupling types "Coupled motion", "Master value coupling", "Electronic gear" or "Synchronous
spindle" is required, the command CPSETTYPE is also possible in synchronized actions when
creating or defining the coupling module:
CPSETTYPE[FAx] = <coupling type>
<Coupling type>
CP
TRAIL
LEAD
EG
COUP
Supplementary conditions
Synchronism status of a following axis
The system variable $AA_SYNC[<axis>] can be used to read the synchronism status of a
following axis in the part program or synchronized action.
Synchronized actions
Function Manual, 08/2018, 6FC5397-5BP40-6BA2
Comment
DO LEADON(Y,X,1)
FA[X]=$R4
Meaning
Freely programmable
"Coupled motion" coupling type
"Master value coupling" coupling type
"Electronic gearbox" coupling type
"Synchronous spindle" coupling type
Detailed description
3.7 Actions in synchronized actions
107

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 828dSinumerik 840de sl

Table of Contents