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: List of available pvs |
From: | Emma Shepherd <[email protected]> |
To: | Tito Körner <[email protected]>, "[email protected]" <[email protected]> |
Date: | Wed, 6 Nov 2013 05:54:21 +0000 |
Hi Tito, What’s the reason for not leaving the unused channels in the database, is it because of I/O errors on the IOC console when they are not connected? If so, I
often build an ‘on/off’ function into the database so that I can easily disconnect the hardware (at least this works very well for streamDevice applications). Instead of having lots of records on periodic scan rates polling the hardware, I put them to Passive
and fwd link to them from a single fanout record. You could then have a record in the database to represent the ‘in-use’ status, and have this change the .SCAN field of the fanout record appropriately. But not sure if this will work for your scenario! Cheers, Emma From: [email protected] [mailto:[email protected]]
On Behalf Of Tito Körner Hello, I use a substitution file to create pvs representing the channels of high voltage boxes. The pattern is: {box, level, channel} As indicated not every channel of every box is in use. It would be nice to have some kind of info which channels are currently in use without simply trying every possible channel and checking whether it exists
or not. It would be useful to have some kind of pv that contains this info, but currently I have no clou how I could do this. What could I do? Regards, Tito |