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

Difference between revisions of "EclipseSCADA/GettingStarted"

(Peek)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
Things you can do right now:
 
Things you can do right now:
 +
 +
== Watch ==
 +
 +
* [http://www.youtube.com/playlist?list=PLt2AzoMC-A3iUyXDFSetSaMgK_QeIwOxR Screencasts on Youtube]
  
 
== Read ==
 
== Read ==
Line 9: Line 13:
 
== Use ==
 
== Use ==
  
* Check out the demo system – EclipseSCADA/GettingStarted/DemoSystem
+
* Check out the demo system – [[EclipseSCADA/GettingStarted/DemoSystem]]
 
* Develop with maven – [[EclipseSCADA/GettingStarted/WithMaven]]
 
* Develop with maven – [[EclipseSCADA/GettingStarted/WithMaven]]
 +
 +
== Peek ==
 +
 +
There is a git repository containing example setups and client configurations:
 +
 +
Browse source – http://git.eclipse.org/c/eclipsescada/org.eclipse.scada.samples.git/
 +
 +
Clone:
 +
* <nowiki>git://git.eclipse.org/gitroot/eclipsescada/org.eclipse.scada.samples.git</nowiki>
 +
* <nowiki>ssh://git.eclipse.org/gitroot/eclipsescada/org.eclipse.scada.samples.git</nowiki>
 +
* <nowiki>http://git.eclipse.org/gitroot/eclipsescada/org.eclipse.scada.samples.git</nowiki>

Latest revision as of 06:35, 17 June 2014

We are currently in the process of migrating the content from openSCADA to Eclipse SCADA. Right now you can also have a look at the openSCADA wiki at: https://openscada.atlassian.net/wiki . Most of the content is still valid for Eclipse SCADA (except the naming schema org.openscada of course!).

Things you can do right now:

Watch

Read

Use

Peek

There is a git repository containing example setups and client configurations:

Browse source – http://git.eclipse.org/c/eclipsescada/org.eclipse.scada.samples.git/

Clone:

  • git://git.eclipse.org/gitroot/eclipsescada/org.eclipse.scada.samples.git
  • ssh://git.eclipse.org/gitroot/eclipsescada/org.eclipse.scada.samples.git
  • http://git.eclipse.org/gitroot/eclipsescada/org.eclipse.scada.samples.git

Back to the top