Skip to content

Unit View Screens

Mikayla edited this page Aug 12, 2024 · 5 revisions

Tip

The indicator lights in this project make extensive use of red vs yellow vs green. If you have a colorblindness, please set that when configuring your device. Details on this can be found here. Note that any green indicator light will be blue in any colorblind mode.

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. For details on the alarms panel, see the alarms page.

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.

image

Note that with water cooled reactors, the coolant bar is blue instead of the light blue used for sodium. If heated coolant is present, white will show for steam and orange for superheated sodium.

When set to manual control (in auto control assignment), 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 for just this unit.

Auto Control Assignment

image

This panel is used to assign a unit to auto control groups. "Manual" allows for manual control of start/stop and the burn rate. All other modes lock out that operation and allow for auto process control of this unit. Press SET to change this mode, but this cannot be done if the reactor is actively running in auto mode. "Prio. Group" shows the acknowledged state of the control, which means it shows what the supervisor thinks its assignment is. "Ready" indicates if all unit devices are ready for auto control (not tripped, online, not faulted, has builds, has statuses, etc). "Standby" blinks white if the reactor is not active at the moment but it is part of a running process control loop.

Waste Processing Routing

image

Depending on redstone connections, this allows routing reactor waste to different production systems.

  • Auto: Control production through the facility waste control interface
  • Pu: Plutonium pellet production
  • Po: Polonium pellet production
  • AM: Antimatter production

Homepage

  1. User Manual
    1. System Setup Guide
      1. Device Layout
        1. Coordinator Displays
      2. Connecting to Mekanism Machines
      3. Application Installation
        1. Space Requirements
        2. Installation
        3. Updating
        4. Uninstalling
      4. SCADA Network
        1. Network Channels
        2. Network Connectivity
      5. Setup & Configuration
        1. Supervisor Setup
        2. Coordinator Setup
        3. Reactor PLC Setup
        4. RTU Gateway Setup
      6. Initial Startup
    2. Configurator Tools
      1. Supervisor Configurator
      2. Coordinator Configurator
      3. Reactor PLC Configurator
      4. RTU Gateway Configurator
      5. Pocket Configurator
    3. Redstone Waste Setup Guide
    4. TL;DR Quickstart
    5. FAQ and Common Problems
    6. Colorblind Accessibility
    7. Annunciator Panels
    8. Alarms
    9. System Views
      1. Main View Screen
      2. Valve & Flow Screen
      3. Unit View Screens
    10. Operating Procedure
    11. Status Messages
    12. Glossary
  2. Computer Applications
    1. Reactor PLC
      1. Front Panel
      2. Non-Networked Mode
      3. RPS
      4. PLC Emergency Coolant
    2. RTU Gateway
      1. Front Panel
    3. Supervisory Computer
      1. Front Panel
    4. Coordinator Computer
      1. Front Panel
    5. Pocket
      1. Home and Navigation
      2. Connectivity
      3. Main Applications
      4. System Details and Testing
  3. Notable System Components
    1. Co-routine Threading
    2. Project File Layout/Overview
    3. PPM - Protected Peripherals Manager
    4. RSIO - Redstone I/O
    5. Utility Classes
    6. Networking
  4. Notes
    1. Known Issues
    2. Process Closed Loop Controller
    3. Project Files and Layout
    4. Alternative Installation Strategies
  5. Investigations
    1. Startup Rate High
    2. Reactor Temperature Calculation
  6. References & Resources
    1. CC: Tweaked Character Set
    2. Mekanism API Notes
    3. Design & Regulatory References
  7. Legacy
    1. coord.settings File
    2. config.lua Files
      1. Supervisor config.lua
      2. Coordinator config.lua
      3. Reactor PLC config.lua
      4. RTU Gateway config.lua

Clone this wiki locally