(step 1 of 2)
Write your email address in the white field and then click the "Confirm" button.
(step 2 of 2)
Write your password in the white field and then click the "Confirm" button.
Or click the "Request password" button to request forgotten password.
Email address has not been found!
Click the "Previous step" button to to enter your email address again.
Or click the "Register user" button to register your email address.
Pasword does't match!
Click the "Previous step" button to enter the password again.
Or click the "Request password" button to request forgotten password.
(step 1 of 2)
Write your email address in the white field and then click the "Confirm" button.
(step 2 of 2)
Your password has been sent to your email.
Please also check your spam folder.
Email address has not been found!
Click the "Previous step" button to enter your email address again.
Or click the "Register user" button to register your email address.
(step 1 of 5)
Write your email address in the white field and then click the "Confirm" button.
(step 2 of 5)
Registration code has been sent to your email.
Please also check your spam folder.
Copy the registration code from your email in the white field and then click the "Confirm" button.
Or click the "Previous step" button to request the registration code again.
Email address already exists!
Click the "Previous step" button to enter the email address again.
Or click the "Log in user" button to log in with your email address and password.
Or click the "Request password" button to request forgotten password.
(step 3 of 5)
Set your user name in the white field and then click the "Confirm" button.
Registration code does't match!
Click the "Previous step" button to enter the registration code again.
(step 4 of 5)
Set your password in the white field and then click the "Confirm" button.
User name already exists!
Click the "Previous step" button to set another user name.
(step 5 of 5)
User has been successfully registered.
Click the "Log in user" button to log in.
Please log in to be able to open user settings.
Click the "Log in user" button to log in with your email address.
Or click the "Register user" button to register your email address.
Your subscription has been successfully canceled.
Your subscription has been successfully established.
Write your comment in the white field and then click the "Add comment" button.
Article#: 00103
Date: 2024-10-22
Author: Radim
Before we start designing the layout for our visualization, it is important to have a clear idea of how much information we want to display and which graphic elements should be used to display this information.
It's also crucial to consider the purpose of the visualization and how complex the system or the part of the system that we want to visualize is.
The correct display size is not just about aesthetics but, more importantly, about functionality and ergonomics.
So, what needs to be considered when choosing the right display size?
Displayed text:
The text on the display must be large enough to be easily readable (even for older people with weaker eyesight).
Buttons:
In the case of a touchscreen display, the buttons must be large enough to be easily pressed with a finger.
Additionally, there should be enough space between buttons to avoid accidental pressing of adjacent ones.
Grouping of information:
Certain information must be displayed together on the same screen.
The operator should not have to constantly switch between different screens to compare data or get an overview of multiple related parameters.
Use of graphical elements:
Graphical elements, such as images or graphs, help to improve clarity and the overall comprehension of the visualization.
Therefore, it is important to allocate enough space for these visual elements.
Logical division and clarity:
The screen should not feel cluttered or overwhelming.
Adequate space between logical blocks serves as an effective separator.
Although SVG (Scalable Vector Graphics) technology makes it possible to create visualizations that adapt to different screen sizes and resolutions, it is better to design the layout for a specific size and resolution of the display on which the visualization will be used.
The idea of a universal layout for all screens leads to undesirable compromises when displaying on screens that are either smaller or larger or have a different format than the screen for which the layout was optimally designed.
From the start of development, it's beneficial to know which specific display model the visualization will be shown on because developing and testing on the actual device provides invaluable insights.
This way, you can evaluate how user-friendly the device is, how it responds to touch, its performance, color accuracy, and whether it is bright enough for the intended operating conditions.
© Radim-Automation, 2020–2025. All rights reserved.
Sharing of this article is permitted with proper attribution (link to the original page).
Related previous articles:
Related next articles:
Comment#: 00001
Date: 2025-02-18
User: Radim
Why is the hamburger menu not ideal for industrial visualization?
Recently, the hamburger menu has become increasingly common in industrial HMI systems. While this element is widely used in mobile and web applications, it may not be the best choice for industrial visualization.
The main drawback is that it hides important control elements (buttons) and requires an extra click. Users first have to open the menu before selecting the desired function. This reduces efficiency and can be a problem, especially in environments where speed and clarity are crucial.
A better solution is a fixed toolbar with the key control elements (buttons). It provides immediate access to essential functions, improves user orientation, and reduces the time needed to perform an action. Of course, this should be considered already at the beginning of the project - especially when choosing a sufficiently large display that allows a clear arrangement of the control elements on the screen.
Do you use a hamburger menu in your HMI systems, or do you prefer fixed toolbar with the most important buttons?