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

< EclipseSCADA‎ | GettingStarted
Revision as of 07:58, 14 February 2014 by Jens.reimann.ibh-systems.com (Talk | contribs) (Created page with "This document explains the Eclipse SCADA demosystem. == Quick start == Download the ESAC application and create a new connection to "da:ngp://demo.openscada.org" == Archite...")

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

This document explains the Eclipse SCADA demosystem.

Quick start

Download the ESAC application and create a new connection to "da:ngp://demo.openscada.org"

Architecture

Note.png
At the moment the demo system is hosted at demo.openscada.org. But still it provides the Eclipse SCADA system.


The setup involves three nodes:

demo.openscada.org
The main server hosting the middleware and the value archive
ostest1.muc.ibhmgt.de
The server hosting the arduino driver
arduino
The arduino board itself with the Ethernet shield

'demo.openscada.org' connects to 'ostest1' using the DA/NGP protocol. The connection is an IPv6 TCP connection.

The arduino driver itself connects to the arduino ethernet shield and polls the data from the board. Since the polling is quite fast, the arduino driver is actually located beside the arduino board in our office, while the 'demo.openscada.org' server is hosted by an ISP "in the cloud".

Back to the top