Poly7_Coeffs (FUN)ΒΆ
FUNCTION Poly7_Coeffs : CAM_SEGMENT
Initializes a 7th degree polynomial cam segment with the given coefficients. The function is defined in the domain of 0 <= x <= (x1-x0) and is represented by the following equation: y = a0 + a1 * x + a2 * x^2 + a3 * x^3 + a4 * x^4 + a5 * x^5 + a6 * x^6 + a7 * x^7
- InOut:
Scope
Name
Type
Comment
Return
Poly7_CoeffsInput
x0LREALMaster start position
x1LREALMaster end position
a0LREALFirst coefficient
a1LREALSecond coefficient
a2LREALThird coefficient
a3LREALFourth coefficient
a4LREALFifth coefficient
a5LREALSixth coefficient
a6LREALSeventh coefficient
a7LREALEighth coefficient