EnglishУкраїнськаmRussian
Login/New

Projects news:

Tuesday 20. August 2019

The main elements library of the user interface appended for the "Users manager" frame

The element-frame serves to control users from the user interface itself. That is, typically this feature is provided to the SCADA programmer at the Security subsystem configuration, but sometimes there is a need to provide this capability from the user interface and with a few restrictions on controlled users and their groups that this frame performs and generally provides:

  • forming a list of controlled users;
  • the ability to view and change user information for: name, full name, description, password and groups;
  • adding new and deleting existing users.

Category: Display only category:NewsDisplay only category:Development

Thursday 15. August 2019

The root page frame of the main elements library of the user interface is significantly expanded and documented

The frame "Root page" is a base element of most interfaces built in OpenSCADA and it was completely documented and significantly expanded for:

  • dynamization of forming the signal object buttons from one base button, with the result possibility of forming very number of signal objects, up to 100 for short names.
  • dynamization and unification of the types of view to their abstract encoding as "viewN", with the result possibility to appoint any other mean to the type of view.
  • correct cleaning the control panels container.

Category: Display only category:NewsDisplay only category:Development

Monday 12. August 2019

Analysis of the memory consumption and efficiency of the UI module WebVision in the busy environments

The module UI.WebVision was observed in extra memory consumption on a real big task working on Debian 9.

There were performed several actions of measuring about this module work on different Debian versions: 7, 8, 9, 10; where we have seen the clear degradation of effectivity of the memory allocation on Debian versions from 8.

Contacting the Debian community we revealed this problem as a disadvantage of GLibC in implementing memory arenas, which can be highly fragmentated in program environments what actively recreating the threads, due to linking the arenas to threads.

So, to fix this behaviour, we need to set the environment variable MALLOC_ARENA_MAX=1, what was be done for all live disks of the automation Linux distributive.

Category: Display only category:NewsDisplay only category:Development

Monday 12. August 2019

The graphics group frames of the main elements library of the user interface appended for the graphic parameter calculation

The element implements a dialog of user calculation of the selected graph parameter for the graphically visible data. The user is given an option to select calculations from the built-in library, the privileged user ("root" or in the "ITW" group) has the opportunity to edit or write their own calculation procedure.

In general, the built-in library currently contains the following functions of the user calculation:

  • Sum, at hour.
  • Average and range.

Category: Display only category:NewsDisplay only category:Development

13847