Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseSCADA/Release/0.2.0

Download page for 0.2.0 : http://www.eclipse.org/eclipsescada/releases/0.2.0/

Note.png
In Development
This release is currently under development. This document is not final


New and Noteworthy

UI

The real time list has a "timestamp" column – Bug 433964 EclipseSCADA-RealtimeListTimestamps.png
The "new connection" wizard allows selecting a connection store EclipseSCADA-NewConnectionWizard1.png

Configurator

The configurator can be used to create S7 PLC configuration Bug 435041
Items from ESAC can now be dragged and dropped to the "Chart" model object in order to create "Archive Series" elements
The chart editor can now show a live preview of the chart in the editor
The visual interface model editor has a companion editor for previews EclipseSCADA IDE VIPreview.png
The configurator can now creation configurations for the JDBC driver model
Debian configuration packages can now also be created on the windows platform and no additional installation of "debuild" is necessary.
The configurator has a "SCADA" perspective
There is a tools project which provides actions to mass change names and connections. And change the type of some components. Set ConnectionChange Name - Enter scriptChange Name - Preview
The test servers were re-added Bug 432707
The client plugin generator can now also generate a full build setup with Maven/Tycho.

Communication

Modbus Exporter can use 32bit values

Deployment

p2director installation is a "noarch" package now
p2director packages are much smaller, from ~60MB MB to 6.5MB

Chart

Fix label rending for multiple axis
The chart has a legend

Build

Apache Mina is limited to [2.0.x,3.0.0) – Bug 432726
Switch to target platforms for Maven/Tycho

Changes during the release

Since 0.2.0.M6

  • Configurator & Deploy
    • Fix RPM build
  • Protocols
  • Core
    • Add a A&E injector module for syslog using RELP
    • Generalize HTTP and syslog A&E injector system

Since 0.2.0.M5

  • Configurator & Deploy
    • Adding "setup" system
    • Adding automatic postgres setup
    • Adding optional automatic application setup
  • UI
    • Add Browser widget for detail dialogs
    • Add more primitives to VI
  • Core
    • Add MQTT client

Since 0.2.0.M3

  • Configurator
    • Fixed the creation of RPM configuration packages
    • Fixed the startup script generation for SysV
    • Fixed several validation and processing bugs
  • Deploy
    • Changed from external packages with version number to names without version number and a real version
  • Core
    • Added IEC60870 input only client
    • Made Modbus exporter usable by plain setup

Back to the top