FC_Poly5NormalizedValue - General Information
Type: |
Function |
Available as of: |
V1.0.3.0 |
Versions: |
Current version |
This calculates the function value of an X standardized Poly5.
This calculates the function value of an X standardized Poly5 at a given X-value i_lrX. The Poly5 is given by a structure of type ST_Poly5NormalizedCoefficients.
Input |
Data type |
Description |
---|---|---|
i_lrX |
LREAL |
X value for which the function value of the X standardized Poly5 is to be calculated |
i_stNormalizedCoefficients |
Coefficient structure which defines the polynomial to be evaluated |
Output |
Data type |
Description |
---|---|---|
q_etDiag |
General library-independent statement on the diagnostic. A value not equal to ET_Diag.Ok corresponds to an diagnostic message. |
|
q_etDiagExt |
POU-specific output on the diagnostic. q_etDiag = ET_Diag.Ok -> Status message q_etDiag <> ET_Diag.Ok -> Diagnostic message |
Data type |
Description |
---|---|
LREAL |
Function value of the X normalized Poly5 defined by the structure i_stNormalizedCoefficients at the point i_lrX. |
q_etDiag |
q_etDiagExt |
Enumeration value |
Description |
---|---|---|---|
OK |
0 |
Ok |
Enumeration name: |
Ok |
Enumeration value: |
0 |
Description: |
Ok |
The function value has been calculated successfully.