mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2025-09-17 12:41:11 +00:00
Page:
Glossary
Pages
Alarms
Alternative Installation Strategies
Annunciator Panels
Characters
Color Accessibility
Configurator Tools
Coordinator Configurator
Coordinator Legacy Config
Coordinator
Design and Regulatory References
FAQ and Common Problems
Glossary
High Rate Calculation
Home
Known Issues
Legacy Config
Legacy Coordinator Settings File
Main View Screen
Mekanism API Notes
Networking
Operating Procedure
PPM
Pocket
Process Control Closed Loop Controller
Project Files
Quickstart
RSIO
RTU Gateway Configurator
RTU Gateway Legacy Config
RTU Gateway
Reactor PLC Configurator
Reactor PLC Legacy Config
Reactor PLC
Reactor Temperature Calculation
Status Messages
Supervisor Configurator
Supervisor Legacy Config
Supervisor
System Setup
System Views
Threading
Unit View Screens
Valve and Flow Screen
Waste Setup
No results
18
Glossary
Mikayla edited this page 2024-03-05 10:18:20 -05:00
Table of Contents
Here are some terms specific to this application in addition to general good-to-know terms.
Control Room Terms
SCADA: Supervisory Control and Data Acquisition. An architecture for managing control systems.
Devices
- PLC: Programmable Logic Controller. A device that not only reports data and controls outputs, but also can make decisions on its own.
- RTU: Remote Terminal Unit. Provides monitoring to and basic output from a SCADA system, interfacing with various types of devices/controls.
Abbreviations
- ACK: Alarm ACKnowledge. This indicates you (the Operator) understand an alarm occured and would like to stop the audio tone(s).
- PPM: Protected Peripheral Manager. This is an abstraction layer created specifically for this project that prevents peripheral calls from crashing applications.
- RCP: Reactor Coolant Pump. This is one of those things that is for real-world terminology with water-cooled reactors, here it just relates to the reactor coolant flow.
- RCS: Reactor Coolant System. This encompasses the whole cooling loop (reactor coolant levels, boilers, and turbines).
- RPS: Reactor Protection System. This is the primary purpose of the Reactor PLC that monitors and protects the reactor from dangerous scenarios.
Terminology
- Fault: Something has gone wrong.
- Nominal: Normal operation. Everything operating as intended.
- Ringback: An indication that an alarm had gone off so that you (the Operator) is aware, even if the alarm condition is no longer met.
- Transient: A change in state from normal operation. Coolant levels dropping or core temperature rising above nominal values would be examples of transients.
- Tripped: An alarm condition has been met and is still met.
- Tripping: An alarm condition is met but has not met the minimum time before a condition is deemed a problem.
- Turbine Trip: The turbine stops, which prevents heated coolant from being properly cooled. In Mekanism, this would occur when a turbine cannot generate any more energy due to filling its buffer and having no output with any storage for energy left.
You may want to review this Wikipedia page for details on alarm terminology.
Software Terms
Control System
- br100: This is the burn rate converted by
math.floor(burn_rate * 100.0)
to get it as an integer. This makes math/checks easier.
- User Manual
- Computer Applications
- Notable System Components
- Notes
- Investigations
- References & Resources
- Legacy
If you need help beyond this wiki, open a support discussion or ask on Discord! If you prefer videos, they can be found on my YouTube channel.