FB_VisuDiagTableControl - Functional Description

Overview

Type:

Function block

Available as of:

V1.0.0.0

G-SE-0078148.1.gif-high.gif

 

 

Functional Description

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.

Interface

Input

Data type

Description

i_stVisuInputs

ST_VisuDiagTableInputs

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

ST_VisuDiagTableOutputs

Output commands linked to the visualization.