
The Function Block VISUSNACKBAR displays a status bar dialog (Snackbar) below the visualization.
Warning: The dialog is only intended for brief displays and can overlap other elements.
Note: The Snackbar will only be displayed if the permission on the symbol is met. Set keys are ignored in this case.
The database is defined as with every Function Block. It is not specially assigned like other VISU Function Blocks.
If the input is true, the Snackbar will be displayed on the visualization.
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 will be displayed.
The input defines a timeout that expires after calling the visualization. After this, the dialog will automatically close. The value 0 or no value stands for infinite.
The input defines the text on the dialog.
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".
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".
Actions for the buttons can be connected at this input.
The output is true when the input SHOW is true or false when the input is false.