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: sequencer installation |
From: | Eric Norum <[email protected]> |
To: | Emmanuel Mayssat <[email protected]> |
Cc: | epics <[email protected]> |
Date: | Fri, 6 Oct 2006 16:17:13 -0500 |
Did you: a) Create a .dbd file with a registrar command for the sequence program? For example, I've got an sequencer source file with 'program scanAcqPll' at the top and a scanPll.dbd file containing: registrar(scanAcqPllRegistrar) b) Add that .dbd file to your application. Using my system as an example again, the application Makefile contains the line: rftest_DBD += scanPll.dbd BTW -- my application Makefile also contains: rftest_SRCS += scanPll.st and rftest_LIBS += seq pv c) Do a make distclean ; make On Oct 6, 2006, at 1:41 PM, Emmanuel Mayssat wrote:
-- Eric Norum <[email protected]> Advanced Photon Source Argonne National Laboratory (630) 252-4793 |