From OpenSCADAWiki
Jump to: navigation, search
(Created page with "<noinclude><languages/></noinclude> <translate> This update of the 0.8 LTS release fixes about 20 bugs and appends some improvem...")
 
(Marked this version for translation)
 
Line 1: Line 1:
 
<noinclude><languages/></noinclude>
 
<noinclude><languages/></noinclude>
 
<translate>
 
<translate>
 +
<!--T:1-->
 
This update of [[Special:MyLanguage/Documents/Release_0.8.0|the 0.8 LTS release]] fixes about 20 bugs and appends some improvements, which you can read wholly in [http://oscada.org/svn/tags/openscada_0.8.0/ChangeLog?p=1962 the update ChangeLog].
 
This update of [[Special:MyLanguage/Documents/Release_0.8.0|the 0.8 LTS release]] fixes about 20 bugs and appends some improvements, which you can read wholly in [http://oscada.org/svn/tags/openscada_0.8.0/ChangeLog?p=1962 the update ChangeLog].
  
 +
<!--T:2-->
 
* 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.
 
* To task create function added control and freeing for finished but the object present and not detached tasks.
 
* To task create function added control and freeing for finished but the object present and not detached tasks.

Latest revision as of 18:36, 5 June 2020

Other languages:
English • ‎mRussian • ‎Українська

This update of the 0.8 LTS release fixes about 20 bugs and appends some improvements, which you can read wholly in the update ChangeLog.

  • 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.