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.
EclipseSCADA/MigrationFromOpenSCADA
< EclipseSCADA
Revision as of 12:13, 17 October 2013 by Jens.reimann.ibh-systems.com (Talk | contribs) (→XML Namespaces)
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 |