VISUDIALOG

The Function Block VISUDIALOG displays a popup dialog over the visualization.

Note: The dialog is only displayed if the permission on the symbol is met. Set keys are ignored in this case.

Database

The database is defined as with every Function Block. This is not specially assigned like other VISU-Function Blocks.

Input SHOW

If the input is true, the banner is displayed on the visualization.

Input PRIORITY

The input defines the priority as an integer of the dialog. The value 0 is the highest priority. If multiple dialogs have the same priority, the newest dialog is displayed.

Input TITLE

The input defines the title on the dialog.

Input TEXT

The input defines the text on the dialog.

Input TITLECOLOR

Defines the title color. It is possible to specify the color as a hex value or as a color variable here. All colors are listed here. Only background colors are used.

It is also possible to pass the page color using "sitecolor".

Input TEXTCOLOR

Defines the text color. It is possible to specify the color as a hex value or as a color variable here. All colors are listed here. Only background colors are used.

It is also possible to pass the page color using "sitecolor".

Input BGCOLOR

Defines the background color. It is recommended not to use the colors of the buttons if the color is used. It is possible to specify the color as a hex value or as a color variable here. All colors are listed here. Only background colors are used.

It is also possible to pass the page color using "sitecolor".

Input ACT1..ACT#

The actions for the buttons can be connected at these inputs.

Output ACTIVE

The output is true when the input SHOW is true or false when the input is false.