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

< EclipseSCADA
Revision as of 05:43, 2 July 2014 by Jens.reimann.ibh-systems.com (Talk | contribs) (Created page with "Eclipse SCADA is an open source [https://en.wikipedia.org/wiki/SCADA SCADA] system. It is licensend under the [https://www.eclipse.org/legal/epl-v10.html EPL] The main purpos...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Eclipse SCADA is an open source SCADA system. It is licensend under the EPL

The main purpose of a SCADA (supervisory control and data acquisition) system is to connect to industrial control systems and acquire, monitor, manipulate and store process data. For this it connects to as many systems as possible in order to provide an aggregated overview of the whole system status, allowing to go in deeper into detail if necessary.

What Eclipse SCADA can do:

  • Data acquisition (gather data from a variety of systems)
  • Monitoring (handle alarms and creates events)
  • Data and Event Archival
  • Visualization (HMI)
  • Value Processing (scaling, calculating, overriding, etc)

What Eclipse SCADA cannot do:

  • Creating embedded logic modules (see eTrice, …)
  • Providing generic communication channels (see MQTT, …)

Back to the top