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: Re: Epics iocInit() |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | "'fandayu at tucsen.com'" <fandayu at tucsen.com> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Mon, 6 Jul 2020 16:44:13 +0000 |
Hi, Ø
YES our campany makes cameras, I'm a software engineer from tucsen. Ø
YES,this is areaDetector IOC We want to develop our camera on Epics software>.. Ø
> - What IOC application is it? Is it one you wrote, or one you got from some EPICS module? Ø
year I refer to ioc from Andor3 Do you mean it is an areaDetector driver that you wrote based on ADAndor3? Do you know that there is already an areaDetector driver for Tucsen cameras? It was written by David Vine. I don’t know the current status. https://github.com/djvine/ADTucsen If you were not aware of that, it might be a better place to start than the ADAndor3 driver. If you do the following: cd to your iocBoot/iocXXX directory, where XXX is whatever you named it. Type the following command: ..\..\bin\windows-x64\XXX.exe st.cmd where XXX is the name of your application, what to you see? Please send the complete output. Ø
Could you please tell me,Is Andor areaDetector-camera the software your helped develop or they developed it themselves? The EPICS areaDetector ADAndor3 driver was written by the EPICS community, including me. It was not written by Andor. Mark From: fandayu at tucsen.com <fandayu at tucsen.com>
Hi Mark Firstly, thank you very much for you relpy. Now I will answer your some question: - It looks like this is Windows, correct? Yes, this is Windows - What does the error message say in English? the error message mean:There
was a problem that caused the program to stop working properly.Please close the program - What versions of EPICS base and other modules (asyn, etc.)? EPICS base ver:base-7.0.3.1 asyn ver:asyn-R4-37 busy ver: busy-R1-7-2 std-R3-6 .... and so on - It looks like tucsen.com makes cameras. Is this an areaDetector IOC? YES our campany makes cameras, I'm
a software engineer from tucsen.
·
YES,this is areaDetector IOC We want to develop our camera on Epics software. - What IOC application is it? Is it one you wrote, or one you got from some EPICS module? year I refer to ioc from Andor3 - Do you get any output in the IOC console before you get that error? If the error is a missing DLL then you probably won't.
·
I added the necessary DLL files,So I think it should not be caused by DLL - If you do get output then please send the complete output.
·
o
It crashes when it runs and there's no output, right
o
sometimes I find if i
§
Adding this function( createParam(TucsenPixelEncodingString, asynParamInt32,
&TucsenPixelEncoding);
§
) will cause the program to crash
§
In particular this enumeration(asynParamInt32
§
)
§
§
Could I trouble you for help,thk
|