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: | OMS MAXnet motorOmsAsyn module’s autosave |
From: | whitetiger1123 via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 27 Apr 2023 16:37:04 +0900 |
I really appreciate about your comment, OMS MAXnet motorOmsAsyn module’s autosave. I checked it, but it already added. https://epics.anl.gov/tech-talk/2023/msg00597.php pwd: /usr/local/epics/synApps_6_1/support/motor-R7-1/modules/motorOmsAsyn/iocs/omsAsynIOC/omsAsynApp/src vi Makefile # Makefile TOP = ../.. include $(TOP)/configure/CONFIG DBD += omsAsynSupport.dbd DBD += $(AUTOSAVE)/dbd/asSupport.dbd DBD += $(OPTICS)/dbd/opticsSupport.dbd LIBRARY_IOC_DEFAULT += omsAsyn SRCS += omsBaseAxis.cpp SRCS += omsBaseController.cpp SRCS += omsMAXnet.cpp SRCS += omsMAXv.cpp SRCS += omsMAXvEncFunc.cpp omsAsyn_LIBS += motor omsAsyn_LIBS += asyn omsAsyn_LIBS += autosave omsAsyn_LIBS += optics omsAsyn_LIBS += $(EPICS_BASE_IOC_LIBS) include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE ~ $(AUTOSAVE) => /usr/local/epics/synApps_6_1/support/autosave-R5-10 But it still show an same error. Is this problem because of autosave compile? Sincerely, Baeg |