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: Generating EPICS records from a spreadsheet |
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>, Ian Gillingham <ian.gillingham at gmail.com> |
Date: | Fri, 6 May 2022 13:49:58 +0000 |
Hi Ian,
One option would be to do the Excel reading in Python then use
https://github.com/dls-controls/epicsdbbuilder to do the db writing. It uses dbStatic calls to load a DBD file, then check that the records being produced are valid and have valid values.
Thanks,
Tom
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Ian Gillingham via Tech-talk <tech-talk at aps.anl.gov>
Sent: 06 May 2022 12:42 To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: Generating EPICS records from a spreadsheet I'm interested to know whether anyone has developed a mechanism for
creating a .db file of EPICS records from information (record names, fields and associated values) stored in an Excel spreadsheet? Just trying to avoid re-inventing the proverbial wheel. Thanks, Ian Gillingham
-- 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. |