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: added the pv in synapps |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | tech-talk <tech-talk at aps.anl.gov>, 网易邮件中心 <l123173 at 163.com> |
Date: | Tue, 28 Jun 2022 14:11:15 +0000 |
scaler16m.db requires 2 macro arguments, $(P) and $(S). You did not pass $(S). You should change it to something like this:
dbLoadRecords("$(STD)/stdApp/Db/scaler16m.db", "P=$(PREFIX), S=scaler1")
Mark
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of 网易邮件中心 via Tech-talk <tech-talk at aps.anl.gov>
Sent: Tuesday, June 28, 2022 8:26 AM To: tech-talk <tech-talk at aps.anl.gov> Subject: added the pv in synapps Hi all,
I have a simple question about pv was all disconnected.
I run the xxx ioc, run the opi. But all pv in scaler16m.opi was disconnect.(the ioc did work well)
I typed dbl command, they were not listed, such as xxx:scaler1.S1.
I think the reason was missing some dbLoadRecord of std.
But still failed after I added the command "dbLoadRecords("$(STD)/stdApp/Db/scaler16m.db", "P=$(PREFIX)")" in st.cmd(common.iocsh)
Could someone tell me what's wrong with me?
I use base 7.0.5,synapps 6.2, opi was control system studio.
Regards,
Liang
|