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: PV Access |
From: | Ralph Lange via Tech-talk <tech-talk at aps.anl.gov> |
To: | EPICS Tech Talk <tech-talk at aps.anl.gov> |
Date: | Thu, 26 Mar 2020 07:09:36 +0100 |
Hi Andrew
may I piggyback on this question? I got another documentation related question.
Some time ago I tried to use JSON input links, but failed w/ anything but pva.
DB example is below, based on this doc https://epics.anl.gov/base/R7-0/3-docs/links.html
record(ai, "${SYS}:constFloatPi") {
field(INP, 3.14159265358979)
field(PREC, 9)
field(PINI, "NO")
field(DESC, "ai, holding Pi, PINI=0")
}
# db input link
# not working: error --> dbJLinkInit: Link type 'db' not found
record(ai, "${SYS}:dbInput") {
field(INP, {db:"${SYS}:constFloatPi"})
}
Can you please point out were the current documentation of the JSON link feature can be found? Or comment on the error "Link type 'db' not found" I receive?