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.
48 lines
2.1 KiB
HTML
48 lines
2.1 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; }
|
|
.lede { font-size: 12pt; color: #2B2A80; margin: 0 0 14pt 0; line-height: 1.4; }
|
|
.lede b { color: #0066B3; }
|
|
.patterns { display: flex; gap: 18pt; margin: 0 0 12pt 0; }
|
|
.pattern { flex: 1; background: #F5F8FB; border-top: 4pt solid #0066B3; padding: 12pt 14pt; border-radius: 3pt; }
|
|
.pattern .tag { font-size: 8pt; color: #0066B3; letter-spacing: 1pt; margin: 0 0 4pt 0; font-weight: bold; }
|
|
.pattern h2 { font-size: 12pt; color: #2B2A80; margin: 0 0 6pt 0; }
|
|
.pattern p { font-size: 10pt; margin: 0; line-height: 1.4; }
|
|
.footnote { font-size: 9pt; color: #666666; margin: 6pt 0 0 0; line-height: 1.35; font-style: italic; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<h1>Digital Twin Scope</h1>
|
|
</div>
|
|
<div class="body">
|
|
<p class="lede">Scope is <b>two access-control patterns</b> — not a new component, not a new workstream. Both are delivered by architecture already committed (OtOpcUa ACL model + canonical model + single-connection-per-equipment).</p>
|
|
|
|
<div class="patterns">
|
|
<div class="pattern">
|
|
<p class="tag">PATTERN 1</p>
|
|
<h2>Environment-lifecycle promotion</h2>
|
|
<p>Promote between dev / staging / prod by flipping write-authority ACLs against stable equipment UUIDs — no client reconfiguration.</p>
|
|
</div>
|
|
<div class="pattern">
|
|
<p class="tag">PATTERN 2</p>
|
|
<h2>Safe read-only consumption</h2>
|
|
<p>KPI / monitoring consumers get read-only grants with a structural zero-write-path guarantee — no equipment-side session for them to misuse.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="footnote">Out of scope for this plan: physics simulation, FAT, commissioning emulation. Those would be separate funded initiatives — adjacent to the plan, not part of it.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|