Siemens SINUMERIK 840D sl Programming Manual page 519

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

Advertisement

Infeed at reversal point
As long as the oscillation axis has not reached the reversal point, the infeed axis does not
move.
The following instructions are used subject to the above assumptions:
Reversal point range 1:
WHENEVER $AA_IM[Z]<>$SA_OSCILL_RESERVE_POS1[Z] DO $AA_OVR[X] = 0 →
→ $AA_OVR[Z] = 100
Whenever
greater or less than
then
and
Reversal point range 2:
For reversal point 2:
WHENEVER $AA_IM[Z]<>$SA_OSCILL_RESERVE_POS2[Z] DO $AA_OVR[X] = 0 →
→ $AA_OVR[Z] = 100
Whenever
greater or less than
then
and
Stop oscillation movement at the reversal point
The oscillation axis is stopped at the reversal point, the infeed motion starts at the same
time. The oscillating motion is continued when the infeed movement is complete.
At the same time, this synchronized action can be used to start the infeed movement if this
has been stopped by a previous synchronized action, which is still active.
The following instructions are used subject to the above assumptions:
Reversal point range 1:
WHENEVER $SA_IM[Z]==$SA_OSCILL_RESERVE_POS1[Z] DO $AA_OVR[X] = 0 →
→ $AA_OVR[Z] = 100
Whenever
equal to
then
and
Reversal point range 2:
WHENEVER $SA_IM[Z]==$SA_OSCILL_RESERVE_POS2[Z] DO $AA_OVR[X] = 0 →
→ $AA_OVR[Z] = 100
Whenever
equal to
then
and
Job planning
Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
11.2 Control oscillation via synchronized actions
the current position of oscillating axis Z in the MCS is
the position of reversal point 1
set the axial override of infeed axis X to 0%
set the axial override of oscillating axis Z to 100%.
the current position of oscillating axis Z in the MCS is
the position of reversal point 2
set the axial override of infeed axis X to 0%
set the axial override of oscillating axis Z to 100%.
the current position of oscillating axis in the MCS is
reversal position 1 is
set the axial override of the oscillation axis to 0%
set the axial override of the infeed axis to 100%.
the current position of oscillating axis in the MCS is
reversal position 2 is
set the axial override of the oscillation axis to 0%
set the axial override of the infeed axis to 100%.
Oscillation
11-11

Advertisement

Table of Contents
loading

Table of Contents