Breadcrumbs

Output value types REAL and LREAL

In the library JCmpVisuBasic the following output objects are available for the floating points type REAL and LREAL:

OutputRealValue: output of the real value.
OutputLRealValue: output of the long real value.

If you now drag the desired object from the Visualization Toolbox into the process screen, a parameter window opens. Here you can either specify fixed values as parameters for the output object or assign variables.

image-20240116-062127.png

It is also possible to enter or change the parameters afterwards via the object property.

image-20240116-062741.png

The following variables are used for all real value outputs.

rValue/lrValue: Output of real value.
wsUnit:Unit as wString or wStringvariable is shown behind the title.
Comma:Number of decimal places

0 no decimal place
1 one decimal place
2 one decimal place
3 one decimal place
dwTextAlignment:The following values determine the position of the value in the output
0 Top left
1 Top center
2 Top right
4 Center left
5 Center Center
6 Center right
8 Bottom left
9 Bottom center
10 Bottom right

image-20240116-061818.png