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: EPICS compilation |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | 'Adrian Martinez' <adrian.martinez at sevensols.com> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 1 Jul 2021 16:00:57 +0000 |
Hi Adrian, Ø
2021/06/30 09:14:18.936 asynPortDriver:drvUserCreate: addr=0, cannot find parameter ucav_min_sw That means that you have a record that whose input or output link is connecting to a driver implemented with asynPortDriver. The drvUser field in that link contains the string “ucav_min_sw”, but that is not an allowed drvUser value for
that driver. You need to provide us with more information: -
The entire output when the IOC boots, not just the part after iocInit. -
The record definition for the SL-SCL-CM1:LRF-EC-1:UCavMinRd record. -
Some code from the driver you are using where it defines the parameters with createParam(). Mark From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of Adrian Martinez via Tech-talk Hello, I am using epics R3.15.5 and most builds are not correct. In fact, the compilation is always successful but a lot of process variables (usually binary PVs) do not have their readback available and I get these errors when I run the IOC: Starting iocInit Has anyone gotten these same errors? Thanks in advance, Adrián. --
|