Lands per-site UNS subtree files (Warsaw West/North, Shannon, Galway, TMT, Ponce) seeded from OpenText facility docs — Warsaw split confirmed as numbered = legacy Zimmer = West, lettered = legacy Biomet = North. Renames project framing from "Shopfloor IT/OT" to "SCADA IT/OT" for accuracy. Extracts a ZB-branded PowerPoint template from example_powerpoint.pptx and wires it into the outputs pipeline. Trims deck from 18 to 16 slides (BOBJ->Power BI transferred to another team, Non-Goals and Asks dropped); goal-state BOBJ analysis pruned to a stub.
35 lines
1.5 KiB
HTML
35 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
html { background: #ffffff; }
|
|
body {
|
|
width: 720pt; height: 405pt; margin: 0; padding: 0;
|
|
background: #FFFFFF; font-family: Arial, sans-serif;
|
|
display: flex; flex-direction: column;
|
|
}
|
|
.header { padding: 12pt 40pt 4pt 40pt; border-bottom: 1.5pt solid #0066B3; }
|
|
.header h1 { margin: 0; font-size: 22pt; font-weight: bold; color: #0066B3; }.body { padding: 24pt 40pt; flex: 1; color: #333333; }
|
|
ul { margin: 0 0 0 22pt; padding: 0; }
|
|
li { font-size: 13pt; margin-bottom: 11pt; line-height: 1.35; }
|
|
.footer { padding: 6pt 40pt 10pt 40pt; color: #AAB7B8; font-size: 9pt; font-style: italic; }
|
|
.footer p { margin: 0; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<h1>Today's Reality</h1>
|
|
</div>
|
|
<div class="body">
|
|
<ul>
|
|
<li><b>Split SCADA stack</b> — Aveva System Platform for validated data; Ignition for KPI monitoring.</li>
|
|
<li><b>Central Ignition</b> in South Bend holds direct OPC UA sessions to site equipment over the WAN.</li>
|
|
<li><b>Multiple concurrent OPC UA sessions</b> to the same equipment from different consumers.</li>
|
|
<li><b>Three legacy IT↔OT integrations</b> bypass ScadaBridge central (Delmia DNC, Camstar MES, custom email service).</li>
|
|
<li><b>Fragmented data access</b> — consumers reading the same tag can see different values depending on sampling/deadband settings.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer"><p>Full detail: current-state.md → Systems & Interfaces, Equipment OPC UA.</p></div>
|
|
</body>
|
|
</html>
|