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: | Possible to Populate CSS text fields with JDBC calls? |
From: | "Manoussakis, Adamandios via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "Kasemir, Kay" <kasemirk at ornl.gov> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 25 Mar 2021 00:49:24 +0000 |
Hey Kay, I was wondering if it is possible to pull a value from a database using CSS’s JDBC implementation into say a text field on our CSS GUI. I have been trying to figure out best way to store different configurations (Multiple experiment configurations)
in a database then push them to all the IOC (PVs) when needed. I was hoping there was an easy solution to doing this, but maybe I need to write a python script to grab and write to the CSS GUI text fields using jdbc? DB -> CSS (using jdbc calls?) -> fill in CSS GUI fields -> which would write to the PVs Thanks, Adam |