EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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  <20212022  2023  2024  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  <20212022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: CS-Studio (Phoebus) Dynamic Population of PVs in GUI
From: Michael Davidsaver via Tech-talk <tech-talk at aps.anl.gov>
To: "Manoussakis, Adamandios" <manoussakis1 at llnl.gov>
Cc: EPICS tech-talk <tech-talk at aps.anl.gov>
Date: Fri, 15 Jan 2021 09:15:50 -0800
On 1/14/21 2:28 PM, Manoussakis, Adamandios via Tech-talk wrote:
> Hello All,
> 
>  
> 
> I was curious what the best way to go about populating our GUIs in CS Studio when we are dealing with multiple PVs that share a common attributes.  Such as
> 
>  
> 
> Device1:Subdevice1:Signal1
> 
> Device1:Subdevice1:Signal2
> 
>  
> 
> Device1:Subdevice2:Signal1
> 
> Device1:Subdevice2:Signal2
> 
>  
> 
> And so forth for N devices M Subdevices Z Signals
> 
>  
> 
> I was thinking to use macros that pull from drop down menus which would then populate the correct PVs for say specific waveforms.
> 
>  
> 
> Dropdown menu to select Device #, Dropdown menu to select subdevice # and then populate the PV waveforms for the correct subset I selected.
> 
>  
> 
> I only just started to use CS Studio and I think this seems possible but wasn’t completely sure.  I also saw that I could write some python scripting and have it run in CS Studio to parse out and place the correct PVs depending on drop down selections but wanted to check in first and see how people have been using it.

You might want to start by looking at ways to accomplish this with macros.

For example, it is possible to use an Action Button to replace an OPI with the
same OPI file and different macros values.  So I can have a row of buttons,
or one button with a menu, to select between different device instances.

I think it may also be possible for an embedded script to change macro values,
though cleverness with client side scripting is generally recommended as a last
resort.

wrt. generation screens.  So far I've only done this sort of thing offline.
eg. with python scripts to generate OPI screen files (variously .bob, .opi,
or .edl).  Usually with the idea of quickly generating tabular "expert"
screens for devices with a large number of scalar settings.

For cs-studio, this is mostly an exercise in xml.etree.ElementTree with
some logic to manage incrementing Y position for successive Embedded Display
widgets.

Replies:
Re: CS-Studio (Phoebus) Dynamic Population of PVs in GUI Tynan Ford via Tech-talk
References:
CS-Studio (Phoebus) Dynamic Population of PVs in GUI Manoussakis, Adamandios via Tech-talk

Navigate by Date:
Prev: PVXS release 0.1.1 Michael Davidsaver via Tech-talk
Next: Re: CS-Studio (Phoebus) Dynamic Population of PVs in GUI Tynan Ford via Tech-talk
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  <20212022  2023  2024 
Navigate by Thread:
Prev: RE: CS-Studio (Phoebus) Dynamic Population of PVs in GUI Pearson, Matthew R. via Tech-talk
Next: Re: CS-Studio (Phoebus) Dynamic Population of PVs in GUI Tynan Ford via Tech-talk
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  <20212022  2023  2024 
ANJ, 15 Jan 2021 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·