VISUBANNER

The Function Block VISUBANNER displays a banner dialog above the visualization.

Note: The banner 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 TEXT

The input defines the text on the dialog.

Input ICON

Defines the symbol on the dialog. You can find the symbols in the context menu under Visualization Symbols.

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 ICONCOLOR

Defines the icon 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.