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: | Display of Nested NTTable on PVServer on Phoebus Table Widget |
From: | Kuldeep Joshi via Tech-talk <tech-talk at aps.anl.gov> |
To: | tech-talk at aps.anl.gov |
Date: | Fri, 26 Nov 2021 05:55:22 +0000 |
Hello,
If the top level struct of PVObject is of NTTable type the table gets displayed in the Table widget of Phoebus (pva://Table1)
PvObject(my_tableStructDict, "epics:nt/NTTable:1.0")
However if I group multiple NTTable types in one PVObject then the Phoebus Table widget is unable to display the same. (I am doing so with the proper path pva://my_object/Table1, pva://my_object/Table2).
I tried playing with this code https://github.com/ControlSystemStudio/phoebus/blob/master/app/display/model/src/main/resources/examples/table/server.py. (i tried changing the dingus table to NTTable type)
but the moment I place the "epics:nt/NTTable:1.0" structure at a lower lever in the pvobject structure the Table widget is unable to display the same.
I wanted to reduce the clutter of pva objects
Is it possible to do so and does anyone have sample code?
Thank you in advance
Regards,
Kuldeep Joshi