Siemens Sinumerik 840D sl Programming Manual page 596

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

Advertisement

Motion synchronous actions
10.4 Actions in synchronized actions
Example of adaptive control (multiplicative)
Influence the programmed feedrate by multiplication
The aim is to influence the programmed feedrate by multiplication. The feedrate must not
exceed certain limits – depending on the load on the drive:
The feedrate is to be stopped at a drive load of 80%: override = 0
At a drive load of 30% it is possible to traverse at programmed feedrate:
override = 100%.
The feedrate can be exceeded by 20%:
Max. override = 120%.
1st polynomial definition
Determination of coefficients
y = f(x) = a
a
= -100%/(80-30)% = -2
1
a
= 100 + (2*30) = 160
0
a
= a
2
Upper limit = 120
Lower limit = 0
This means:
FCTDEF(2,0,120,160,-2,0,0)
2. Switch-in AC control
ID=1 DO SYNFCT(2,$AC_OVR,$AA_LOAD[x])
;Read the current axis load (% of the max. drive current) via $AA_LOAD[x],
calculate the feedrate override with the polynomial defined above.
596
2
+ a
x +a
x
+ a
x
0
1
2
3
= 0 (neither a square nor cubic element)
3
3
Programming Manual, 02/2011, 6FC5398-2BP40-1BA0
Job planning

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840de slSinumerik 828d

Table of Contents