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: Problems setting up MCA BrukerQM100 |
From: | "Lott, Eva via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Jörn Dreyer <j.dreyer at hzdr.de>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Mon, 28 Apr 2025 11:58:16 +0000 |
Apologies for the lack of errors - it was correctly compiling and not giving error output, beyond `drvAsynIPPortConfigure` not being available as a command in the compiled IOC. Asyn is already in the list of linked libraries.
I've added it seperately, with
DBD += $(SUPPORT)/asyn/dbd/drvAsynIPPort.dbd
here
which did the trick.
From: Jörn Dreyer <j.dreyer at hzdr.de>
Sent: 28 April 2025 13:15 To: tech-talk at aps.anl.gov Cc: Lott, Eva Subject: Re: Problems setting up MCA BrukerQM100 Hi Eva,
as you did not post any error messages you get when compiling the ioc, I can only guess whet went wrong. It is not enought to just add drvAsynIPPort.dbd to the DBDS in the Makefile. You also have to add asyn to the list of linked libraries. Regards, Jörn Am Montag, 28. April 2025, 11:14:13 Mitteleuropäische Sommerzeit schrieb Lott, Eva via Tech-talk: > Hi, > > I've been trying to set up an MCA ioc for the Bruker XFlash. I've built `mcaBrukerQM100.exe` (linking the hardware control dll), and am now in the process of writing the iocBoot for it. > > My problem is that this ioc doesn't link `drvIPPortConfigure` - I need an IP port for running `BrukerQM100Config`. I've tried linking drvAsynIPPort.dbd in https://urldefense.us/v3/__https://github.com/epics-modules/mca/blob/master/mcaApp/RontecSrc/mcaBrukerQM100Include.dbd__;!!G_uCfscf7eWS!cGAGhOJw5qyshYDXwAdWTMAdGELjGjKZP4z2cQWyTP3EelgE-wwIPDmX2Fqz4mkHCEUd9A_p47g0SCbpYAVjnkSkYJwd8Oz5mw$ to no avail. > > > Does anyone have any examples of a production mcaBrukerQM100 support module that I can look at? > > Eva > > > ________________________________ > > Helmholtz-Zentrum Berlin für Materialien und Energie GmbH > > Mitglied der Hermann von Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V. > > Aufsichtsrat: Vorsitzender Dr. Volkmar Dietz, stv. Vorsitzende Dr. Jutta Koch-Unterseher > Geschäftsführung: Prof. Dr. Bernd Rech, Thomas Frederking > > Sitz Berlin, AG Charlottenburg, 89 HRB 5583 > > Postadresse: > Hahn-Meitner-Platz 1 > 14109 Berlin > Deutschland > > Diese E-Mail kann vertrauliche und/oder rechtlich geschützte Informationen enthalten. Wenn Sie diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den*die Absender*in und vernichten Sie diese Mail. Das unerlaubte Kopieren, die Veröffentlichung sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet. > This email may contain confidential and/or proprietary information. If you have received this e-mail in error, please inform the sender immediately and destroy this e-mail. Unauthorized copying, publishing or distribution of this e-mail is not permitted. > -- Dr. Jörn Dreyer HIBEF DAQ + Controls Institut für Strahlenpysik Helmholtz-Zentrum Dresden - Rossendorf e.V. (HZDR) Bautzner Landstr. 400 | 01328 Dresden | Germany http://www.hzdr.de Vorstand: Prof. Dr. Sebastian M. Schmidt, Dr. Diana Stiller Vereinsregister: VR 1693 beim Amtsgericht Dresden Helmholtz-Zentrum Berlin für Materialien und Energie GmbH Mitglied der Hermann von Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V. Aufsichtsrat: Vorsitzender Dr. Volkmar Dietz, stv. Vorsitzende Dr. Jutta Koch-Unterseher Geschäftsführung: Prof. Dr. Bernd Rech, Thomas Frederking Sitz Berlin, AG Charlottenburg, 89 HRB 5583 Postadresse: Hahn-Meitner-Platz 1 14109 Berlin Deutschland Diese E-Mail kann vertrauliche und/oder rechtlich geschützte Informationen enthalten. Wenn Sie diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den*die Absender*in und vernichten Sie diese Mail. Das unerlaubte Kopieren, die Veröffentlichung sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet. This email may contain confidential and/or proprietary information. If you have received this e-mail in error, please inform the sender immediately and destroy this e-mail. Unauthorized copying, publishing or distribution of this e-mail is not permitted. |