[Project] Updating documentation to strolch plc

This commit is contained in:
Robert von Burg 2020-03-30 22:43:32 +02:00
parent 049d68fd37
commit 40fb2fdbc8
1 changed files with 4 additions and 2 deletions

View File

@ -46,9 +46,9 @@
<div class="container">
<div class="page-header">
<h1 class="page-title">Strolch as a PLC</h1>
<h1 class="page-title">Strolch as a software PLC</h1>
<p class="lead page-description">This page how Strolch can act as software based PLC with soft realtime.</p>
<p class="lead page-description">A soft real time PLC written in Strolch running on Strolch</p>
</div>
<div class="content">
@ -67,6 +67,8 @@
<p>Of course using the Java language as a PLC has its limitations, we have manage to use it for customers and
are satisfied with the result. What follows is a description in how to set up your own Strolch based PLC.</p>
<p>Checkout the code at <a href="https://github.com/4treesCH/strolch-plc">GitHub</a></p>
<h2>Architecture</h2>
<h3>Overview</h3>
<img class="image" src="images/Strolch-PLC-Architecture-Overview.png" alt="Strolch PLC Architecture Overview">