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  2021  <20222023  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  2021  <20222023  2024 
<== Date ==> <== Thread ==>

Subject: Phoebus and dynamic macros
From: GAGET Alexis via Tech-talk <tech-talk at aps.anl.gov>
To: "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>
Date: Wed, 2 Nov 2022 14:17:46 +0000

Hello,

I’m trying to migrate to Phoebus for our new development and I’d like to be able to set Macro dynamically (for my hundreds of acquisition channel for example). I was able to do that with CSS boy using script.

According to https://control-system-studio.readthedocs.io/en/latest/app/display/editor/doc/property_type.html?highlight=macros#macros-property it seems possible also.

 

But when I applied the example to an “Embedded Display”:

 

importPackage(Packages.org.csstudio.opibuilder.scriptUtil);

var macroInput = DataUtil.createMacrosInput(true);

macroInput.put("CHANNEL", PVUtil.getString(pvs[0]));

widget.setPropertyValue("macros", macroInput);

 

I got the following exception :

 

 [..]

Caused by: java.lang.Exception: Need Macros, got {CHANNEL=2}
    at org.csstudio.display.builder.model.properties.MacrosWidgetProperty.setValueFromObject(MacrosWidgetProperty.java:53)
[..]

CHANNEL=2 because my PV loc://macroValue is set to 2.


seems to come from here but it's not really understandable for me

https://github.com/ControlSystemStudio/phoebus/blob/1a42ce4afc128f32b845db985ed7966f94078032/app/display/model/src/main/java/org/csstudio/display/builder/model/properties/MacrosWidgetProperty.java


Is the example incorrect, or is it not usable on an "Embedded Display" I've tried on a simple windows, i got the same result


Thanks in advance


Alexis GAGET

CEA Saclay - DRF/Irfu/DIS/LDISC

Bâtiment 472 - pièce 105

alexis.gaget at cea.fr

 


Replies:
Re: Phoebus and dynamic macros Kasemir, Kay via Tech-talk

Navigate by Date:
Prev: NTNDArray with attributes using QSRV group Pas Joao Paulo Martins via Tech-talk
Next: Re: NTNDArray with attributes using QSRV group Pas Kasemir, Kay 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  2021  <20222023  2024 
Navigate by Thread:
Prev: Re: NTNDArray with attributes using QSRV group Pas Michael Davidsaver via Tech-talk
Next: Re: Phoebus and dynamic macros Kasemir, Kay 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  2021  <20222023  2024 
ANJ, 02 Nov 2022 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·