Overlaid Movements $Aa_Off Settable (Sw 6 And Later) - Siemens SINUMERIK 840Di sl Function Manual

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

Advertisement

Detailed description
2.4 Actions in synchronized actions
%_N_AON_SPF
PROC AON
FCTDEF(1, 0.2, 0.5, 0.35, 1.5 EX-5)
ID = 1 DO SYNFCT(1,$AA_OFF[Z], $A_INA[3])
ID = 2 WHENEVER $AA_OFF_LIMIT[Z]<>0 DO
$AA_OVR[X] = 0
RET
ENDPROC
%_N_AOFF_SPF
PROC AOFF
CANCEL(1)
CANCEL(2)
RET
ENDPROC
%_N_MAIN_MPF
$SA_AA_OFF_LIMIT[Z]= 1
AON
...
G1 X100 F1000
AOFF
M30
2.4.6

Overlaid movements $AA_OFF settable (SW 6 and later)

Overlaid movements up to SW 5.3
Whatever the current tool and processing level, an overlaid movement is possible for each
axis of the channel via the system variable $AA_OFF. The offset is retracted immediately,
whether the axis is programmed or not. This allows a clearance control to be implemented.
The type of calculation is defined with the axial machine data as follows:
MD36750 $MA_AA_OFF_MODE (Effect of value assignment for axial override in case of
synchronized actions)
Bit0 = 0: proportional calculation (absolute value)
Bit0 = 1: integrating calculation (incremental value)
56
;
Subroutine for clearance control ON
;
Polynomial definition: The offset is applied in
the range 0.2 to 0.5
;
Clearance control active
;
Disable axis X when limit value is overshot
;
Subroutine for clearance control OFF
;
Cancel clearance control synchronized action
;
Cancel limit range check
;
Main program
;
MD36750 is set to 1 before Power On for
integrating machining
;
Limiting value for the offset:
;
Clearance control ON
;
Clearance control OFF
Function Manual, 11/2006, 6FC5397-5BP10-2BA0
Synchronized actions

Advertisement

Table of Contents
loading

Table of Contents