-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
proto_cube - Kopie.html
244 lines (200 loc) · 8.49 KB
/
proto_cube - Kopie.html
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>reveal.js</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/white.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-background="proto_cube/rev_pi.png">
<h1 style="text-transform: none;"><mark style="background-color: white">proto_cube</mark></h1>
<p><mark style="background-color: white">Industrie 4.0 Retrofit zur integrativen Erfassung von Betriebs-
und
Maschinendaten</mark></p>
</section>
<section>
<h2>Ziel</h2>
<p>Wir wollen mehr Informationen über Prozesse in der Produktion</p>
</section>
<section data-auto-animate data-background="proto_cube/proto_cube_hobel1.jpg">
<div style="background-color: rgba(255, 255, 255, 0.7);">
<h2>Was wird gemacht?</h2>
<ol>
<li>Sensordaten erfassen</li>
<li>Kommunikation ermöglichen</li>
<li>IoT-/Datenplattform einrichten</li>
<li>Erfassung von zusätzlichen Daten über Web-App</li>
</ol>
</div>
</section>
<section data-auto-animate data-background="proto_cube/proto_cube_hobel1.jpg">
</section>
<section>
<section>
<h2>Theorie</h2>
<ul>
<li>Industrie 4.0</li>
<li>Digitalisierung - Vernetzung - Automatisierung</li>
<li>Cypber-physisches System</li>
<li>RAMI - Verwaltungsschale</li>
<li>Industrie 4.0-Retrofit</li>
</ul>
</section>
<section>
<p>
<img style="max-height: 600px;" src="proto_cube/ErfassungundVerarbeitung.png" alt="">
</p>
</section>
</section>
<section>
<section>
<h2>Technologische Struktur</h2>
<p>
<img src="proto_cube/mermaid1.svg" alt="">
</p>
</section>
<section>
<h3>RevPi</h3>
<p>
<img style="max-height: 500px;" src="proto_cube/rev_pi.png" alt="">
</p>
</section>
<section>
<h3>Node-RED</h3>
<p>
<img style="max-height: 200px;" src="https://upload.wikimedia.org/wikipedia/commons/2/2b/Node-red-icon.png" alt="">
</p>
</section>
<section>
<h3>InfluxDB & Grafana</h3>
<p>
<img style="max-height: 200px;" src="proto_cube/grafana-dashboard-influxdb-1.jpg" alt="">
</p>
</section>
<section>
<h3>Web-App</h3>
</section>
</section>
<section>
<h2 style="text-transform: none;">proto_cube</h2>
<ul>
<li><a href="http://141.60.135.222:1880/" target="_blank">zur Node-RED-Oberfläche</a></li>
<li><a href="http://141.60.135.222:1880/gui/index.html" target="_blank">zur App</a></li>
<li><a href="http://141.60.104.60:3000/d/miXyWic7z/main-dashboard?orgId=1&refresh=5s&from=now-30m&to=now" target="_blank">zu Grafana</a></li>
</ul>
</section>
<section data-auto-animate>
<h2>Datenanalyse</h2>
<p style="float: left;">Logs aus der App:</p>
<table>
<thead>
<tr>
<th>Zeit</th>
<th>Maschine</th>
<th>order_id</th>
<th>Aktion</th>
<th>Mitarbeiter</th>
</tr>
</thead>
<tbody>
<tr>
<td>08:00</td>
<td>Hobel</td>
<td>01</td>
<td>Bearbeiten start</td>
<td>p_01</td>
</tr>
<tr>
<td>08:15</td>
<td>Hobel</td>
<td>01</td>
<td>Bearbeiten beendet</td>
<td>p_01</td>
</tr>
</tbody>
</table>
</section>
<section data-auto-animate>
<h2>Datenanalyse</h2>
<p>
<img style="padding: 30px 0;" src="proto_cube/OnPaste.20211126-195123.png" alt="">
</p>
<!-- <img src="https://static.slid.es/reveal/logo-v1/reveal-white-text.svg" alt="reveal.js logo"
style="height: 50px; margin: 0 auto 4rem auto; background: transparent;" class="demo-logo"> -->
</section>
<section data-auto-animate>
<h2>Datenanalyse</h2>
<p>
<img src="proto_cube/2021-12-06 10_20_24-Main Dashboard - Grafana.png" alt="">
<!-- <img src="proto_cube/Figure_1.png" alt=""> -->
</p>
</section>
<section data-auto-animate>
<h2>Datenanalyse</h2>
<p>
<img style="width: 100%;" src="proto_cube/Zeitstrahlen.svg" alt="">
</p>
</section>
<!-- <section>
<h2>Gliederung</h2>
<ol type="1">
<li>
Allgemeine Grundlagen und Stand der Technik
<ul>
<li>Industrie 4.0</li>
<li>Industrie 4.0-Retrofit</li>
</ul>
</li>
<li>
Umsetzung eines Retrofits am Beispiel einer industriellen Hobelmaschine
<ul>
<li>Anforderungen</li>
<li>Auswahl der Hard- und Software</li>
<li>Retrofit-Prozess</li>
<li>HMI-Oberfläche</li>
</ul>
</li>
</ol>
</section> -->
<section>
<h1>DANKE für eure Aufmerksamkeit</h1>
<p><small>Jonathan Hoß</small></p>
</section>
<!-- <section data-auto-animate>
<h2 data-id="code-title">Pretty Code</h2>
<pre data-id="code-animation"><code class="hljs" data-trim data-line-numbers>
import React, { useState } from 'react';
function Example() {
const [count, setCount] = useState(0);
return (
...
);
}
</code></pre>
<p>Code syntax highlighting courtesy of <a href="https://highlightjs.org/usage/">highlight.js</a>.</p>
</section> -->
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [RevealMarkdown, RevealHighlight, RevealNotes]
});
</script>
</body>
</html>