-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
71 lines (70 loc) · 3.2 KB
/
index.htm
File metadata and controls
71 lines (70 loc) · 3.2 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="JEGGE Github, PLC moves the real world"/>
<meta name="keywords" content="JEGGEgit, JEGGE, Github, PLC, Programming, IEC 61131-3, Ladder, Structured Text, Python"/>
<meta name="author" content="Markus JEGGE"/>
<link rel="stylesheet" type="text/css" href="default.css"/>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<title>JEGGE Github PLC programming</title>
</head>
<body>
<div class="main">
<div class="container">
<div class="logo"><a href="index.htm"><span></span></a></div>
<div class="menu">
<a href="https://github.com/JEGGEgit" title="JEGGE Github" target="_blank"><span>JEGGEgit</span></a>
<a href="#Projects"><span>Projects</span></a>
<a href="#About" id="last"><span>About</span></a>
</div>
<div class="content">
<div class="item">
<h1><a name="JEGGEgit">JEGGEgit</a></h1>
<p>
Programmable logic controller (PLC) for industrial automation.
<br>
Platform for exchanging new ideas on recurring challenges when creating
PLC simulations and executable programs in real time.
</p>
</div>
<div class="item">
<h1><a name="Projects">Projects</a></h1>
<p>
This is what the hardware could look like. A picture is worth a thousand words.
<p>
<img style="border: 0px solid ; width: 720px; height: 418px;" title="PLC NX102 (c) JEGGEgit" alt="PLC Image" src="img/plcnx102.jpg" /> <br />
</p>
<p>
PLC in the control cabinet as an example.
</p>
</div>
<div class="item">
<h1><a name="About">About</a></h1>
<p>
As an electrical engineer, I have been creating custom PLC programs since 1990.
First in Switzerland and Europe, then in the USA and now in Latin America.
In this sense: "PLC moves the world".
</p>
</div>
</div>
<div class="footer">© 2025 <a href="https://github.com/JEGGEgit" title="JEGGE Github" target="_blank">JEGGE Github</a>
<img src="img/mail.gif" alt="email" title="email to" width="16" height="16" border="0" align="top">
<a href="mailto:ing.markus.jegge@gmail.com" title="ing.markus.jegge@gmail.com">Ing. Markus Jegge</a>
</div>
<p id="last">Design by <a href="https://www.arcsin.se" title="this template made by" target="_blank">Arcsin</a></p>
</div>
</div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LSM02YH48W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LSM02YH48W');
</script>
<!-- end Google Analytics -->
</body>
</html>