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: Compiling IOC with sequencer from scratch. seq command not found. |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | "Marco A. Barra Montevechi Filho" <marco.filho at lnls.br> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Fri, 20 Jan 2023 19:52:08 +0000 |
Did you remember to add the registrar command for your sequencer program to your application dbd file? From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of Marco A. Barra Montevechi Filho via Tech-talk Hello all, good evening. SNCSEQ = /usr/local/epics-nfs/modules/R7.0.7/synApps_6_2/synApps/support/seq-2-2-9/ # Set RULES here if you want to use build rules from somewhere # other than EPICS_BASE: #RULES = $(MODULES)/build-rules # These lines allow developers to override these RELEASE settings # without having to modify this file directly. -include $(TOP)/../RELEASE.local -include $(TOP)/../RELEASE.$(EPICS_HOST_ARCH).local -include $(TOP)/configure/RELEASE.local include $(TOP)/configure/CONFIG #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE #============================= #============================= # Build the IOC application PROD_IOC = SoftKin # SoftKin.dbd will be created and installed DBD += SoftKin.dbd # SoftKin.dbd will be made up from these files: SoftKin_DBD += base.dbd # Include dbd files from all support applications: #SoftKin_DBD += xxx.dbd # Add all the support libraries needed by this IOC #SoftKin_LIBS += xxx # SoftKin_registerRecordDeviceDriver.cpp derives from SoftKin.dbd SoftKin_SRCS += SoftKin_registerRecordDeviceDriver.cpp ####SoftKin_SRCS += Kinematics.stt # Build the main IOC entry point on workstation OSs. SoftKin_SRCS_DEFAULT += SoftKinMain.cpp SoftKin_SRCS_vxWorks += -nil- # Add support from base/src/vxWorks if needed #SoftKin_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary #####ADD Sequencer #SoftKin_DBD +=
#SoftKinSupport_LIBS += seq pv SoftKin_SRCS += Kinematics.stt SoftKin_LIBS += seq pv # Finally link to the EPICS Base libraries SoftKin_LIBS += $(EPICS_BASE_IOC_LIBS) #SoftKin_LIBS += seq pv #=========================== include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE #- You may have to change SoftKin to something else #- everywhere it appears in this file < envPaths cd "${TOP}" ## Register all support components dbLoadDatabase "dbd/SoftKin.dbd" SoftKin_registerRecordDeviceDriver pdbbase ## Load record instances #dbLoadRecords("db/SoftKin.db","user=marco") dbLoadTemplate("${TOP}/SoftKinApp/Db/Kinematics.substitutions") cd "${TOP}/iocBoot/${IOC}" iocInit ## Start any sequence programs seq Kinematics,"BLP=SOL:,HP=S:,MP=m1" Aviso Legal: Esta mensagem e seus anexos podem conter informações confidenciais e/ou de uso restrito. Observe atentamente seu conteúdo e considere eventual consulta ao remetente antes
de copiá-la, divulgá-la ou distribuí-la. Se você recebeu esta mensagem por engano, por favor avise o remetente e apague-a imediatamente. Disclaimer: This email and its attachments may contain confidential and/or privileged information. Observe its content carefully and consider possible querying to the sender before
copying, disclosing or distributing it. If you have received this email by mistake, please notify the sender and delete it immediately. |