This method can be called multiple times to reconfigure the object.
The following figure represents i_stCenter and i_lrRadius parameters of a Sphere object:
The function block implements the interface IF_Sphere.
Access: PUBLIC
Input |
Data type |
Description |
---|---|---|
i_stCenter |
SE_Math.ST_Vector3D |
The center of the Sphere object. |
i_lrRadius |
LREAL |
Radius of the Sphere object. |
Output |
Data type |
Description |
---|---|---|
q_xError |
BOOL |
The output is set to TRUE if an error has been detected during the execution. |
q_etResult |
POU-specific output on the diagnostic; q_xError = FALSE -> Status message; q_xError = TRUE -> Diagnostic message. |
|
q_sResultMsg |
STRING(80) |
Event-triggered message that gives additional information on the diagnostic state. |