From 22ffbe687f91927747f6ce132dd28b03bb7b7f7a Mon Sep 17 00:00:00 2001 From: Mikayla Date: Sun, 26 Feb 2023 02:03:06 -0500 Subject: [PATCH] Updated System Views (markdown) --- System-Views.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/System-Views.md b/System-Views.md index 14bbf68..76fa63e 100644 --- a/System-Views.md +++ b/System-Views.md @@ -2,6 +2,12 @@ ## Main View +### Title Bar + +The left of the bar is the trip-time to the supervisor. This should be in the low single or double digit milliseconds unless the server is very overloaded. The right of the bar shows the current server time and date. + +image + ### Unit Overview image @@ -79,3 +85,39 @@ Most fields here are self-explanatory by their labels. Average charge is over 3 * HIGH CHARGE (red) → charge level high (≥ 99%) ## Unit Detail Views + +image + +The unit detail views show the majority of reactor unit information. For details on the annunciator panel sections, see the [unit annunciator panel page](https://github.com/MikaylaFischler/cc-mek-scada/wiki/Annunciator-Panels#unit-annunciator-panels). For details on the alarms panel, see the [alarms page](https://github.com/MikaylaFischler/cc-mek-scada/wiki/Alarms#alarm-panel). + +### Core Map + +image + +The reactor core map is mostly there because it looks cool (well, because actual nuclear power plants have them). The shape will match the width/length of the reactor, but the location of fuel assemblies just assumes an optimal layout is used. Colors are defined as follows: +* ≤ 300K = GRAY +* ≤ 350K = BLUE +* < 600K = GREEN +* < 1000K = YELLOW +* < 1200K = ORANGE +* < 1300K = RED +* ≥ 1300K = PINK + +### Unit Status Messages + +image + +For all unit status messages, see the status message page. + +### Details and Control Panel + +image +image + +This region includes reactor status information and controls. The four bars to the left are the fuel fill, coolant fill, heated coolant fill, and waste fill percentages (from left to right). The commanded burn rate (set burn rate) and burn rate (actual burn rate, which is 0 if inactive) are shown separately. If an environment detector is connected and assigned to this unit, the radiation level is shown here. + +When not in auto control mode, the burn rate can be set manually by the operator using the spinbox control then pressing SET. + +image + +The START and RESET buttons enable/disable depending on state. For example, if the reactor is running or in auto control, the start button is disabled (cannot be pressed, turns gray). If the RPS is tripped, the RESET button is enabled (can be pressed). The SCRAM and ACK buttons can always be pressed. SCRAM will trigger a manual RPS trip. ACK will acknowledge (mute) all [alarms](https://github.com/MikaylaFischler/cc-mek-scada/wiki/Alarms) for just this unit.