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: SMOO expects constant |
From: | bob dalesio <[email protected]> |
To: | Amien Crombie <[email protected]> |
Cc: | EPICS tech-talk <[email protected]> |
Date: | Thu, 15 Mar 2018 07:29:08 -0400 |
Hi here I have 2 of my database records:
##############################
############################## record(ai, "$(dev):rawval") {####
1) record(ai, "$(dev):sm") {
2) field(DESC, "Smoothing")
3) }
4)
5) field(SCAN, ".1 second")
6) field(DTYP, "asynInt32") #
7) field(INP, "@asyn(int32 $(addr) 100)")
8) field(SMOO, "$(dev):sm")
9) field(FLNK, "$(dev):coef")
}##############################
############################## #### This fails on
Can't set "bc1:rawval.SMOO" to "bc1:sm"
Error at or before ")" in file "db/newioc8.db" line 8
If I put a constant (0 - 1) in line(8) it works
Amien