Object ‘Visualization Manager’ - ‘Settings’¶
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. By double-clicking it, you open a configuration dialog with several tabs. By default, the Settings tab opens first.
If the device in use supports display variants of the visualization, then the visualization manager provides respective objects automatically (CODESYS Web Visualization, CODESYS TargetVisu).
See also
- Tab ‘Visualization manager’ - ‘Default hotkeys’
- Tab ‘Visualization manager’ - ‘Visualizations’
- Tab ‘Visualization manager’ -‘User management’
- Tab ‘Visualization Manager’ - ‘Font Settings’
- Preparing CODESYS and Projects
- Configuring and Starting Display Variants
- Object ‘WebVisu’
Tab ‘Visualization manager’ - ‘Settings’
Symbol:
Function: This tab includes settings for all visualizations throughout the application.
‘General settings’
Use Unicode character strings | ![]() |
Use CurrentVisu variable |
In the application code, the variable can be read for obtaining 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. Requirement: The application includes a visualization that calls other visualizations. Example
|
‘Style settings’
Note
The Visualization Style Editor allows you to create, test and install new styles to the Visualization Style Repository.
Selected style |
|
![]() |
Opens a drop-down list with styles that are installed in the visualization style repository. |
Show all versions (for experts only) |
|
Button ![]() |
Opens a drop-down list 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 a 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 Open existing style as a copy dialog opens (Visualization style editor). 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
- Applying Visualization Styles
- Managing Visualization Styles in Repositories
- Dialog Box ‘Create a new visualization style’
- Dialog Box ‘Open existing style as a copy’
- Dialog Box ‘Options’ - ‘Visualization styles’
‘Language settings’
Selected language | Language used by the display variant when starting a visualization |
‘Additional settings’
Activate multi-touch |
Elements concerned
|
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. Preset: activated. Requirement: You have created a new visualization and the display variants can draw with semitransparency. |
Activate default keyboard usage |
|
See also
‘Extended settings’
Size of memory for visualization | Memory size (in bytes) allocated by the visualization at runtime. Preset: 400000 |
Size of memory for visualization (initialization 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 the paint buffer per client | Memory size (in bytes) allocated by the visualization per display variant and used for drawing actions. Preset: 50000 |
Size of the paint buffer per client (initialization 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 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. The settings the Options dialog of Visualization are also considered. , tabNote: 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
- Configure File Transfer Mode
- Dialog Box ‘Project settings’ - ‘Visualization’
- Dialog ‘Options’ - ‘Visualization’
- Object ‘Image Pool’: Object ‘Image Pool’
Note
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 must 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 |
Transfer both SVG images and converted images | This 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)”.
|
Note
Not all settings are available for an integrated CODESYS visualization.