1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 <2022> 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 <2022> 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: [EXTERNAL] Phoebus Alarm Area Panel custom colours |
From: | Ian Gillingham via Tech-talk <tech-talk at aps.anl.gov> |
To: | "Kasemir, Kay" <kasemirk at ornl.gov>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 14 Jul 2022 15:29:42 +0100 |
Thanks for that Kay.
I totally understand the reasoning for not making the alarm area panel colours customisable. The main reason I looked into this was because the end user asked the question. I think the important part is that colours can be customised on the main synoptic display for the plant, but thought I'd better check out the alarm area panel display as well. It's good to have the definitive answer.
Thanks again!
Ian
Hi:
> I'm trying to see if there's a way to modify the alarm colours presented
on the Phoebus Alarm Area Panel.
The alarm colors (colours) are fetched from https://github.com/ControlSystemStudio/phoebus/blob/master/app/alarm/ui/src/main/java/org/phoebus/applications/alarm/ui/AlarmUI.java
In there, they are currently fixed.In part because it's considered important to have one set of alarm colors, so users know what's what. We certainly don't want to use red in one tool for 'MAJOR' alarm and in another tool for 'OK'.
In part because so far no site that uses these alarm tools saw the need to customize them.If you have spare cycles, feel free to make them customizable, but if you then use that, you should assert that the colors used by displays (and this should also include web displays of control system info) use a consistent set of colors across your site.
Thanks,Kay
-- Ian Gillingham