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: [External] Re: Links between bob files in different support modules |
From: | "Cobb, Tom \(DLSLtd,RAL,LSCI\) via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Wed, 5 Apr 2023 13:02:08 +0000 |
Thanks everyone for the suggestions. I like Kay's idea of a directory of softlinks, but I also like the idea of replicating a search path at the IOC
level. Using Kay's example I think I will have a go with the following:
IOC1/motor_overview.bob -> /path/to/motor/v1/motorApp/opi/bob/motor_overview.bob
IOC1/motor_detail.bob -> /path/to/motor/v1/motorApp/opi/bob/motor_detail.bob
IOC1/ls_overview.bob ->
/path/to/lakeshore/v1/lakeshoreApp/opi/bob/ls_overview.bob
IOC1/ls_detail.bob -> /path/to/lakeshore/v1/lakeshoreApp/opi/bob/ls_detail.bob
IOC1/ioc1_overview.bob
IOC2/motor_overview.bob -> /path/to/motor/v2/motorApp/opi/bob/motor_overview.bob
IOC2/motor_detail.bob -> /path/to/motor/v2/motorApp/opi/bob/motor_detail.bob
IOC2/ioc2_overview.bob
bl_overview.bob
This means that if
motor_detail.bob wanted to link to ls_detail.bob , it would have an action button that opened
ls_detail.bob . It would then pick up the version of lakeshore that was defined for that IOC. If
iocx_overview.bob wanted to open motor_detail.bob it would have an action button to
motor_detail.bob and if bl_overview.bob wanted to open
ioc1_overview.bob it would have an action button to IOC1/ioc1_overview.bob .
Thanks,
Tom
From: Paul Sichta <psichta at pppl.gov>
Sent: 28 March 2023 18:02 To: Cobb, Tom (DLSLtd,RAL,LSCI) <tom.cobb at diamond.ac.uk> Cc: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: Re: [External] Re: Links between bob files in different support modules Tom
I was thinking: in your environment before calling the phoebus startup command from your shell
I use a script to startup our phoebus so I could put such things there as well,
export BSUPPORT=../../../BSupport/BSupportApp/op/bob
of course this only works if your running bob file is at the right spot relative to the targeted bob file .
-ps
-ps
On Tue, Mar 28, 2023 at 10:17 AM Cobb, Tom (DLSLtd,RAL,LSCI) <tom.cobb at diamond.ac.uk> wrote:
-- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail. |