FB_VisuDiagTableControl - Functional Description
Type: |
Function block |
Available as of: |
V1.0.0.0 |
This function block is used to control the display of the visualization DiagTable provided with this library.
The visualization provides two parameters (i_stVisuInputs, q_stVisuOutputs) which can be directly assigned with the corresponding interface parameters of the function block.
The function block must be called cyclically in your application. It is a good practice to call it in a separate task with low priority and an interval greater or equal than 50 ms.
Input |
Data type |
Description |
---|---|---|
i_stVisuInputs |
Input commands linked to the visualization. |
The elements of ST_VisuDiagTableInputs are initialized as follows:
ostFilteroptions:
oxInfos := TRUE
oxWarnings := TRUE
oxErrors := TRUE
oxSourceFbGetDiag := TRUE
oxSourceMotionKernel := TRUE
Output |
Data type |
Description |
---|---|---|
q_stVisuOutputs |
Output commands linked to the visualization. |