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: Modbus module duplicating definitions |
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: | Sat, 26 Mar 2022 16:10:30 +0000 |
Ø
Compiling only with modbus.dbd generated the same duplicate error. Yes, that is expected because modbus.dbd includes base.dbd, asyn.dbd, etc. The master branch of the Modbus module does not contain modbus.dbd, it was removed in January, 2021. Mark From: Marco A. Barra Montevechi Filho <marco.filho at lnls.br>
Hi, Mark! From: Mark Rivers <rivers at cars.uchicago.edu> Hi Marco, Your EquipmentInclude.dbd file appears to be including both modbus.dbd and modbusSupport.dbd. You should only include modbusSupport.dbd, remove modbus.dbd.
Mark From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of Marco A. Barra Montevechi Filho via Tech-talk Hello! dbdExpand.pl: Duplicate definition of record type 'mbboDirect' Context: recordtype(mbboDirect) in file '/usr/local/epics-nfs/modules/R3.15.6/synApps/R6.0/support/modbus-R2-11/dbd/modbus.dbd' while reading 'modbus.dbd' to create 'Eurotherm.dbd' dbdExpand.pl: Exiting due to errors include "base.dbd"
include "asyn.dbd" include "drvAsynIPPort.dbd" include "drvAsynSerialPort.dbd" include "stream.dbd" include "modbus.dbd" include "modbusSupport.dbd" it will generate the same error. Removing only the lines about modbus from the Include file lets the IOC compile, but starting the st.cmd file will return me things like: st.cmd line 47: Command drvModbusAsynConfigure not found. 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. |