What is RAMSHEEP (or RAMS-HEEP)?

RAMSHEEP is a decision-making framework that combines two groups of system and project criteria:

  • RAMS: Reliability, Availability, Maintainability, Safety
  • HEEP: Health, Environment, Economics, Politics (sometimes also Public or Perception for the ‘P’)

With RAMSHEEP, you not only consider technical reliability and safety, but also health, environmental impact, costs/benefits and governance or political interests.

It is widely used in (industrial) systems, infrastructure, rail, energy, water and other domains where IT/OT, safety, continuity and public interests come together.


🔧 The components explained

RAMS

Letter Meaning Question to ask Example in OT/industry
R Reliability How often does the system fail? MTBF of a PLC or sensor network
A Availability How much uptime is guaranteed? Redundant SCADA servers for 99.95% availability
M Maintainability How quickly and easily can it be repaired or maintained? Mean time to repair (MTTR), hot-swappable components
S Safety How safe is the system for people and environment? SIL/PL levels, fail-safe shutdown when setpoints are exceeded

HEEP

Letter Meaning Question to ask Example
H Health What is the impact on health and occupational safety? Exposure to chemicals, ergonomic risks
E Environment What is the environmental impact? Emissions, energy consumption, waste
E Economics What does it cost (TCO/ROI) and what does it deliver? Business case for a redundant architecture
P Politics/Public What public, political or legal constraints apply? NIS2 requirements, permits, public opinion, stakeholders

🔁 Why combine RAMS and HEEP?

Technically, a solution can be reliable and safe (RAMS) but still be unacceptably expensive, environmentally harmful or politically unworkable (HEEP). RAMSHEEP forces you to transparently weigh up all the relevant interests.


🧭 How do you use RAMSHEEP in practice?

  1. Define criteria and weighting factors (e.g. Safety and Availability weigh more heavily than Economics)
  2. Quantify wherever possible (MTBF, MTTR, CO₂, TCO, CAPEX/OPEX)
  3. Assess alternatives (A/B/C architectures) against all RAMS and HEEP criteria
  4. Make trade-offs explicit and document the decisions
  5. Review periodically (legislation, risks, costs and technology change)

🏭 Example (OT/SCADA environment)

Choice: an active-active redundant SCADA cluster vs. a single server with backup.

  • Reliability/Availability: active-active scores higher (less downtime)
  • Maintainability: active-active enables maintenance without standstill
  • Safety: higher availability = less risk of process unsafety
  • Economics: higher CAPEX/OPEX due to duplicated hardware/licences
  • Environment: higher energy consumption from duplicated systems
  • Politics/Public: possibly required by regulation (e.g. essential sectors, NIS2)

Decision: active-active, but with optimisations to limit energy use and costs — recorded through RAMSHEEP analysis.


📌 In summary

RAMSHEEP is an integrated decision framework that links technical reliability and safety (RAMS) to health, environment, economics and politics (HEEP). Ideal for making transparent, defensible choices in complex (OT) systems and infrastructure projects.