Polynomial Definition (Fctdef) - Siemens SINUMERIK 828D Programming Manual

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

10.4.6

Polynomial definition (FCTDEF)

Function
FCTDEF can be used to define 3rd order polynomials in the form y=a
These polynomials are used by the online tool offset (FTOC) and the evaluation function
(SYNFCT).
Syntax
FCTDEF(Polynomial No.,LLIMIT,ULIMIT,a
Significance
Polynomial_No.
LLIMIT
ULIMIT
a0, a1, a2, a3
These values can also be accessed via system variables
$AC_FCTLL[n]
$AC_FCTUL[n]
$AC_FCT0[n]
$AC_FCT1[n]
$AC_FCT2[n]
$AC_FCT3[n]
Note
Writing system variables
• The system variables can be written from the part program or from a synchronized action.
• The
When writing form synchronized actions, the polynomial coefficients and function value limits
are active immediately.
Job planning
Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
When writing from part programs, program STOPRE to ensure that writing is block
synchronized.
,
$AC_FCTLL[n]
$AC_FCTUL[n]
changed from synchronized actions
10.4 Actions in synchronized actions
,a
,a
,a
)
0
1
2
3
Number of the 3rd order polynomial
Lower limit for function value
Upper limit for function value
Polynomial coefficient
Lower limit for function value
Upper limit for function value
a
0
a
1
a
2
a
3
,
to
$AC_FCT0[n]
$AC_FCTn[n]
Motion synchronous actions
+a
x+a
x
+a
x
.
2
3
0
1
2
3
system variables can be
581

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents