From OpenSCADAWiki
< Documents | Release 0.8.0
(Created page with "Документы/Релиз 0.8.0/Обновление5") |
(Created page with "Это обновление релиза 0.8 LTS исправляет около 20 ошибок и добавляет неко...") |
||
Line 1: | Line 1: | ||
<noinclude><languages/></noinclude> | <noinclude><languages/></noinclude> | ||
− | + | Это обновление [[Special:MyLanguage/Documents/Release_0.8.0|релиза 0.8 LTS]] исправляет около 20 ошибок и добавляет некоторые улучшения, которые целиком вы можете почитать в [http://oscada.org/svn/tags/openscada_0.9/ChangeLog?p=1962 протоколе изменений обновления]. | |
* UI.WebVision: Update period time calculation is rewrote for provide more responsibility and adaption to real network channel properties. | * UI.WebVision: Update period time calculation is rewrote for provide more responsibility and adaption to real network channel properties. |
Revision as of 18:38, 5 June 2020
Это обновление релиза 0.8 LTS исправляет около 20 ошибок и добавляет некоторые улучшения, которые целиком вы можете почитать в протоколе изменений обновления.
- UI.WebVision: Update period time calculation is rewrote for provide more responsibility and adaption to real network channel properties.
- To task create function added control and freeing for finished but the object present and not detached tasks.
- Archive.FSArch: Value archive data corruption into some cases by index buffer memory overlap is prevented, detected by "ValGrind".
- Memory leak for objects into destructor TVal::~TVal() is fixed, detected by "ValGrind".
- System function "getopt" for command line parsing full replaced to self implementing function TSYS::getCmdOpt() on reason the system getopt() is not reentrant nature and wrong processing for independent calls from different OpenSCADA parts.
- Adapting to one symbol system charsets support, tested on KOI8-R.
- UI.Vision: Real visible a widget part (by pixel) checking is added and used for events generate and context menu call, mostly used for "Box" and "ElFigure" primitives.
- UI.VCAEngine: Primitive "Diagram" field "Parameters number" limit expand to 20.
- Transport.Serial: Configure field "Priority" for input transport's task is added.
- Editable control for several object's configuration fields depends from "Enable" and "Start" stats is added.
- SYS:ModSched: Fields "ModAllow" and "ModDeny" open for edit and save its to config-file.