Wiki source code of 2. Setup Manual
Version 182.1 by Iaroslav Platonov on 2026/06/08 09:16
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
182.1 | 1 | {{html clean="false"}} |
| 2 | <style> | ||
| 3 | /* ── Reading progress bar ── */ | ||
| 4 | #rn-prog { position:fixed;top:0;left:0;height:3px;width:0;background:#005AB4;z-index:9999;pointer-events:none; } | ||
| |
1.1 | 5 | |
| |
182.1 | 6 | /* ── Page content wrapper ── */ |
| 7 | .doc-wrap { position:relative; } | ||
| 8 | .doc-content { | ||
| 9 | margin-right:224px; | ||
| 10 | border-left:1px solid #E8E8E8; | ||
| 11 | border-right:1px solid #E8E8E8; | ||
| 12 | padding:0 32px; | ||
| 13 | } | ||
| |
152.2 | 14 | |
| |
182.1 | 15 | /* ── Right "On This Page" TOC ── */ |
| 16 | .doc-toc { | ||
| 17 | position:absolute;top:0;right:0;width:200px; | ||
| 18 | font-size:12.5px;line-height:1.55; | ||
| 19 | padding:20px 0 20px 16px; | ||
| 20 | } | ||
| 21 | .doc-toc.is-fixed { position:fixed;width:200px;overflow-y:auto;z-index:10; } | ||
| 22 | .toc-header { display:flex;justify-content:space-between;align-items:center;margin-bottom:10px; } | ||
| 23 | .toc-header strong { font-size:13px;font-weight:700;color:#222; } | ||
| 24 | .toc-toggle { background:none;border:none;cursor:pointer;color:#555;font-size:14px;padding:0 2px;line-height:1; } | ||
| 25 | .toc-toggle:hover { color:#222; } | ||
| 26 | .doc-toc ul { list-style:none;margin:0;padding:0; } | ||
| 27 | .doc-toc li { margin:0; } | ||
| 28 | .doc-toc a { display:block;padding:3px 0;color:#555;text-decoration:none;border-left:2px solid transparent;transition:color .12s; } | ||
| 29 | .doc-toc a:hover { color:#222;text-decoration:underline; } | ||
| 30 | .doc-toc a.toc-on { color:#222;font-weight:700;border-left:2px solid #005AB4;padding-left:5px; } | ||
| 31 | .tl1 > a { font-weight:600;color:#222; } | ||
| 32 | .tl2 > a { padding-left:14px; } | ||
| 33 | .tl3 > a { padding-left:26px;font-size:12px; } | ||
| |
181.1 | 34 | |
| |
182.1 | 35 | /* ── Typography ── */ |
| 36 | .doc-content h1 { font-size:1.6em;font-weight:700;color:#222;margin:0 0 6px 0;border:none; } | ||
| 37 | .rn-meta { font-size:.8em;color:#555;margin:0 0 28px 0; } | ||
| 38 | .doc-content h2 { font-size:1.15em;font-weight:700;color:#222;margin:36px 0 10px 0;display:flex;align-items:baseline;gap:7px;scroll-margin-top:16px; } | ||
| 39 | .doc-content h3 { font-size:1em;font-weight:700;color:#222;margin:22px 0 8px 0;display:flex;align-items:baseline;gap:6px;scroll-margin-top:16px; } | ||
| 40 | .doc-content h4 { font-size:.93em;font-weight:700;color:#222;margin:14px 0 6px 0;display:flex;align-items:baseline;gap:5px;scroll-margin-top:16px; } | ||
| 41 | .doc-content p { font-size:.93em;color:#333;line-height:1.75;margin:0 0 12px 0; } | ||
| 42 | .doc-content strong { color:#222; } | ||
| 43 | .doc-content code { background:#f5f5f5;border:1px solid #E8E8E8;border-radius:3px;padding:1px 5px;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:.82em;color:#222;line-height:1; } | ||
| |
152.2 | 44 | |
| |
182.1 | 45 | /* ── Anchor icon ── */ |
| 46 | .anchor-icon { color:#E8E8E8;text-decoration:none;opacity:0;transition:opacity .15s;vertical-align:middle;margin-left:4px;display:inline-flex;align-items:center; } | ||
| 47 | h2:hover .anchor-icon,h3:hover .anchor-icon,h4:hover .anchor-icon { opacity:1; } | ||
| 48 | .anchor-icon:hover { color:#005AB4; } | ||
| |
10.2 | 49 | |
| |
182.1 | 50 | /* ── Callout notes ── */ |
| 51 | .note { border-radius:6px;padding:12px 16px;margin:14px 0;border:1px solid transparent; } | ||
| 52 | .note-info { background:#e1f1f9 !important;border-color:#b3d4ee !important;border-left:4px solid #005AB4 !important; } | ||
| 53 | .note-warning { background:#fff4ec !important;border-color:#f5cba7 !important;border-left:4px solid #DD5600 !important; } | ||
| 54 | .note-tip { background:#e5f3df !important;border-color:#b7dba5 !important;border-left:4px solid #73A839 !important; } | ||
| 55 | .note-hd { font-weight:700;font-size:.85em;display:flex;align-items:center;gap:5px;margin-bottom:5px; } | ||
| 56 | .note-info .note-hd { color:#003d80 !important; } | ||
| 57 | .note-warning .note-hd { color:#a03d00 !important; } | ||
| 58 | .note-tip .note-hd { color:#3d6b1a !important; } | ||
| 59 | .note-body { font-size:.875em;color:#222 !important;line-height:1.65; } | ||
| |
10.2 | 60 | |
| |
182.1 | 61 | /* ── Section index list ── */ |
| 62 | .section-index { list-style:disc;padding-left:20px;margin:0 0 20px 0; } | ||
| 63 | .section-index li { margin-bottom:12px; } | ||
| 64 | .section-index li a { color:#005AB4;font-weight:600;font-size:.93em;text-decoration:underline; } | ||
| 65 | .section-index li p { margin:3px 0 0 0;font-size:.875em;color:#333;line-height:1.6; } | ||
| |
9.2 | 66 | |
| |
182.1 | 67 | /* ── Parent topic ── */ |
| 68 | .parent-topic { font-size:.82em;color:#555;margin:18px 0 24px 0;border-top:1px solid #E8E8E8;padding-top:10px; } | ||
| 69 | .parent-topic a { color:#005AB4; } | ||
| |
10.2 | 70 | |
| |
182.1 | 71 | /* ── Accordion ── */ |
| 72 | details.acc { border:1px solid #E8E8E8;border-radius:4px;margin-bottom:5px; } | ||
| 73 | details.acc summary { display:flex;align-items:center;gap:8px;padding:9px 12px;cursor:pointer;list-style:none;background:none;user-select:none; } | ||
| 74 | details.acc summary::-webkit-details-marker { display:none; } | ||
| 75 | details.acc summary::before { content:'▶';font-size:.58em;color:#555;transition:transform .18s;flex-shrink:0; } | ||
| 76 | details.acc[open] summary::before { transform:rotate(90deg); } | ||
| 77 | details.acc summary:hover { background:#f5f5f5; } | ||
| 78 | .acc-num { font-size:.8em;color:#555;min-width:28px;font-weight:600; } | ||
| 79 | .acc-title { font-size:.9em;font-weight:700;color:#222;flex:1; } | ||
| 80 | .acc-body { padding:10px 14px 12px 14px;font-size:.88em;color:#333;line-height:1.7; } | ||
| |
12.1 | 81 | |
| |
182.1 | 82 | /* ── Images ── */ |
| 83 | .fig { margin:12px auto 24px auto;width:fit-content;max-width:100%; } | ||
| 84 | .fig img { border-radius:4px 4px 0 0;border:1px solid #E8E8E8;display:block;cursor:zoom-in;max-width:100%;box-shadow:0 1px 4px rgba(0,0,0,.10);transition:box-shadow .15s; } | ||
| 85 | .fig img:hover { box-shadow:0 3px 12px rgba(0,90,180,.18); } | ||
| 86 | .fig-cap { font-size:.78em;color:#555;margin:0;padding:5px 8px;background:#f5f5f5;border:1px solid #E8E8E8;border-top:none;border-radius:0 0 4px 4px;display:block;width:100%;box-sizing:border-box; } | ||
| |
12.1 | 87 | |
| |
182.1 | 88 | /* ── Lightbox ── */ |
| 89 | #rn-lb { display:none;position:fixed;inset:0;z-index:9998;background:rgba(0,0,0,.8);cursor:zoom-out;align-items:center;justify-content:center; } | ||
| 90 | #rn-lb.open { display:flex; } | ||
| 91 | #rn-lb-wrap { position:relative;cursor:default;max-width:92vw;max-height:90vh; } | ||
| 92 | #rn-lb-wrap img { max-width:100%;max-height:90vh;border-radius:5px;display:block; } | ||
| 93 | #rn-lb-x { position:absolute;top:-13px;right:-13px;background:#005AB4;color:#fff;width:26px;height:26px;border-radius:50%;border:none;cursor:pointer;font-size:15px;display:flex;align-items:center;justify-content:center; } | ||
| 94 | #rn-lb-cap { position:fixed;bottom:18px;left:50%;transform:translateX(-50%);color:#ddd;font-size:.78em;background:rgba(0,0,0,.55);padding:3px 12px;border-radius:14px;pointer-events:none; } | ||
| |
15.2 | 95 | |
| |
182.1 | 96 | /* ── Back to top ── */ |
| 97 | #rn-top { position:fixed;bottom:24px;right:24px;z-index:9997;width:36px;height:36px;border-radius:50%;background:#005AB4;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(8px);transition:opacity .22s,transform .22s;pointer-events:none;box-shadow:0 2px 8px rgba(0,90,180,.3); } | ||
| 98 | #rn-top.on { opacity:1;transform:translateY(0);pointer-events:auto; } | ||
| 99 | #rn-top:hover { background:#0066cc; } | ||
| |
15.2 | 100 | |
| |
182.1 | 101 | /* ── Toast ── */ |
| 102 | .rn-toast { position:fixed;bottom:66px;right:24px;z-index:9999;background:#222;color:#fff;font-size:.74em;padding:4px 11px;border-radius:4px;pointer-events:none;opacity:0;transition:opacity .18s; } | ||
| 103 | .rn-toast.on { opacity:1; } | ||
| |
15.2 | 104 | |
| |
182.1 | 105 | /* ── Tables ── */ |
| 106 | .rn-table { width:100%;border-collapse:collapse;margin:8px 0 18px 0;font-size:.875em; } | ||
| 107 | .rn-table th { background:#f5f5f5;text-align:left;padding:7px 12px;font-size:.78em;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#555;border-bottom:2px solid #E8E8E8; } | ||
| 108 | .rn-table td { padding:7px 12px;border-bottom:1px solid #E8E8E8;color:#333;vertical-align:top; } | ||
| 109 | .rn-table tr:last-child td { border-bottom:none; } | ||
| 110 | .rn-table tr:hover td { background:#f5f5f5; } | ||
| 111 | .sc { display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#deeaf7;color:#005AB4;border-radius:3px;font-size:.8em;font-weight:700; } | ||
| 112 | </style> | ||
| |
15.2 | 113 | |
| |
182.1 | 114 | <div id="rn-prog"></div> |
| 115 | <div id="rn-lb"> | ||
| 116 | <div id="rn-lb-wrap"> | ||
| 117 | <button id="rn-lb-x" onclick="closeLightbox()">✕</button> | ||
| 118 | <img id="rn-lb-img" src="" alt=""/> | ||
| 119 | </div> | ||
| 120 | <div id="rn-lb-cap"></div> | ||
| 121 | </div> | ||
| 122 | <button id="rn-top" onclick="window.scrollTo({top:0,behavior:'smooth'})" title="Back to top"> | ||
| 123 | <svg width="14" height="14" viewBox="0 0 16 16" fill="currentColor"><path d="M8 4l5 5H3z"/></svg> | ||
| 124 | </button> | ||
| 125 | <div class="rn-toast" id="rn-toast">Link copied ✓</div> | ||
| |
45.2 | 126 | |
| |
182.1 | 127 | <div class="doc-wrap"> |
| 128 | <div class="doc-content"> | ||
| |
18.2 | 129 | |
| |
182.1 | 130 | <ul class="section-index"> |
| 131 | <li><a href="#s-intro">1. Introduction</a> | ||
| 132 | <p>CENTO platform overview; devices, tags, channels setup; protocol and calculation tag configuration.</p></li> | ||
| 133 | <li><a href="#s-excel">2. Configuring CENTO via Excel</a> | ||
| 134 | <p>Bulk configuration of devices and channels using Excel import files.</p></li> | ||
| 135 | <li><a href="#s-events">3. Events</a> | ||
| 136 | <p>Setting up event rules, thresholds, and automated notifications.</p></li> | ||
| 137 | <li><a href="#s-mnemonics">4. Mnemonics</a> | ||
| 138 | <p>Creating and configuring SCADA mimic diagrams.</p></li> | ||
| 139 | <li><a href="#s-infomodel">5. Information Model</a> | ||
| 140 | <p>Defining the object hierarchy and tag bindings for the information model.</p></li> | ||
| 141 | <li><a href="#s-settings">6. System Settings</a> | ||
| 142 | <p>Global system configuration: users, access rights, server parameters.</p></li> | ||
| 143 | <li><a href="#s-transfer">7. Transfer Kits</a> | ||
| 144 | <p>Configuring data transfer sets between CENTO servers.</p></li> | ||
| 145 | <li><a href="#s-lighting">8. Lighting Control</a> | ||
| 146 | <p>Setting up automated lighting control via tag-based conditions.</p></li> | ||
| 147 | <li><a href="#s-tooling">9. Tooling</a> | ||
| 148 | <p>Utility tools for system diagnostics and maintenance.</p></li> | ||
| 149 | <li><a href="#s-other">10. Other Settings in Interfaces</a> | ||
| 150 | <p>Additional configuration for real-time data analysis, metering analysis, and logs.</p></li> | ||
| 151 | <li><a href="#s-abbrev">11. Basic Concepts and Abbreviations</a> | ||
| 152 | <p>Glossary of terms and abbreviations used throughout this manual.</p></li> | ||
| 153 | </ul> | ||
| |
18.2 | 154 | |
| |
182.1 | 155 | <!-- ═══ 1. INTRODUCTION ═══ --> |
| 156 | <h2 id="s-intro">1. Introduction <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-intro')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h2> | ||
| 157 | <p>CENTO is a multifunctional software platform for data collection, processing, and display. It can be used to build various automated systems: dispatching, control, accounting, diagnostics, and more.</p> | ||
| 158 | <p>This guide describes the general steps for setting up CENTO software, as well as links to other relevant instructions.</p> | ||
| |
18.2 | 159 | |
| |
182.1 | 160 | <h3 id="s-devices">1.1 Devices, Tags, Channels <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-devices')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h3> |
| 161 | <p>Configuration is performed from the <strong>Settings</strong> drop-down menu at the top of the CENTO graphical interface.</p> | ||
| 162 | <div class="fig"> | ||
| 163 | <img src="/xwiki/bin/download/CENTO%20Manuals/Setup%20Guide/WebHome/1762536204394-536.png" alt="Fig. 2.1 – Settings drop-down menu" style="max-width:360px;" onclick="openLightbox(this)"/> | ||
| 164 | <p class="fig-cap">Fig. 2.1 – Settings drop-down menu</p> | ||
| 165 | </div> | ||
| |
18.2 | 166 | |
| |
182.1 | 167 | <h4 id="s-devicetree">1.1.1 Creating a Device Tree <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-devicetree')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h4> |
| 168 | <p>Configuration begins with creating a tree of devices (information sources). The device tree reflects either the physical structure of the facility or the logical grouping convenient for further work.</p> | ||
| 169 | <p>Go to <strong>Settings → Devices, tags, channels</strong> to configure the structure.</p> | ||
| 170 | <div class="fig"> | ||
| 171 | <img src="/xwiki/bin/download/CENTO%20Manuals/Setup%20Guide/WebHome/Screenshot%202025-11-09%20at%2020.07.38.png" alt="Fig. 2.2 – Devices, Tags, Channels Page" style="max-width:100%;" onclick="openLightbox(this)"/> | ||
| 172 | <p class="fig-cap">Fig. 2.2 – Devices, Tags, Channels Page</p> | ||
| 173 | </div> | ||
| 174 | <p>By default, CENTO has a <em>Root Object</em> preset. Under the root object you can specify the name of a company or a separate facility. To rename a tree element, hover over it and use the edit icon.</p> | ||
| 175 | <div class="fig"> | ||
| 176 | <img src="/xwiki/bin/download/CENTO%20Manuals/Setup%20Guide/WebHome/Screenshot%202025-11-09%20at%2020.06.44.png" alt="Fig. 2.3 – Editing an object" style="max-width:480px;" onclick="openLightbox(this)"/> | ||
| 177 | <p class="fig-cap">Fig. 2.3 – Editing an object</p> | ||
| 178 | </div> | ||
| 179 | <div class="note note-warning"> | ||
| 180 | <div class="note-hd"><span>⚠</span> Warning</div> | ||
| 181 | <div class="note-body">There must be no attached devices in a facility object before it can be deleted.</div> | ||
| 182 | </div> | ||
| 183 | <p>The sequence and nesting of objects can be adjusted by dragging objects while holding the left mouse button.</p> | ||
| 184 | <div class="fig"> | ||
| 185 | <img src="/xwiki/bin/download/CENTO%20Manuals/Setup%20Guide/WebHome/Screenshot%202025-11-09%20at%2020.05.39.png" alt="Fig. 2.4 – Dragging a New Object Inside the Tree" style="max-width:100%;" onclick="openLightbox(this)"/> | ||
| 186 | <p class="fig-cap">Fig. 2.4 – Dragging a New Object Inside the Tree</p> | ||
| 187 | </div> | ||
| 188 | <div class="fig"> | ||
| 189 | <img src="/xwiki/bin/download/CENTO%20Manuals/Setup%20Guide/WebHome/Screenshot%202025-11-09%20at%2020.05.00.png" alt="Fig. 2.5 – Dragging a New Object Inside the Tree" style="max-width:100%;" onclick="openLightbox(this)"/> | ||
| 190 | <p class="fig-cap">Fig. 2.5 – Dragging a New Object Inside the Tree</p> | ||
| 191 | </div> | ||
| 192 | <div class="note note-tip"> | ||
| 193 | <div class="note-hd"><span>✔</span> Tip</div> | ||
| 194 | <div class="note-body">Adding and configuring facilities is also possible through Excel files. See Section 2 — Configuring CENTO via Excel.</div> | ||
| 195 | </div> | ||
| |
18.2 | 196 | |
| |
182.1 | 197 | <h4 id="s-createdevices">1.1.2 Creating Devices <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-createdevices')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h4> |
| 198 | <p>Create or edit devices (information sources) on the <strong>Settings → Devices, tags, channels</strong> page.</p> | ||
| 199 | <div class="fig"> | ||
| 200 | <img src="/xwiki/bin/download/CENTO%20Manuals/Setup%20Guide/WebHome/Screenshot%202025-11-09%20at%2020.04.03.png" alt="Fig. 2.6 – Devices Page" style="max-width:100%;" onclick="openLightbox(this)"/> | ||
| 201 | <p class="fig-cap">Fig. 2.6 – Devices Page</p> | ||
| 202 | </div> | ||
| 203 | <p>On this page you can: add, edit, copy, and delete devices; download or upload device configuration to an Excel file.</p> | ||
| 204 | <p>Click the <strong>Create a device</strong> button to open the device creation form.</p> | ||
| 205 | <div class="fig"> | ||
| 206 | <img src="/xwiki/bin/download/CENTO%20Manuals/Setup%20Guide/WebHome/Screenshot%202025-11-09%20at%2020.02.13.png" alt="Fig. 2.7 – Device Creation Page" style="max-width:100%;" onclick="openLightbox(this)"/> | ||
| 207 | <p class="fig-cap">Fig. 2.7 – Device Creation Page</p> | ||
| 208 | </div> | ||
| 209 | <p>To edit an existing device, click its name on the Devices page.</p> | ||
| 210 | <div class="fig"> | ||
| 211 | <img src="/xwiki/bin/download/CENTO%20Manuals/Setup%20Guide/WebHome/Screenshot%202025-11-09%20at%2020.01.08.png" alt="Fig. 2.8 – Device Editing Page" style="max-width:100%;" onclick="openLightbox(this)"/> | ||
| 212 | <p class="fig-cap">Fig. 2.8 – Device Editing Page</p> | ||
| 213 | </div> | ||
| 214 | <p>The <strong>General settings</strong> block contains fields common to all devices: name, template, identification number, IP address, serial number, associated object, notes, and information model binding.</p> | ||
| 215 | <p>To replace an existing device while preserving metering data, use the <strong>Replace device</strong> function.</p> | ||
| 216 | <div class="fig"> | ||
| 217 | <img src="/xwiki/bin/download/CENTO%20Manuals/Setup%20Guide/WebHome/Screenshot%202025-11-09%20at%2020.34.00.png" alt="Fig. 2.9 – Window: Replacement of the metering device" style="max-width:100%;" onclick="openLightbox(this)"/> | ||
| 218 | <p class="fig-cap">Fig. 2.9 – Window: Replacement of the metering device</p> | ||
| 219 | </div> | ||
| 220 | <p>After filling in the required fields, click <strong>Save</strong>, then apply changes with the <strong>Update Configuration</strong> button.</p> | ||
| |
18.2 | 221 | |
| |
182.1 | 222 | <h4 id="s-tagsandchannels">1.1.3 Set Up Tags and Channels <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-tagsandchannels')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h4> |
| 223 | <p>Tags and accounting channels are configured on the same <strong>Devices, tags, channels</strong> page. Tags represent individual data points read from devices; channels aggregate tag values for metering purposes.</p> | ||
| 224 | <div class="fig"> | ||
| 225 | <img src="/xwiki/bin/download/CENTO%20Manuals/Setup%20Guide/WebHome/Screenshot%202025-11-09%20at%2020.38.04.png" alt="Fig. 2.10 – Tags and Channels Page" style="max-width:100%;" onclick="openLightbox(this)"/> | ||
| 226 | <p class="fig-cap">Fig. 2.10 – Tags and Channels Page</p> | ||
| 227 | </div> | ||
| |
23.2 | 228 | |
| |
182.1 | 229 | <h4 id="s-protocoltag">1.1.3.1 Adding a Protocol Tag <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-protocoltag')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h4> |
| 230 | <p>A protocol tag reads a value directly from a device via its communication protocol (Modbus, IEC 60870-5-104, IEC 61850, etc.). To add a protocol tag, select the device in the tree and click <strong>Add tag → Protocol tag</strong>.</p> | ||
| 231 | <div class="fig"> | ||
| 232 | <img src="/xwiki/bin/download/CENTO%20Manuals/Setup%20Guide/WebHome/Screenshot%202025-11-09%20at%2020.42.20.png" alt="Fig. 2.11 – Adding a protocol tag" style="max-width:100%;" onclick="openLightbox(this)"/> | ||
| 233 | <p class="fig-cap">Fig. 2.11 – Adding a protocol tag</p> | ||
| 234 | </div> | ||
| 235 | <div class="fig"> | ||
| 236 | <img src="/xwiki/bin/download/CENTO%20Manuals/Setup%20Guide/WebHome/Screenshot%202025-11-09%20at%2020.43.37.png" alt="Fig. 2.12 – Protocol tag parameters" style="max-width:100%;" onclick="openLightbox(this)"/> | ||
| 237 | <p class="fig-cap">Fig. 2.12 – Protocol tag parameters</p> | ||
| 238 | </div> | ||
| |
23.2 | 239 | |
| |
182.1 | 240 | <h4 id="s-calctag">1.1.3.2 Add a Calculation Tag <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-calctag')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h4> |
| 241 | <p>A calculation tag derives its value from a formula applied to other tags. Select the device and click <strong>Add tag → Calculation tag</strong>, then define the formula expression.</p> | ||
| 242 | <div class="fig"> | ||
| 243 | <img src="/xwiki/bin/download/CENTO%20Manuals/Setup%20Guide/WebHome/Screenshot%202025-11-09%20at%2020.44.12.png" alt="Fig. 2.13 – Calculation tag setup" style="max-width:100%;" onclick="openLightbox(this)"/> | ||
| 244 | <p class="fig-cap">Fig. 2.13 – Calculation tag setup</p> | ||
| 245 | </div> | ||
| |
23.2 | 246 | |
| |
182.1 | 247 | <h4 id="s-calcformulas">1.1.3.3 Setting Up Calculation Formulas <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-calcformulas')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h4> |
| 248 | <p>Formulas use standard mathematical and logical operators, and can reference other tags by their code. The formula verification window shows the argument code, current value, and status for debugging.</p> | ||
| 249 | <div class="fig"> | ||
| 250 | <img src="/xwiki/bin/download/CENTO%20Manuals/Setup%20Guide/WebHome/Screenshot%202025-11-09%20at%2020.45.47.png" alt="Fig. 2.14 – Formula verification" style="max-width:100%;" onclick="openLightbox(this)"/> | ||
| 251 | <p class="fig-cap">Fig. 2.14 – Formula verification</p> | ||
| 252 | </div> | ||
| |
23.2 | 253 | |
| |
182.1 | 254 | <h4 id="s-calcchannels">1.1.3.4 Configuring Calculation Channels <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-calcchannels')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h4> |
| 255 | <p>Calculation channels aggregate tag values over time intervals (hourly, daily, monthly). They are used for metering data analysis and reports. Configure them on the <strong>Metering channels</strong> sub-tab of the Devices page.</p> | ||
| 256 | <div class="fig"> | ||
| 257 | <img src="/xwiki/bin/download/CENTO%20Manuals/Setup%20Guide/WebHome/Screenshot%202025-11-09%20at%2020.47.06.png" alt="Fig. 2.15 – Calculation channel configuration" style="max-width:100%;" onclick="openLightbox(this)"/> | ||
| 258 | <p class="fig-cap">Fig. 2.15 – Calculation channel configuration</p> | ||
| 259 | </div> | ||
| |
23.2 | 260 | |
| |
182.1 | 261 | <!-- ═══ 2. EXCEL ═══ --> |
| 262 | <h2 id="s-excel">2. Configuring CENTO via Excel <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-excel')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h2> | ||
| 263 | <p>CENTO supports bulk configuration import and export via Excel files. This covers devices, tags, channels, information model objects, and other settings. Use <strong>Settings → Import/Export</strong> to upload or download configuration workbooks.</p> | ||
| 264 | <div class="note note-info"> | ||
| 265 | <div class="note-hd"><span>ℹ</span> Note</div> | ||
| 266 | <div class="note-body">Excel import is the recommended approach for large deployments with many devices. Always validate the Excel template version before importing.</div> | ||
| 267 | </div> | ||
| |
29.2 | 268 | |
| |
182.1 | 269 | <!-- ═══ 3. EVENTS ═══ --> |
| 270 | <h2 id="s-events">3. Events <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-events')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h2> | ||
| 271 | <p>Events are triggered when tag values cross defined thresholds or match configured conditions. Go to <strong>Settings → Events</strong> to define event rules, priorities, and associated notifications or control actions.</p> | ||
| 272 | <p>See the <strong>Events Setup</strong> manual for detailed configuration steps.</p> | ||
| |
29.2 | 273 | |
| |
182.1 | 274 | <!-- ═══ 4. MNEMONICS ═══ --> |
| 275 | <h2 id="s-mnemonics">4. Mnemonics <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-mnemonics')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h2> | ||
| 276 | <p>Mnemonic diagrams (SCADA screens) are interactive visual representations of equipment state. They are created and configured in the <strong>Settings → Diagrams</strong> section.</p> | ||
| 277 | <p>See the <strong>Diagrams Development Manual</strong> for detailed instructions.</p> | ||
| |
29.2 | 278 | |
| |
182.1 | 279 | <!-- ═══ 5. INFORMATION MODEL ═══ --> |
| 280 | <h2 id="s-infomodel">5. Information Model <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-infomodel')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h2> | ||
| 281 | <p>The Information Model defines the hierarchy of facilities, systems, and equipment objects, and links them to devices and tags. Configure it under <strong>Settings → Information Model</strong>.</p> | ||
| 282 | <p>See the <strong>Structure and Modules Description</strong> manual for architecture details.</p> | ||
| |
29.2 | 283 | |
| |
182.1 | 284 | <!-- ═══ 6. SYSTEM SETTINGS ═══ --> |
| 285 | <h2 id="s-settings">6. System Settings <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-settings')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h2> | ||
| 286 | <p>Global system parameters including user accounts, access rights, server connection settings, and license management are configured under <strong>Settings → System Settings</strong>.</p> | ||
| |
31.2 | 287 | |
| |
182.1 | 288 | <!-- ═══ 7. TRANSFER KITS ═══ --> |
| 289 | <h2 id="s-transfer">7. Transfer Kits <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-transfer')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h2> | ||
| 290 | <p>Transfer kits (transmission sets) define packages of tag data to be sent from one CENTO server to another via the S2S (Server-to-Server) protocol. Configure under <strong>Settings → Transfer kits</strong>.</p> | ||
| |
31.2 | 291 | |
| |
182.1 | 292 | <!-- ═══ 8. LIGHTING CONTROL ═══ --> |
| 293 | <h2 id="s-lighting">8. Lighting Control <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-lighting')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h2> | ||
| 294 | <p>Automated lighting control allows switching lighting circuits based on tag states or schedules. Configured via <strong>Settings → Lighting control</strong> using IEC 60870-5-104 remote control commands.</p> | ||
| 295 | <div class="note note-warning"> | ||
| 296 | <div class="note-hd"><span>⚠</span> Warning</div> | ||
| 297 | <div class="note-body">Lighting control requires the appropriate IEC-104 control configuration on the connected device. Confirm correct tag binding before enabling automated switching.</div> | ||
| 298 | </div> | ||
| |
31.2 | 299 | |
| |
182.1 | 300 | <!-- ═══ 9. TOOLING ═══ --> |
| 301 | <h2 id="s-tooling">9. Tooling <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-tooling')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h2> | ||
| 302 | <p>Tooling utilities provide diagnostic and maintenance capabilities: protocol web logs, VKT-7 device configuration output, and system information panels. Accessible from <strong>Settings → Tooling</strong>.</p> | ||
| |
31.2 | 303 | |
| |
182.1 | 304 | <!-- ═══ 10. OTHER SETTINGS ═══ --> |
| 305 | <h2 id="s-other">10. Other Settings in Interfaces <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-other')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h2> | ||
| |
31.2 | 306 | |
| |
182.1 | 307 | <h3 id="s-rtd-settings">10.1 Analysis of Real-Time Data <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-rtd-settings')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h3> |
| 308 | <p>Column visibility, tag display order, chart defaults, and aggregation presets for the real-time data analysis interface can be configured per user in <strong>Analysis → Real-time data → Settings</strong>.</p> | ||
| |
40.2 | 309 | |
| |
182.1 | 310 | <h3 id="s-metering-settings">10.2 Analysis of Metering Data <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-metering-settings')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h3> |
| 311 | <p>Report period defaults, channel display options, and Excel export format settings are available in <strong>Analysis → Metering data → Settings</strong>.</p> | ||
| |
42.2 | 312 | |
| |
182.1 | 313 | <h3 id="s-logs-settings">10.3 Logs <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-logs-settings')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h3> |
| 314 | <p>Custom log views — combining specific event types, devices, and filter criteria — are created per user in <strong>Logs → Custom logs</strong>. Column width and sort preferences are saved automatically.</p> | ||
| |
40.2 | 315 | |
| |
182.1 | 316 | <!-- ═══ 11. ABBREVIATIONS ═══ --> |
| 317 | <h2 id="s-abbrev">11. Basic Concepts and Abbreviations <a class="anchor-icon" href="javascript:void(0)" onclick="copyAnchor('s-abbrev')" title="Copy link"><svg width="12" height="12" viewBox="0 0 16 16" fill="currentColor"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a></h2> | ||
| 318 | <table class="rn-table" style="max-width:560px"> | ||
| 319 | <thead><tr><th style="width:120px">Term</th><th>Definition</th></tr></thead> | ||
| 320 | <tbody> | ||
| 321 | <tr><td><strong>Tag</strong></td><td>A named data point read from a device or computed by a formula.</td></tr> | ||
| 322 | <tr><td><strong>Channel</strong></td><td>A metering channel that aggregates tag values over time intervals.</td></tr> | ||
| 323 | <tr><td><strong>Device</strong></td><td>A physical or virtual information source connected to CENTO via a protocol.</td></tr> | ||
| 324 | <tr><td><strong>IM</strong></td><td>Information Model — the hierarchy of facility objects linked to devices and tags.</td></tr> | ||
| 325 | <tr><td><strong>S2S</strong></td><td>Server-to-Server — data exchange protocol between CENTO instances.</td></tr> | ||
| 326 | <tr><td><strong>RMB</strong></td><td>Right Mouse Button — used for context menus throughout the interface.</td></tr> | ||
| 327 | <tr><td><strong>IEC 104</strong></td><td>IEC 60870-5-104 — communication protocol for remote terminal units.</td></tr> | ||
| 328 | <tr><td><strong>Modbus</strong></td><td>Standard serial communication protocol for connecting devices.</td></tr> | ||
| 329 | </tbody> | ||
| 330 | </table> | ||
| |
40.2 | 331 | |
| |
182.1 | 332 | <div class="parent-topic">Parent topic: <a href="[[CENTO Manuals>>doc:CENTO Manuals.WebHome]]">CENTO Manuals</a></div> |
| |
41.2 | 333 | |
| |
182.1 | 334 | </div><!-- /doc-content --> |
| |
41.2 | 335 | |
| |
182.1 | 336 | <!-- ── RIGHT TOC ── --> |
| 337 | <nav class="doc-toc"> | ||
| 338 | <div class="toc-header"> | ||
| 339 | <strong>On This Page</strong> | ||
| 340 | <button class="toc-toggle" id="toc-tog" title="Collapse">«</button> | ||
| 341 | </div> | ||
| 342 | <ul id="toc-list"> | ||
| 343 | <li class="tl1"><a href="#s-intro" data-toc>1. Introduction</a></li> | ||
| 344 | <li class="tl2"><a href="#s-devices" data-toc>1.1 Devices, Tags, Channels</a></li> | ||
| 345 | <li class="tl3"><a href="#s-devicetree" data-toc>1.1.1 Device tree</a></li> | ||
| 346 | <li class="tl3"><a href="#s-createdevices" data-toc>1.1.2 Creating devices</a></li> | ||
| 347 | <li class="tl3"><a href="#s-tagsandchannels" data-toc>1.1.3 Tags and channels</a></li> | ||
| 348 | <li class="tl3"><a href="#s-protocoltag" data-toc>1.1.3.1 Protocol tag</a></li> | ||
| 349 | <li class="tl3"><a href="#s-calctag" data-toc>1.1.3.2 Calculation tag</a></li> | ||
| 350 | <li class="tl3"><a href="#s-calcformulas" data-toc>1.1.3.3 Formulas</a></li> | ||
| 351 | <li class="tl3"><a href="#s-calcchannels" data-toc>1.1.3.4 Calc. channels</a></li> | ||
| 352 | <li class="tl1"><a href="#s-excel" data-toc>2. Configuring via Excel</a></li> | ||
| 353 | <li class="tl1"><a href="#s-events" data-toc>3. Events</a></li> | ||
| 354 | <li class="tl1"><a href="#s-mnemonics" data-toc>4. Mnemonics</a></li> | ||
| 355 | <li class="tl1"><a href="#s-infomodel" data-toc>5. Information Model</a></li> | ||
| 356 | <li class="tl1"><a href="#s-settings" data-toc>6. System Settings</a></li> | ||
| 357 | <li class="tl1"><a href="#s-transfer" data-toc>7. Transfer Kits</a></li> | ||
| 358 | <li class="tl1"><a href="#s-lighting" data-toc>8. Lighting Control</a></li> | ||
| 359 | <li class="tl1"><a href="#s-tooling" data-toc>9. Tooling</a></li> | ||
| 360 | <li class="tl1"><a href="#s-other" data-toc>10. Other Settings</a></li> | ||
| 361 | <li class="tl2"><a href="#s-rtd-settings" data-toc>10.1 Real-time data</a></li> | ||
| 362 | <li class="tl2"><a href="#s-metering-settings" data-toc>10.2 Metering data</a></li> | ||
| 363 | <li class="tl2"><a href="#s-logs-settings" data-toc>10.3 Logs</a></li> | ||
| 364 | <li class="tl1"><a href="#s-abbrev" data-toc>11. Abbreviations</a></li> | ||
| 365 | </ul> | ||
| 366 | </nav> | ||
| |
48.2 | 367 | |
| |
182.1 | 368 | </div><!-- /doc-wrap --> |
| 369 | <script> | ||
| |
48.2 | 370 | |
| |
182.1 | 371 | (function(){ |
| 372 | var bar = document.getElementById('rn-prog'); | ||
| 373 | var top = document.getElementById('rn-top'); | ||
| 374 | window.addEventListener('scroll', function(){ | ||
| 375 | var d = document.documentElement; | ||
| 376 | var pct = d.scrollTop / (d.scrollHeight - d.clientHeight); | ||
| 377 | bar.style.width = (pct*100)+'%'; | ||
| 378 | d.scrollTop > 280 ? top.classList.add('on') : top.classList.remove('on'); | ||
| 379 | }, {passive:true}); | ||
| |
48.2 | 380 | |
| |
182.1 | 381 | /* TOC active via IntersectionObserver */ |
| 382 | var links = Array.from(document.querySelectorAll('[data-toc]')); | ||
| 383 | var secs = links.map(function(a){ | ||
| 384 | return {el: document.getElementById(a.getAttribute('href').slice(1)), a:a}; | ||
| 385 | }).filter(function(s){return s.el;}); | ||
| |
48.2 | 386 | |
| |
182.1 | 387 | var busy = false; |
| 388 | var obs = new IntersectionObserver(function(entries){ | ||
| 389 | if (busy) return; | ||
| 390 | entries.forEach(function(e){ | ||
| 391 | if (!e.isIntersecting) return; | ||
| 392 | var i = secs.findIndex(function(s){return s.el===e.target;}); | ||
| 393 | if (i<0) return; | ||
| 394 | secs.forEach(function(s){s.a.classList.remove('toc-on');}); | ||
| 395 | secs[i].a.classList.add('toc-on'); | ||
| 396 | var toc = document.querySelector('.doc-toc'); | ||
| 397 | var link = secs[i].a; | ||
| 398 | toc.scrollTop = link.offsetTop - toc.offsetTop - toc.clientHeight/2 + link.clientHeight/2; | ||
| 399 | }); | ||
| 400 | }, {rootMargin:'-8% 0px -60% 0px', threshold:0}); | ||
| 401 | secs.forEach(function(s){obs.observe(s.el);}); | ||
| |
60.1 | 402 | |
| |
182.1 | 403 | links.forEach(function(a){ |
| 404 | a.addEventListener('click', function(e){ | ||
| 405 | var id = a.getAttribute('href').slice(1); | ||
| 406 | var el = document.getElementById(id); | ||
| 407 | if (!el) return; | ||
| 408 | e.preventDefault(); | ||
| 409 | busy = true; | ||
| 410 | secs.forEach(function(s){s.a.classList.remove('toc-on');}); | ||
| 411 | a.classList.add('toc-on'); | ||
| 412 | el.scrollIntoView({behavior:'smooth',block:'start'}); | ||
| 413 | setTimeout(function(){busy=false;}, 900); | ||
| 414 | }); | ||
| 415 | }); | ||
| |
60.1 | 416 | |
| |
182.1 | 417 | /* TOC collapse */ |
| 418 | var tocList = document.getElementById('toc-list'); | ||
| 419 | var togBtn = document.getElementById('toc-tog'); | ||
| 420 | var collapsed = false; | ||
| 421 | togBtn && togBtn.addEventListener('click', function(){ | ||
| 422 | collapsed = !collapsed; | ||
| 423 | tocList.style.display = collapsed ? 'none' : ''; | ||
| 424 | togBtn.textContent = collapsed ? '»' : '«'; | ||
| 425 | }); | ||
| |
60.1 | 426 | |
| |
182.1 | 427 | /* Lightbox */ |
| 428 | var lb = document.getElementById('rn-lb'); | ||
| 429 | var lbI = document.getElementById('rn-lb-img'); | ||
| 430 | var lbC = document.getElementById('rn-lb-cap'); | ||
| 431 | window.openLightbox = function(img){ | ||
| 432 | lbI.src = img.src; lbI.alt = img.alt; lbC.textContent = img.alt; | ||
| 433 | lb.classList.add('open'); document.body.style.overflow='hidden'; | ||
| 434 | }; | ||
| 435 | window.closeLightbox = function(){ | ||
| 436 | lb.classList.remove('open'); document.body.style.overflow=''; | ||
| 437 | }; | ||
| 438 | lb.addEventListener('click', function(e){if(e.target===lb)closeLightbox();}); | ||
| 439 | document.addEventListener('keydown', function(e){if(e.key==='Escape')closeLightbox();}); | ||
| |
60.1 | 440 | |
| |
182.1 | 441 | /* Copy anchor */ |
| 442 | var toast = document.getElementById('rn-toast'); | ||
| 443 | var t; | ||
| 444 | window.copyAnchor = function(id){ | ||
| 445 | var url = location.href.split('#')[0]+'#'+id; | ||
| 446 | if(navigator.clipboard) navigator.clipboard.writeText(url).catch(function(){}); | ||
| 447 | else { var x=document.createElement('textarea');x.value=url;document.body.appendChild(x);x.select();document.execCommand('copy');document.body.removeChild(x); } | ||
| 448 | toast.classList.add('on'); | ||
| 449 | clearTimeout(t); | ||
| 450 | t = setTimeout(function(){toast.classList.remove('on');}, 1600); | ||
| 451 | }; | ||
| |
60.1 | 452 | |
| |
182.1 | 453 | /* ── Sticky TOC via JS ── |
| 454 | Uses position:absolute→fixed switch. No placeholder needed because | ||
| 455 | .doc-content has a fixed margin-right — content width never changes. */ | ||
| 456 | (function(){ | ||
| 457 | var toc = document.querySelector('.doc-toc'); | ||
| 458 | var wrap = document.querySelector('.doc-wrap'); | ||
| 459 | if (!toc || !wrap) return; | ||
| |
60.1 | 460 | |
| |
182.1 | 461 | var navbar = document.querySelector('.navbar, nav.navbar, #topBar, header'); |
| 462 | var navH = navbar ? navbar.offsetHeight : 0; | ||
| 463 | var footer = document.querySelector('footer, .xwikifooter, #xwikifooter, .bottombar, .sticky-container'); | ||
| |
60.1 | 464 | |
| |
182.1 | 465 | function update() { |
| 466 | var wr = wrap.getBoundingClientRect(); | ||
| |
60.1 | 467 | |
| |
182.1 | 468 | if (wr.top <= navH) { |
| 469 | /* Doc-wrap has scrolled above navbar — fix the TOC */ | ||
| 470 | var footerTop = footer ? footer.getBoundingClientRect().top : window.innerHeight; | ||
| 471 | var h = Math.max(0, Math.min(window.innerHeight, footerTop) - navH); | ||
| |
60.1 | 472 | |
| |
182.1 | 473 | toc.classList.add('is-fixed'); |
| 474 | toc.style.top = navH + 'px'; | ||
| 475 | toc.style.left = (wr.right - 200) + 'px'; /* right edge of wrap minus TOC width */ | ||
| 476 | toc.style.height = h + 'px'; | ||
| 477 | } else { | ||
| 478 | /* Still in natural position */ | ||
| 479 | toc.classList.remove('is-fixed'); | ||
| 480 | toc.style.top = toc.style.left = toc.style.height = ''; | ||
| 481 | } | ||
| 482 | } | ||
| |
60.1 | 483 | |
| |
182.1 | 484 | requestAnimationFrame(function(){ requestAnimationFrame(function(){ |
| 485 | update(); | ||
| 486 | window.addEventListener('scroll', update, {passive:true}); | ||
| 487 | window.addEventListener('resize', update, {passive:true}); | ||
| 488 | }); }); | ||
| 489 | })(); | ||
| |
60.1 | 490 | |
| |
182.1 | 491 | /* ── Left panel navigation hints ── */ |
| 492 | (function(){ | ||
| 493 | var hints = { | ||
| 494 | 'Preface': 'Introduction to CENTO Software documentation', | ||
| 495 | '1. User Manual': 'Web interface guide — login, diagrams, analysis, logs, reports', | ||
| 496 | '2. Setup Manual': 'System configuration and setup for administrators', | ||
| 497 | '3. Metering Channels': 'Metering channel configuration and data collection setup', | ||
| 498 | '4. Structure and Modules Description': 'CENTO system architecture and module overview', | ||
| 499 | '5. Diagrams Development Manual': 'Creating and configuring SCADA mimic diagrams', | ||
| 500 | '6. Flexible Reports Guide': 'Building configurable tabular reports from metering data', | ||
| 501 | '7. Events Setup': 'Configuring event rules, thresholds, and notifications', | ||
| 502 | '8. Control Setup Manual': 'Setting up remote control and switching operations', | ||
| 503 | 'Network Diagram (CLOUD)': 'CENTO deployment topology for cloud installations', | ||
| 504 | 'Network Diagram (On-Prem)': 'CENTO deployment topology for on-premises installations', | ||
| 505 | 'Server Configuration Example': 'Reference server setup and configuration example', | ||
| 506 | 'Technical Requirements': 'Hardware and software requirements for CENTO deployment', | ||
| 507 | 'DEMO server': 'Access the live CENTO demo environment', | ||
| 508 | 'Release Notes': 'Changelog and version history for the CENTO platform', | ||
| 509 | }; | ||
| 510 | document.querySelectorAll('#leftPanels a').forEach(function(a){ | ||
| 511 | var text = a.textContent.trim(); | ||
| 512 | var hint = hints[text] || hints[text.replace(/^\d+\.\s*/, '')]; | ||
| 513 | if (hint) a.setAttribute('data-hint', hint); | ||
| 514 | }); | ||
| 515 | })(); | ||
| 516 | })(); | ||
| |
60.1 | 517 | |
| |
182.1 | 518 | </script> |
| 519 | {{/html}} |