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: | Dynamic limits in alarms |
From: | Eusebio Naif Al-Soliman Fuentes via Tech-talk <tech-talk at aps.anl.gov> |
To: | tech-talk at aps.anl.gov |
Date: | Wed, 05 Jul 2023 20:08:39 +0200 |
Hello everybody.
I'm new to EPICS and I have a little issue with the alarm limits.
I know that, if you want to set some limits for the alarms of an IOC, you just have to set the fields LOLO, LOW, HIGH and HIHI to the desired values.
However, I want these limits to be dynamic and depend on another variable, I have tried with the next code:
record(ao, "alarm_lim_dynamic:Low") record(ao, "alarm_lim_dynamic:High") record(ai, "temperature:oil") But I'm getting the next error: [eusebio@fedora ~]$ softIocPVA -d test2.db Can someone explain me what's wrong in my code? Thanks in advance. --
Saludos/Best regards University of Granada Eusebio Naif Al-Soliman Fuentes eunaif at correo.ugr.es |