EclipseSCADA/MigrationFromOpenSCADA
This document describes how to migrate from openSCADA 1.0+ to Eclipse SCADA
Exceptions
The following modules are not migrated to Eclipse SCADA and therefore are exceptions to the following tasks, except noted otherwise:
- OPC Driver
- SNMP Driver
Renaming
Most changes are cause by this being renamed from "openSCADA" to "Eclipse SCADA".
Names
Rename everything from "org.openscada" to "org.eclipse.scada". Including:
- Java packages
- Extension points
- Extension IDs
- Data item attribute
- CA factory names
XML Namespaces
Rename namespaces of XML files to "http://eclipse.org/SCADA"
Old Namespace | New Namespace |
---|---|
urn:openscada:visualInterface | http://eclipse.org/SCADA/VisualInterface |
urn:openscada:visualInterface:chart | http://eclipse.org/SCADA/VisualInterface/Chart |