Changes for page CENTO Manuals

Last modified by Iaroslav Platonov on 2026/06/10 01:12

From version 7.1
edited by Iaroslav Platonov
on 2026/06/10 01:12
Change comment: There is no comment for this version
To version 3.2
edited by Iaroslav Platonov
on 2026/02/06 05:05
Change comment: Update document after refactoring.

Summary

Details

Page properties
Content
... ... @@ -1,171 +1,12 @@
1 -{{html clean="false"}}
2 -<style>
3 -/* ── CENTO Manuals hub page ── */
4 -.hub-wrap { font-family:inherit; max-width:900px; }
1 +This section contains the core manuals that introduce the fundamentals of working with the CENTO platform.
2 +It covers the essential concepts, workflows, and configuration principles needed for a confident start.
5 5  
6 -.hub-head { padding:32px 0 24px 0; border-bottom:1px solid #E8E8E8; margin-bottom:32px; }
7 -.hub-head p { font-size:.95em; color:#555; margin:0; line-height:1.7; max-width:720px; }
4 +Here you will find practical guidance on system structure, setup, metering channels, reports, events, and control logic.
5 +The materials in this section help new users understand how CENTO works in real industrial environments and build
6 +a solid foundation for further, more advanced use of the platform.
8 8  
9 -.hub-about {
10 - background:#f5f5f5; border:1px solid #E8E8E8; border-radius:8px;
11 - padding:16px 20px; margin-bottom:28px;
12 - font-size:.88em; line-height:1.7; color:#333;
13 -}
8 +{{box style="background:#BADCFD;border-radius:16px;padding:20px;"}}
9 +=== CENTO manuals ===
10 +{{children reference="Cento101" depth="1"/}}
11 +{{/box}}
14 14  
15 -.hub-section-label {
16 - font-size:.72em; font-weight:700; text-transform:uppercase;
17 - letter-spacing:.08em; color:#888;
18 - margin:0 0 12px 0; padding-bottom:8px;
19 - border-bottom:2px solid #E8E8E8;
20 -}
21 -
22 -/* Manual list */
23 -.manual-list { list-style:none; margin:0 0 28px 0; padding:0; }
24 -.manual-list li { border:1px solid #E8E8E8; border-radius:8px; margin-bottom:6px; }
25 -.manual-list li:hover { border-color:#b3d4ee; background:#fafbff; }
26 -
27 -.manual-link {
28 - display:flex; align-items:center; gap:16px;
29 - padding:12px 16px; text-decoration:none; color:inherit;
30 -}
31 -.manual-num {
32 - font-size:.82em; font-weight:700; color:#bbb;
33 - min-width:20px; text-align:right; flex-shrink:0;
34 -}
35 -.manual-title {
36 - font-size:.92em; font-weight:700; color:#005AB4;
37 - flex:1; min-width:0;
38 -}
39 -.manual-desc {
40 - font-size:.82em; color:#555; flex:2; min-width:0; line-height:1.5;
41 -}
42 -.manual-badge {
43 - font-size:.68em; font-weight:700; padding:2px 9px;
44 - border-radius:10px; white-space:nowrap; flex-shrink:0;
45 -}
46 -.badge-user { background:#dcfce7; color:#15803d; border:1px solid #86efac; }
47 -.badge-admin { background:#ffedd5; color:#c2410c; border:1px solid #fdba74; }
48 -.badge-ref { background:#f1f5f9; color:#475569; border:1px solid #cbd5e1; }
49 -</style>
50 -
51 -<div class="hub-wrap">
52 -
53 - <!-- NOTE: No <h1> — XWiki renders the page title natively -->
54 -
55 - <div class="hub-head">
56 - <p>This section contains the core manuals for the CENTO platform. It covers essential concepts, workflows, and configuration principles needed for a confident start — from first login through device setup, metering, reports, events, and control logic.</p>
57 - </div>
58 -
59 - <div class="hub-about">
60 - The materials help both new users and administrators understand how CENTO works in real industrial environments. Badge colours indicate the primary audience: <strong style="color:#15803d">User</strong> — day-to-day operators; <strong style="color:#c2410c">Admin</strong> — system configurators; <strong style="color:#475569">Reference</strong> — technical reference documents.
61 - </div>
62 -
63 - <div class="hub-section-label">Manuals</div>
64 -
65 - <ul class="manual-list">
66 - <li>
67 - <a class="manual-link" href="/xwiki/bin/view/CENTO%20Manuals/1.%20User%20Manual/">
68 - <span class="manual-num">1.</span>
69 - <span class="manual-title">User Manual</span>
70 - <span class="manual-desc">Web interface guide — login, SCADA mimic diagrams, real-time analysis, logs, reports, and notifications.</span>
71 - <span class="manual-badge badge-user">User</span>
72 - </a>
73 - </li>
74 - <li>
75 - <a class="manual-link" href="/xwiki/bin/view/CENTO%20Manuals/Setup%20Guide/">
76 - <span class="manual-num">2.</span>
77 - <span class="manual-title">Setup Manual</span>
78 - <span class="manual-desc">System configuration — devices, tags, channels, events, mimics, information model, system settings, and transfer kits.</span>
79 - <span class="manual-badge badge-admin">Admin</span>
80 - </a>
81 - </li>
82 - <li>
83 - <a class="manual-link" href="/xwiki/bin/view/CENTO%20Manuals/5.%20Metering%20Channels/">
84 - <span class="manual-num">3.</span>
85 - <span class="manual-title">Metering Channels</span>
86 - <span class="manual-desc">Electricity and energy metering setup, calculated channels, receipt of accounting data, and metering data analysis.</span>
87 - <span class="manual-badge badge-admin">Admin</span>
88 - </a>
89 - </li>
90 - <li>
91 - <a class="manual-link" href="/xwiki/bin/view/CENTO%20Manuals/Structure%20and%20Modules%20Description/">
92 - <span class="manual-num">4.</span>
93 - <span class="manual-title">Structure and Modules Description</span>
94 - <span class="manual-desc">CENTO system architecture, module overview, licensing model, and deployment topology.</span>
95 - <span class="manual-badge badge-ref">Reference</span>
96 - </a>
97 - </li>
98 - <li>
99 - <a class="manual-link" href="/xwiki/bin/view/CENTO%20Manuals/Mnemonics%20Development/">
100 - <span class="manual-num">5.</span>
101 - <span class="manual-title">Diagrams Development Manual</span>
102 - <span class="manual-desc">Creating, configuring, and publishing SCADA mimic diagrams — objects, animations, bindings, and display logic.</span>
103 - <span class="manual-badge badge-admin">Admin</span>
104 - </a>
105 - </li>
106 - <li>
107 - <a class="manual-link" href="/xwiki/bin/view/CENTO%20Manuals/3.%20Flexible%20Reports%20Guide/">
108 - <span class="manual-num">6.</span>
109 - <span class="manual-title">Flexible Reports Guide</span>
110 - <span class="manual-desc">Building configurable tabular reports from metering channels — periods, aggregation, columns, and Excel export.</span>
111 - <span class="manual-badge badge-user">User</span>
112 - </a>
113 - </li>
114 - <li>
115 - <a class="manual-link" href="/xwiki/bin/view/CENTO%20Manuals/6.%20Events%20Setup/">
116 - <span class="manual-num">7.</span>
117 - <span class="manual-title">Events Setup</span>
118 - <span class="manual-desc">Configuring event rules, threshold conditions, priorities, and automated notification delivery.</span>
119 - <span class="manual-badge badge-admin">Admin</span>
120 - </a>
121 - </li>
122 - <li>
123 - <a class="manual-link" href="/xwiki/bin/view/CENTO%20Manuals/8.%20Control%20Setup%20Manual/">
124 - <span class="manual-num">8.</span>
125 - <span class="manual-title">Control Setup Manual</span>
126 - <span class="manual-desc">Setting up remote control operations, switching schedules, and confirmation dialogs via IEC 60870-5-104.</span>
127 - <span class="manual-badge badge-admin">Admin</span>
128 - </a>
129 - </li>
130 - </ul>
131 -
132 - <div class="hub-section-label">Reference documents</div>
133 -
134 - <ul class="manual-list">
135 - <li>
136 - <a class="manual-link" href="/xwiki/bin/view/CENTO%20Manuals/Network%20diagram%20%28CLOUD%29/">
137 - <span class="manual-num"></span>
138 - <span class="manual-title">Network Diagram (CLOUD)</span>
139 - <span class="manual-desc">CENTO deployment topology and component interaction for cloud-hosted installations.</span>
140 - <span class="manual-badge badge-ref">Reference</span>
141 - </a>
142 - </li>
143 - <li>
144 - <a class="manual-link" href="/xwiki/bin/view/CENTO%20Manuals/Network%20Diagram%20%28On-Prem%29/">
145 - <span class="manual-num"></span>
146 - <span class="manual-title">Network Diagram (On-Prem)</span>
147 - <span class="manual-desc">CENTO deployment topology and component interaction for on-premises installations.</span>
148 - <span class="manual-badge badge-ref">Reference</span>
149 - </a>
150 - </li>
151 - <li>
152 - <a class="manual-link" href="/xwiki/bin/view/CENTO%20Manuals/Server%20configuration%20example/">
153 - <span class="manual-num"></span>
154 - <span class="manual-title">Server Configuration Example</span>
155 - <span class="manual-desc">Reference hardware and OS configuration example for a production CENTO server.</span>
156 - <span class="manual-badge badge-ref">Reference</span>
157 - </a>
158 - </li>
159 - <li>
160 - <a class="manual-link" href="/xwiki/bin/view/CENTO%20Manuals/Technical%20Requirements/">
161 - <span class="manual-num"></span>
162 - <span class="manual-title">Technical Requirements</span>
163 - <span class="manual-desc">Minimum and recommended hardware, software, and network requirements for CENTO deployment.</span>
164 - <span class="manual-badge badge-ref">Reference</span>
165 - </a>
166 - </li>
167 - </ul>
168 -
169 -</div>
170 -{{/html}}
171 -