Visualizations

Every visualization element can be used to show the actual values of all inputs and outputs of the instance of the corresponding Function Block. In the application program, the programmer can add the visualization object in his project. In this object the programmer needs to add the faceplate of the required Function Block.

../_images/4a4200ef1260f0c60a33139001f28d89

Adding the faceplate of the required Function Block in the visualization object.

The visualization could also be used to control the Function Block by those inputs which are not connected inside the program.

All inputs of the corresponding Function Block which are not connected to a variable (left open) can be written from this visualization faceplate. So the Function Block can be controlled from the visualization as long as the inputs are left open.

The color of the background can be changed by writing a value to the global variable dwAcsVisuBackgroundColor.

The color of the title can be changed by writing a value to the global variable dwAcsVisuTitleColor.