Promotic

PROMOTIC 8.1 - Release notes

See also: PROMOTIC system news.

Version 8.1.13 (from 24.7.2013) - stable version

BUG FIXES:
- Data bindings of the Pmg object: Fixed bug: In Windows OS XP some data bindings were not evaluated.

Version 8.1.12 (from 29.4.2013) - stable version

BUG FIXES:
- Web panels: Important modifications for InternetExplorer 10 Web browser. Unfortunatelly since this version of the viewer some major technologies are no longer supported. These technologies were used by Web panels up to the version of PROMOTIC 8.2. (The PROMOTIC 8.2 version now uses standard HTML technologies allowing to display the Web panels in Chrome, Firefox, Edge, InternetExplorer ...)

Version 8.1.11 (from 25.2.2013) - stable version

BUG FIXES:
- Alarm and Event system: If the "Storage type" configurator in the PmaAlarmGroup object was set to "Remote connection via the Web" value, then:
- the status viewer displayed the alarms in wrong colors shortly after opened. The patch has also been included into the version Pm8.2.5.
- the history viewer sometimes caused the system crash. The patch has also been included into the version Pm8.2.5.
- after acknowledgment by a remote user then more information is available concerning the user. The patch has also been included into the version Pm8.2.5.
- the status viewer did not display the AckerId and UserNote columns on the client side. The patch has also been included into the version Pm8.2.5.

Version 8.1.10 (from 23.10.2012) - stable version

BUG FIXES:
- PmaSequencer object: If the object was set to run in another thread, then sometimes the GU of the application froze.
- PmaAlarmGroup object: If set for the Remote connection via the Web type, then the filtering text did not work if diacritics (i.e. national dependent characters) was used.
- Pm.FileBinaryRead method: if there was les information in the file than requested, then random values were read.

Version 8.1.9 (from 28.6.2012) - stable version

BUG FIXES:
- PmaWeb object: The Web server has been improved - now supports the persistent connection type (standard for HTTP/1.1), i.e. the connection with the Web browser is not closed after each transmission. This way the transfer rate is increased and the communication load is decreased.
- PmaAlarmGroup.Acknowledge method: Now takes into consideration also the UserNote even for aggregate alarm acknowledgment using the "$all" flag.

Version 8.1.8 (from 9.5.2012) - stable version

BUG FIXES:
- Web panels: There is a new safer method of computing the data bindings.
- PmMBus communication driver: Fixed bug: When transmitting the message without the acknowledgement some unnecessary timeouts occured

Version 8.1.7 (from 2.2.2012) - stable version

BUG FIXES:
- PmFilesApp: When trying to open corrupted application (the Application.pra file), the application now does not crash with an error, but displays a report and terminates properly.
- PmgTrendViewer.onMouseArea event: The pEvent.Alt parameter did not set properly with Alt key pressed.
- PmaObject.GetOwnedByType method: Fixed bug: The method returned also the forbidden objects in runtime (see the "Disable object at application launch" configurator).

Version 8.1.6 (from 12.12.2011) - stable version

BUG FIXES:
- PmgTrendViewer object:
- sometimes the SaveCfg and LoadCfg methods did not work (bug since Pm8.1.5 version).
- The SaveToHtm method did not work on the Web.
- The autoscroll stopped if the time was changed from standard time to daylight-saving time.
- Pm.EncryptText method: An error occured if the input text was empty string.

Version 8.1.5 (from 28.11.2011) - stable version

BUG FIXES:
- PmS7 communication driver: Fixed bug: If the PmaCommGroup object contained many bit (Boolean) variables, then the communication messages were not composed correctly and some variables were unable to transmit.
- Web: fixed software security vulnerabilities:
- The PmaWebDir object could be used for obtaining information also about files that were located outside the folder defined in the "Folder with files" configurator.
- in the PmgWTable object some non-initialized variables were fixed.
- in the PmgTrendViewer object, methods with long-string parameters were fixed (e.g. methods SaveCfg, AddTrend ...)
- PmgString object: in the Web panel the "Value format type" configurator sometimes did not work if set to formatting rule of %f or %e.
- Data binding E - Data binding to the general expression: Fixed bug: Sometimes caused excesive memory usage.
- Pm.TransformValue method: Fixed bug: (221-224) sometimes caused excesive memory usage.
- PmaTrendGroup object: If the "Automatic saving after launch is enabled" configurator switched on, then the application under load could try to write multiple records with identical time.

Version 8.1.4 (from 18.10.2011) - stable version

BUG FIXES:
- PmgTrendViewer object: Flickering of axis descriptors when filling graphs with large number of points has been removed.
- PmaTrendGroup object: Reading of large number of DBF files at application launch has been accelerated.

Version 8.1.3 (from 3.10.2011) - stable version

BUG FIXES:
- PmaAdo object: Some methods of the AdoRecordset object did not return the confirmation of completion/failure flag. Therefore the PROMOTIC system adds properties (Pm_LastErr and Pm_LastTextErr) into this object, that can be used for obtaining such confirmation.
- PmgRasterImage.Src property: Fixed bug: Sometimes when writing the modification was not done immediatelly.
- PmgWCheck object: was moved by 4 pixels in the Web panel1
- Menu and toolbar of the development environment: In the basic menu, when selecting the > Save application as the application was not saved correctly.

Version 8.1.2 (from 19.09.2011) - stable version

