Show value| With
this function block the value present at the input is displayed directly
in the program. It is used for diagnostics, for example to
make setpoints/actual values visible during testing. The display of the value is defined via the parameter Formatting (integer or number of decimal places). The width of the element automatically adapts to the number of displayed digits. |
Inputs |
||
| E1 |
Display value |
The value present at this input is displayed.
A variable or an internal output can be connected. |
Parameters |
||
| Formatting |
Defines the display of the value in printf format:
%d = integer, %.1f to %.4f = value with 1 to 4
decimal places. The field is freely editable, further formats are
possible. Default: %.1f. |
|