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/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

Back to the top