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: | Linking a HIGH and LOW field to a PV |
From: | Bo Jakobsen <[email protected]> |
To: | [email protected] |
Date: | Mon, 21 Nov 2016 15:00:40 +0100 |
Hi I am trying to get "limits" to work on a "Soft Channel" record. The challenge is that I have the limit values in another record, and want to make a link between the two records. I would therefore like to something like this: record(ao, "$(P):SUBCRYO_SETP_S") { field(DESC, "Huginn Sub-cryostat system setpoint") field(DTYP, "Soft Channel") field(VAL, "300") field(PREC, "3") field(EGU, "K") field(PINI, "YES") field(HSV, "MINOR") field(LSV, "MINOR") field(LOW, "$(P):SUBCRYO_SETP_MIN.VAL CP") field(HIGH, "$(P):SUBCRYO_SETP_MAX CP") } which, however, does not work. It this possible, and in that case how. Thanks in advance. Bo |