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: | "Marco A. Barra Montevechi Filho via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Mark Rivers <rivers at cars.uchicago.edu> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Sat, 26 Mar 2022 16:07:13 +0000 |
Hi, Mark!
Compiling only with modbus.dbd generated the same duplicate error. Compiling with only modbusSupport.dbd apparently solved the problem. Thanks! From: Mark Rivers <rivers at cars.uchicago.edu>
Sent: 26 March 2022 12:03 To: Marco A. Barra Montevechi Filho <marco.filho at lnls.br> Cc: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: RE: Modbus module duplicating definitions 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. |