Symbol:
The Visualization Manager is responsible for the configuration settings for all display variants of the visualizations of the current application.
The object is inserted below the application when a visualization object is inserted. Double-click to open a configuration dialog with several tabs. By default, the Settings dialog opens first.
If the device in use supports display variants of the visualization, then the Visualization Manager provides respective objects automatically (CODESYS WebVisu, CODESYS TargetVisu).
Use unicode strings |
|
Use CurrentVisu variable |
In the application code, the variable can be read in order to retain the name of the active visualization. The variable can be written to for calling a switch of visualizations. The switch is done at the same time on all display devices. Example: A TargetVisu display variant and several WebVisu display variants are active. When the CurrentVisu variable is written to, all display variants switch to this visualization. Requirement: The application includes a visualization that calls other visualizations. Example
|
Support client animations and overlay of native elements |
The following restriction applies currently:
|
See also
The Visualization Style Editor allows you to create, test and install new styles to the Visualization Style Repository.
Selected style |
|
|
Opens a list box with styles that are installed in the Visualization Style Repository. |
Display all versions (for experts only) |
|
Button |
Opens list box with commands for using the Visualization Style Editor. |
Open Style Editor |
The Visualization Style Editor opens. |
Create and Edit Derived Style |
The Visualization Style Editor opens with the Create New Visualization Style dialog. The dialog includes the settings for the first configuration step. Requirement: In Selected style, a base style is selected. Note: A derived style makes sense for adapting or extending only a few style properties. |
Copy and Edit Style |
The Visualization Style Editor opens with the Open Existing Style as Copy dialog. The dialog includes the settings for the first configuration step. Requirement: A style is selected in Selected style. |
Preview |
The displayed elements represent the style that is specified in Selected style. |
See also
Activate multitouch handling |
Affected elements
|
Activate semi-transparent drawing |
When defining a color, you can also specify the gradient value for transparency. This value is defined in the Transparency property. The leading byte is evaluated in color variables. Default: enabled. Requirement: You have created a new visualization and the display variants can paint with semitransparency. |
Activate standard keyboard handling |
|
Paint disabled elements grayed out |
The following results in the disabling of an element:
|
Call after visu initialization |
Function name. The function is called after initialization. That is the right time to register an additional event handler for the
Example:
Implementation of
Hint: In CODESYS Store, you will find the sample project "Visu Event Handler".
Another user case is the registration of the Hint: In CODESYS Store, you will find the sample project "Responsive Design Example". |
See also
Size of Memory for Visu |
Memory size (in bytes) allocated by the visualization at runtime. Default: 400000 |
Size of Memory for Visu (initial value) |
This is the initialization value for visualization profile V3.5 SP10 and later. If the memory usage exceeds this value, then the memory is doubled dynamically. |
Size of Paintbuffer (per Client) |
Memory size (in bytes) allocated by the visualization per display variant and used for painting actions. Default: 50000 |
Size of Paintbuffer (per Client, initial value) |
This is the initialization value for visualization profile V3.5 SP10 and later. If the memory usage exceeds this value, then the memory is doubled dynamically. |
Transfer visualization files to the PLC |
|
Use local visualization files |
Note: In order for the visualization to access local files, the file paths must be relative. You can specify these paths in Visualization category. The settings the Options dialog in Visualization are also considered. in theNote: It is also necessary for the link type to be set to Link to File for an image. The link type is specified in the image pool. |
See also
With "Display variant", the type of visualization is identified, either WebVisu, TargetVisu, or HMI. A display variant is a connected display medium. In this way, multiple browsers (clients) can be connected at the same time for the display variant WebVisu.
Maximum number of visualization clients |
Restricts the number of display variants that are executed at the same time.
If you configure elements to vary depending on the display variant, then you have to limit the number of display variants. A visualization receives an ID at runtime that identifies the display variant and processes data accordingly. CODESYS can interrogate the ID with the system variable
Example:
Requirement: The library Hint: In CODESYS Store, you will find the sample project "Global Client Manager". |
Transfer both svg images and converted images |
The option is visible only if both a WebVisu and TargetVisu are used. This affects image in SVG format only. The option is available if the device description of the controller of the TargetVisu does not support the format "SVG (full)".
|
Not all settings are available for an integrated CODESYS visualization.
See also