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: synApps record |
From: | <[email protected]> |
To: | <[email protected]>, <[email protected]> |
Date: | Tue, 26 Aug 2014 11:40:42 +0000 |
HI Priya, You have to define a dbd file that includes all the record and menu types you need in your application, and then point VDCT at that. Often, this is just a case
of putting statements like: DBD += <name>.dbd <name>_DBD += <file1>.dbd <file2>.dbd ... … into the Makefile in the application src directory. These then just get built into a single file called <name>.dbd in the dbd directory, and you can point
your version of VDCT at that. However, you do have to do an initial make to create the file before you can run vdct. You can also hand craft a default site-wide .dbd and use that. More information is in the manual: http://www.aps.anl.gov/epics/base/R3-14/12-docs/AppDevGuide/node5.html#SECTION00566000000000000000 Cheers, Nick Rees Principal Software Engineer Phone: +44 (0)1235-778430 Diamond Light Source Fax: +44 (0)1235-446713 From: priya tiwari [mailto:[email protected]]
Hello I am trying to use other records of synApps which is not in VDCT for eg. scalcout,transform,asyn etc.I have installed synApps_5_7 in EPICS folder , then How to use synApps record in my VDCT application? What changes are required to be made in my own directory?plz help me Thanks in advance.... |