|
Hi Eva,
That is not correct. The BrukerQM100Config command is defined here:
It is
int BrukerQM100Config(const char *portName, char *user, char *passwd, char *server, int spuno)
The portName argument to that command is the name of the asyn port to create for this driver. It is not the name of a drvAsynIPPort.
You don't need to build your IOC with drvAsynIPPort. The IP communication is done using their DLL, not with asyn.
Mark
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://github.com/epics-modules/mca/blob/master/mcaApp/RontecSrc/mcaBrukerQM100Include.dbd 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.
|