forked from eclipse-4diac/4diac-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
97 lines (72 loc) · 4.32 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<html>
<head>
<?php include 'head.php';?>
<title>Eclipse 4diac(TM) - Open Source for Industrial Automation Systems</title>
<meta name="description" content="Discover PLC programming leveraging IEC 61499—an extension to IEC 61131-3. Enhance controller communication for Industry 4.0 and Industrial IoT readiness.">
<meta name="keywords" content="open source PLC, programmable logic controller, distributed control systems, networked embedded systems, distributed industrial process measurement and control systems, IEC 61499, IEC 61131-3, dynamic reconfiguration, industrial communication, industrie 4.0, smart manufacturing, controller to controller communication, indusrrial IoT, internet of things">
<meta name="google-site-verification" content="v0F1VlYRwarfPpjribA2S4SBSl6ZvNtzautGKWO7juI" />
<meta http-equiv='content-language' content='en-us'>
</head>
<body>
<?php include 'header.html';?>
<section class="mainContent">
<section class="left">
<img style="max-width:75%;" src="img/application.png" alt="4diac's application domain"/><br/>
</section>
<section class="content">
<h1>What is Eclipse 4diac™?</h1>
<h4>Eclipse 4diac™ provides an open source infrastructure <br>for distributed industrial process measurement and control systems <br>based on the IEC 61499 standard. 4diac includes:</h4>
<a class="componentbutton" href="en_ide.php">IDE
<img class="componentbuttonimage" height="100px" src="img/ide-button.png" alt="4diac-IDE provides a development environment for developing distributed industrial processes measurements and control systems"/>
<span>Development<br>Environment</span></a>
<a class="componentbutton" href="en_rte.php">FORTE
<img class="componentbuttonimage" height="100px" src="img/rte-button.png" alt="4diac FORTE provides a device indepent execution of IEC 61499 control application"/>
<span>Runtime<br>Environment</span></a>
<a class="componentbutton" href="en_lib.php">LIB
<img class="componentbuttonimage" height="100px" src="img/lib-button.png" alt="4diac's function block library provides you with a set of reusable function blocks reducing the effort of application development"/>
<span>Function Block<br>Library</span></a>
<a class="componentbutton" href="en_sys.php">SYS
<img class="componentbuttonimage" height="100px" src="img/sys-button.png" alt="Example systems showing the features of IEC 61499 and 4diac"/>
<span>Example<br>Projects</span></a>
<h4 style="font-weight: normal; line-height: 17pt; margin: 20px;">
IEC 61499 defines a domain specific modeling language for developing distributed industrial control solutions.
<br>IEC 61499 extends IEC 61131-1 by improving the encapsulation of software components for increased re-usability,
<br>providing a vendor independent format, and simplifying support for controller to controller communication.
<br>Its distribution functionality and the inherent support for dynamic reconfiguration provide
<br>the required infrastructure for Industrie 4.0 and industrial IoT applications.</h4>
<section class="applicationdomains">
<h2 class="applicationdomains">Application Domains</h2>
<section class="appdomain">
<span><img src="img/building.png" alt="building automation" width="110"></span>
</section>
<section class="appdomain">
<span><img src="img/machine.png" alt="machine controls" width="110"></span>
</section>
<section class="appdomain">
<span><img src="img/factory.png" alt="factory automation" width="110"></span>
</section>
<section class="appdomain">
<span><img src="img/robotics.png" alt="robotics" width="110"></span>
</section>
<section class="appdomain">
<span><img src="img/process.png" alt="continouse and batch process automation" width="110"></span>
</section>
<section class="appdomain">
<span><img src="img/energy.png" alt="energy generation and distribution" width="110"></span>
</section>
</section>
</section> <!-- end of section content -->
<section class="right">
<a class="downloadbutton" href="https://eclipse.dev/4diac/en_dow.php">
<div><i class="fa fa-download"></i> Download Now</div></a>
<section class="news">
<h2><a href="https://eclipse.dev/4diac/feed"><i class="fa fa-rss"></i></a> Recent Posts</h2>
<div class="news-list">
<?php include 'newslist.php'?>
</div>
</section>
</section> <!-- end of section right -->
</section> <!-- end of main content -->
<?php include 'footer.php';?>
</body>
</html>