HI version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
58% Positive
Analyzed from 924 words in the discussion.
Trending Topics
#control#https#rooms#nuclear#com#why#red#need#room#made

Discussion (30 Comments)Read Original on HackerNews
- here's Bugey, the oldest active nuclear plant in France: https://cdn-s-www.leprogres.fr/images/5A6732BE-29F9-43FA-806...
- And here's Dampierre, the second oldest, which I was lucky enough to visit: https://www.larep.fr/photoSRC/Gw--/centrale-nucleaire-indust...
I'm sure their's plenty of other control rooms in the same style, for subways, water networks, electricity grid, train networks, scattered around the western world.
He makes use of a lot of early test equipment. The look is very functional but not ugly. It's not colourful but everything is well made because it's made for professionals.
I see the same thing in mid-century BBC studios.
--
1. Which I love.
2. https://www.hainbachmusik.com/
Nuclear plants, planes, etc use colour so you can differentiate very quickly under pressure. Much easier to shout "THE RED BUTTON!!!" than "The second button five down from the left!"
Nuclear operators are highly trained professionals (two years of training in France, for instance) who know their machine by heart, so what you'll hear will be much more specific like “isolate vapor generator number 3”. Also, the way it's organized it will very rarely be orders, but instead description if what each of them are doing while following the safety procedure, to keep other crew members aware of what they're doing.
So no “Press that god damn red button!” but instead “I'm bypassing turbine through GCTA and moving to step 342.B.3”.
To paraphrase, the Three Mile Island Disaster happened because the operators couldn't discern the right red light in a sea of other lights and noise.
https://uxdesign.cc/three-mile-island-how-bad-ux-led-to-a-nu...
This is from Swedens Ågesta Nuclear Plant, the first in the country.
I don't really get why you'd need all the used floor space. That seems to really be the key difference from those early control rooms and more modern ones. The old ones had you walking around and the new ones are designed to keep you seated. Still, it seems like the old ones had an excessive amount of floor space.
- modelling the system rather than implementation (system status rather than many individual service statuses)
- supporting causal reasoning: the control flow on top means you can trace failure modes back, visually; software systems typically only model their own ontology, and you need to look somewhere else for the next abstraction down
- surface state first rather than time series; a pretty graph is nice to look at, but for actionability sometimes what you need is the flashing red light
- prioritize first-out indicator. In a complex system with lots of alerts, the most important diagnostic alert is often the first one - the rest are downstream and contribute to alert fatigue, despite them probably being more important business metrics
Highly relevant: "Why So Many Control Rooms Were Seafoam Green"
Link: https://bethmathews.substack.com/p/why-so-many-control-rooms...
Discussion: https://news.ycombinator.com/item?id=47518960 (3 months ago)
Previously,eg:
2022, 139 points, 99 comments
https://news.ycombinator.com/item?id=30581867
2020, 677 points, 268 comments
https://news.ycombinator.com/item?id=23334339
Etc
[0] https://bethmathews.substack.com/p/why-so-many-control-rooms...
[1] https://news.ycombinator.com/item?id=47518960
You can see in these pictures, where every input and output is a real physical thing, just how much density of information was required for Operators to process. As we moved to computer screens representing the same, those original screens would represent these control room layouts faithfully (and you can understand why, training an operator must have taken ages; retraining is not palatable).
Over time, multiple “control rooms” coalesced into one room of computer screens with fewer operators and yet an exponential increase in information to process. So how on earth can a person keep track of it all? Intervene promptly when things go wrong? Determine what needs attention right now vs something that can wait? As a problem space, the seemingly simply world of designing SCADA UI is quite fascinating.