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.
36 lines
1.6 KiB
HTML
36 lines
1.6 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: 22pt 40pt; flex: 1; color: #333333; }
|
||
.tagline-wrap { border-left: 3pt solid #0066B3; padding-left: 10pt; margin: 0 0 12pt 0; }
|
||
.tagline { font-size: 12pt; color: #2B2A80; margin: 0; font-style: italic; }
|
||
ul { margin: 0 0 0 22pt; padding: 0; }
|
||
li { font-size: 12pt; margin-bottom: 9pt; line-height: 1.35; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="header">
|
||
<h1>OtOpcUa — the Unification Layer</h1>
|
||
</div>
|
||
<div class="body">
|
||
<div class="tagline-wrap"><p class="tagline">Single sanctioned OPC UA access point per site — one session per piece of equipment.</p></div>
|
||
<ul>
|
||
<li><b>Two namespaces:</b> equipment (raw) + System Platform (processed) — absorbs LmxOpcUa.</li>
|
||
<li><b>Clustered,</b> co-located on existing System Platform nodes — no new hardware footprint.</li>
|
||
<li><b>Hybrid driver strategy:</b> proactive core library (8 drivers) + on-demand long-tail.</li>
|
||
<li><b>OPC UA-native auth:</b> UserName tokens + standard security modes (inherited from LmxOpcUa).</li>
|
||
<li><b>Data-path ACL model:</b> scope hierarchy + per-node permissions, committed in v2.</li>
|
||
<li><b>Tiered cutover:</b> ScadaBridge first, Ignition second, System Platform IO last (across Years 1–3).</li>
|
||
</ul>
|
||
</div>
|
||
</body>
|
||
</html>
|