Since this version, the Promotic8.1 is considered stable. Only necessary bugfixes and new features not affecting system stability will be added to this version.

NEW FEATURES AND BUG FIXES:
- PmaPanel.OpenView method: The PmaPanel.OpenView("/#glob/webbrowser","","URL address") method can now be used for opening the window also for vieweing any HTML page on the Internet or on the disk.
- PmChar communication driver: Generalization for the possibility to receive the binary data to the value of the HexaString type (it is a String containing binary data - for example 3 bytes with values (in hexadecimal) A1, 00, 4B are saved into a string with 2*3 characters "A1004B"). This way it is possible to easily transmit any binary data.
See new configurators There is HexaString only in 'Data-sent' and There is HexaString only in 'Data-received'.
- Pm.TransformValue method: New transformation types 240 and 241 for conversion of the HexaString into the byte array and back. These transformations are used for supporting the PmChar communication driver, but can also be used for other purposes, e.g. if you need to write binary data to the value of the String type (e.g. into the text file).
- PmaSequencer object:
- The multi thread script error has been fixed. The patch has also been included into the version Pm8.0.13.
- New "The stopping timeout before termination of the working thread [s]" configurator allows to enter the timeout for forced termination of running item while the application is stopping.
- PmgTrendViewer.SaveToHtm method: The method did not work correctly when the trend was filled by the AddPoints method. The patch has also been included into the version Pm8.0.13.

Version 8.1.1 (from 22.08.2011) - developmental version

NEW FEATURES AND BUG FIXES:
- Data binding E - Data binding to the general expression: Allows to simply include very general relations into Pmg objects. It is functional also for Web panels.
This binding replaces the data bindings VB - Data binding to the script expression, V - Data binding to the elementary expression and LN - Data binding as linear function calculation, that are now considered obsolete (but still functional).
- PmgString object: The Value property used to be of the String type, but now (according to the "Data type of entered value" configurator) returns the value of String, Integer or Float type. The old behavior can be activated in the "Always return String (obsolete)" configurator (the objects that are already existing will use the old setting so the behavior remains the same as before).
- Pma object preconfigurations: There is a basic preconfigurations is now available for all important communication drivers. When creating the PmaComm object the correct configuration is used for corresponding communication.
- PmSBUS communication driver:
- In the PmaCommGroup object, there is a new "Default device address" configurator.
- Generalization for DigiControl Ethernet.
- PmABradleyDF1 communication driver: Generalization for usage in the PmaCommGroup object.
- PmMelsecQA communication driver:
- the data of the Real type can now be transmitted
- now also the Ethernet interface module A1SJ71E71-B2/B5 is working
- Web panels: Methods Pm.ColorOper and Pm.ColorRgb are now working also for Web panels.
- PmaCommGroup object: Fixed bug: In the "Value recalculation" configurator the d constant when converted from older projects was set to 0 (instead of 1) - bug since Pm8.1.0 version.
- PmaAlarmGroup object:
- The AckerId property was returning incorrect value.
- If the XML configuration file contained an error, then the alarm viewer was unable to open.

Version 8.1.0 (from 25.05.2011) - developmental version

NEW FEATURES AND BUG FIXES:
- PmS7 communication driver: New driver for communication by the S7 Ethernet protocol with PLC devices Simatic, VIPA, INSEVIS, etc. It is now possible to communicate with these devices directly via the Profinet connector. OPC servers and special PC cards are no longer needed.
The driver can also be used for communication via the MPI or PROFIBUS interface through the NetlinkPro converter.
There are also new preconfigurations available for this driver:
- PmaAdo new object: This object allows to access databases via the ADO technology. The object is more general and developed compared to the PmaDatabase object (that supported DAO and ODBC technologies) and therefore it is better to use the PmaAdo object for database access.
- PmaWeb object: The new "Web server type" configurator can be used in order to implement new Web server type "HTTP(S) service". This server type allows to use more secure HTTPS protocol.
- Web panels: C++ formatting (see the "Value format type" configurator) is now implemented directly into the panel and therefore the PmAxTool1 ActiveX object is no longer needed.
- Parameters of the Pma object: Now each Pma object can contain the parameter.
- PmaData object: Each data item (PmVar object) has a new Unit property (see also the "Unit" configurator).
- PmaCommGroup object:
- New "Priority data refresh" configurator.
- In the "Value recalculation" configurator, there is a new constant (d) for easier whole number transformation.
- PmTeco communication driver: Generalization o data types DINT, LREAL, TIME / TIME_OF_DAY and DATE / DATE_AND_TIME.
- PmABradleyDF1 communication driver: Generalization for Ethernet.
- PmMelsecFXS communication driver: Generalization for Ethernet
- PmgTrendViewer object:
- converted to Unicode.
- The LoadCfg method: may now contain the "serverfile.tg:" option allowing to read the group by unified way both locally and on the Web.
- Pm.GetSystemInfo method: New options "memory.free", "memory.usage" and "cpu.usage" for detecting the free memory, used memory and CPU load.
These options replacethe following properties Pm.MemoryUsage and Pm.CpuUsage, that are now considered obsolete (even if functional).
- Pm.RtLang property: Returns the language version of the runtime in the form of a standard text identifier.
This property replaced the Pm.RtLanguage property that is now considered obsolete (even if functional).
- How to create an application using different national languages: Support of the whole set of international languages in runtime PROMOTIC. The system texts are translated into some of them.
- PmgString object: new properties FontId and Multiline.
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.