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: How to start EPICS IOC via LabVIEW on cRIO |
From: | "Southern, Tim" <[email protected]> |
To: | [email protected] |
Date: | Fri, 23 Mar 2018 11:22:31 -0400 |
Hi Zefeng Zhao , You will need to create a dbd file in your <APP>/src folder like so >> touch lvPortDriver.dbd In the file add the following line: registrar(<name of st program>Registrar) You will then need to add the dbd to the src/Makefile: <APP>_DBD += lvPortDriver.dbd Run make in src folder. -Tim On 3/23/18 9:48 AM, [email protected]
wrote:
Dear Dr. Baily, |