Skip to main content

Monitoring

As usual, you can monitor values in the declaration part and in the implementation part (with inline monitoring).

Inline monitoring of a function block is possible only when an instance of the function block is open. No values are displayed in the basic implementation view.

Monitoring a Boolean variable

The connections between Boolean variables are displayed in color according to their actual value: TRUE in blue and FALSE in black. The element pins are decorated with the actual value.

Example 1. Example

An application contains a CFC POU. An internal Boolean variable is switched there. With each cycle, the variable iToggle switches its state from TRUE to FALSE.

cfc_img_toggle_pou_in_online_false.png
cfc_img_toggle_pou_in_online_true.png


Monitoring a scalar variable

In the case of scalar variables, the element pins are decorated with the actual values.

Example 2. Example
cfc_img_doit_pou_in_online.png