Siemens SINUMERIK 840D sl Programming Manual page 69

Job planning
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Parameters
RELEASE (axis name, axis name, ...)
GET (axis name, axis name, ...)
GETD (axis name, axis name, ...)
Axis name
RELEASE (S1)
GET(S2)
GETD(S3)
GET request without preprocessing stop
If, following a GET request without preprocessing stop, the axis is enabled again with
RELEASE(axis) or WAITP(axis), a subsequent GET will induce a GET with
preprocessing stop.
Caution
An axis or spindle accepted with GET remains assigned to this channel even after a key or
program RESET.
When a program is restarted the replaced axes or spindles must be reassigned in the
program if the axis is required in its original channel.
It is assigned to the channel defined in the machine data on POWER ON.
Example of an axis replacement between two channels
Of the 6 axes, the following are used for machining in channel 1: 1., 2., 3. and 4th axis.
The 5th and 6th axes in channel 2 are used for the workpiece change.
Axis 2 is to be transferred between the 2 channels and then assigned to channel 1 after
power ON.
Program "MAIN" in channel 1
%_N_MAIN_MPF
INIT (2,"TRANSFER2")
N... START (2)
N... GET (AX2)
...
N... RELEASE (AX2)
N... WAITM (1,1,2)
N...
N... M30
Job planning
Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
1.15 Axis replacement, spindle replacement (RELEASE, GET, GETD)
Release the axis (axes)
Accept the axis (axes)
Directly accept the axis (axes)
Axis assignment in system: AX1, AX2, ... or
specify machine axis name
Release spindles S1, S2, ...
Accept spindles S1, S2, ...
Direct acceptance of spindles S1, S2, ...
;Select program TRANSFER2 in channel 2
;Start program in channel 2
;Accept axis AX2
;Enable axis AX2
;Wait for WAIT marker in channel 1 and 2
;for synchronizing in both channels
;Rest of program after axis replacement
Flexible NC programming
1-55

Advertisement

Table of Contents
loading

Table of Contents