EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: dbFreeLink called but link type unknown
From: Michael Johnson <[email protected]>
To: Andrew Johnson <[email protected]>
Cc: [email protected]
Date: Fri, 24 May 2013 11:20:38 -0400
Certainly. Thanks for the help!

Running 3.14.11. I can narrow it down to this simple-ish test case.

-->  load commands (loaded by dbLoadTemplate)<--

file "insertablesV/db/inchannels.db"
{
pattern {cardname, devicetype, deviceaddr, description}
{"E201B06C0943ADDR3", "VMIC0943", "#C3 S2 @MES", "limit switch"}
{"E201B06C0943ADDR4", "VMIC0943", "#C4 S2 @MES", "limit switch"}
}

-->  db file<--

record(ai, "$(cardname):ai") {
  field(DESC, "$(description)")
  field(DTYP, "$(devicetype)")
  field(FLNK, "$(cardname):mux2")
  field(INP, "$(deviceaddr)")
  field(SCAN, ".2 second")
  field(PINI, "YES")
}

record(calc, "$(cardname):mux1") {
  field(DESC, "$(description)")
  field(FLNK, "$(cardname):low")
  field(CALC, "A AND 65535")
  field(INPA, "$(cardname):ai")
}

record(calc, "$(cardname):mux2") {
  field(DESC, "$(description)")
  field(FLNK, "$(cardname):mux1")
  field(CALC, "A>>  16")
  field(INPA, "$(cardname):ai")
}

record(mbbiDirect, "$(cardname):high") {
  field(DESC, "$(description)")
  field(INP, "$(cardname):mux2")
}

record(mbbiDirect, "$(cardname):low") {
  field(DESC, "$(description)")
  field(INP, "$(cardname):mux1")
  field(FLNK, "$(cardname):high")
}

Feel free to offer any design advice as well. :)

- Mike

On 05/24/2013 10:51 AM, Andrew Johnson wrote:
Hi Michael,

On 2013-05-24 Michael Johnson wrote:
I'm seeing this error (warning?) when I load a new database.

dbFreeLink called but link type unknown

I've looked through EPICS source for the message, but I can't make out what
it's trying to tell me.
We need a bit more information: What version of Base are you using, does this
only happen for one record type, device type or record instance (and if so
please include that part of the .db file).

- Andrew


Replies:
Re: dbFreeLink called but link type unknown Andrew Johnson
References:
dbFreeLink called but link type unknown Michael Johnson
Re: dbFreeLink called but link type unknown Andrew Johnson

Navigate by Date:
Prev: Re: dbFreeLink called but link type unknown Andrew Johnson
Next: Re: Communications with serial/LAN devices not using string oriented data Andrew Johnson
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: dbFreeLink called but link type unknown Andrew Johnson
Next: Re: dbFreeLink called but link type unknown Andrew Johnson
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 20 Apr 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·