Technology Cycles Position Spindle - Siemens SINUMERIK 840Di sl Function Manual

Synchronized actions, ncu system software
Hide thumbs Also See for SINUMERIK 840Di sl:
Table of Contents

Advertisement

NC program
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 DO
LEADON(Y,X,1)
N1900 ID=10 EVERY $AA_IM[X]>$R3-30
DO LEADOF(Y,X)
N2000 WAITP(X)
N2100 ID=7 WHEN $R1==1 DO MOV[X]=1
FA[X]=$R4
N2200 M30
5.8

Technology cycles position spindle

Application
Interacting with the PLC program, the spindle which initiates a tool change should be:
• Traversed to an initial position,
• Positioned at a specific point at which the tool to be inserted is also located.
See chapter "Starting of command axes" and chapter "Control via PLC".
Coordination
The PLC and NCK are coordinated by means of the common data that are provided in SW
version 4 and later (see chapter "List of the system variables relevant for synchronized
actions")
• $A_DBB[0]: Take up basic position 1,
• $A_DBB[1]: Take up target position 1,
• $A_DBW[1]: value to be positioned +/- , PLC calculates the shortest route.
Synchronized actions
Function Manual, 11/2006, 6FC5397-5BP10-2BA0
5.8 Technology cycles position spindle
Comment
;
PRESET at beginning
;
Start position Y axis
;
Axis is linear
;
PRESET according to length R3, PRESTON may
;
be done only with WHEN and EVERY
;
new start after parting
; Couple Y to X via table 1, for X < 10
; > 30 before traversed parting distance, deactivate
coupling
; Set extruded material axis continuously in motion
Examples
149

Advertisement

Table of Contents
loading

Table of Contents