64 lines
3.3 KiB
HTML
Executable File
64 lines
3.3 KiB
HTML
Executable File
<html><head><title>Handsome Power Usage and Saving Hierarchy at Proscan, HUSH!</title></head>
|
|
<body>
|
|
|
|
<h5 style="color:gray;">February 2024, Jan Chrin</h5>
|
|
<h4> <span style="color: red;">H</span>andsome <span style="color: gray;">Power</span> <span style="color: red;">U</span>sage <span style="color: gray;">and</span> <span style="color: red;">S</span>aving <span style="color: red;">H</span>ierarchy</span> <span style="color: gray;">at Proscan,</span> <span style="color: red;">HUSH!</span></h4>
|
|
<h2 style="color:blue;">About</h2>
|
|
|
|
<p>The HUSH! application initiates energy saving procedures and records the power saved.<br>
|
|
<span style="color:black; font-style:italic;">Power Saving Accounting is only activated when PROSCAN is in "Produktion" mode.</span>
|
|
</p>
|
|
<!--a href="page1.html">here</a></p-->
|
|
|
|
<h2 style="color:blue;">The Repository</h2>
|
|
|
|
<p>The application comprises two components:
|
|
<ul>
|
|
<li>
|
|
A State Machine (SM) operating at the IOC level that is responsible for the power saving accounting.<br>
|
|
<span style="color: gray;"> https://gitlab.psi.ch/proscan_apps4ops/HUSH</span><br>
|
|
<span style="color: gray;"> /proscan/bd/applications/hush/hla/</span><br>
|
|
</li>
|
|
<li>
|
|
A High Level Application (HLA) that is able to interact with the IOC (for expert use), displays accounting
|
|
figures, and provides a panel to enable quadruples to be set to their standby/restore values.<br>
|
|
<span style="color: gray;">https://git.psi.ch/epics_iocboot_proscan/PRO_hush</span><br>
|
|
<span style="color: gray;">/proscan/bd/applications/hush/ioc/latest/PRO_hush/</span><br>
|
|
</li>
|
|
</ul>
|
|
<h2 style="color:blue;">The Graphical User Interface</h2>
|
|
<h3 style="color:lightblue;">Operator Panel</h3>
|
|
Ramp Delay: Can take on values from 0.0s to 0.2s. <br>
|
|
Defines the delay between setting individual quadruples when initiating standby/restore.
|
|
A value of 0.0s means that the quadruple currents are set simultaneously.
|
|
<h3 style="color:lightblue;">Expert Panel</h3>
|
|
Selecting the Dry Run option disables setting values to epics process variables. Used for testing.
|
|
<h3 style="color:lightblue;">Saving Overview</h3>
|
|
Displays a number of process variables related to the power saving accounting. <br>
|
|
<span style="color:black; font-style:italic;">Power Saving Accounting is only activated when PROSCAN is in "Produktion" mode.</span>
|
|
<br>
|
|
<table>
|
|
<tr><td>Initial Power (kw):</td> <td>The nominal power value when quadruples are in the usual powered-on state.</td></tr>
|
|
<tr><td>Power (kw):</td> <td>The current power value.</td></tr>
|
|
<tr><td>Saving (MWh):</td> <td>The running power saved in the current saving period.</td></tr>
|
|
<tr><td>Time in Saving Mode:</td> <td>Time elapsed in current saving period (days hours:minutes:seconds).</td></tr>
|
|
<tr><td>Tot Saved (MWh):</td> <td>The accumulated power saved in the calendar year.</td></tr>
|
|
</table>
|
|
<h3 style="color:lightblue;">Magnet Panel</h3>
|
|
Table of current and power values for quadruples within each section.
|
|
Quadruples may be set to their standby values or restored to their initial values.
|
|
These action buttons are only enabled if certan conditions are met, i.e, the corresponding
|
|
beam disrupter is closed, "Geschlossen" and the corresponding access writes are granted as
|
|
controlled by either the global Mastership or the relevant section Submastership
|
|
<p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body></html>
|