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: XYgraph pv_name |
From: | Amien Crombie <[email protected]> |
To: | "Kasemir, Kay" <[email protected]>, EPICS Tech-Talk <[email protected]> |
Date: | Thu, 3 Aug 2017 06:28:23 +0200 |
Hi Kay I see what you mean and it looks like you're right in that it cannot be done in runtime. To explain my problem: I have a list of 40 Harps and each Harp has 48 current channels
(waveform). In our current CSS we physically create a 'tabbed'
control with all the 40 harps (one harp per tab). Each tab has a
xygraph control. So when a user selects a specific harp from the
group control, we just make that tab visible etc.. What I want is only 1 xygraph control that gets the PV name from the 'group' control selected..(see example screen where I have 3 Harps as example and each Harp has a X and Y graph)
![]() As a point of interest is there a way to instantiate all my Harps at startup? I have a separate PVTable with all my PV's in it and saved as 'pvs.sav'. Can I somehow call this in my code at startup so that all relevant PV's are created ? I hope my explanation make sense regards Amien On 02/08/2017 18:05, Kasemir, Kay wrote:
|