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: ADVimba wrong camera initialization |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | 'Kacper Klys' <kacper.klys at e9controls.com>, Marcin Lukaszewski <marcin.lukaszewski at e9controls.com> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Wed, 5 Feb 2020 18:47:12 +0000 |
Hi Kacper, I believe the problem is that the camera is defaulting to jumbo packets when it is power cycled. It works after you run their viewer because that changes the packet size. For now you can fix this by opening the Features-1 screen which should look like this: Change the GC_GeVSCPSPacketSize PV to 1500. You can add the following at the end of your st.cmd so it will be set each time you start: dbpf $(PREFIX)cam1:GC_GeVSCPSPacketSize 1500 I will fix the driver so that it auto-negotiates the packet size. Mark From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of Kacper Klys via Tech-talk Hi all, I've been strugling with ADVimba module from areaDetector. After connecting and launching ioc with ADVimba driver I receive this error message: 02-05-2020 16:50:47.168 [T] Line 976 : resend returned error I checked with VimbaViewer tool that camera works properly and I am able to see any images. I have tried also pymba and I can catch frames as well. I noticed that when I launch VimbaViewer and I close program, then, IOC based on ADVimba driver works fine. I observed the same behaviour when I run and close another IOC with Prosilica driver. Problem appears only when I disconnect camera from the power supply. I have checked two camera models: MANTA G125B, MAKO B234B Version of modules I use: EPICS ver 3.15.7 areaDetector ver 3-8 ADVimba ver 1-1 ADGenICam ver 1-2 My st.cmd: #!../../bin/linux-x86_64/Camera Any suggestions or comments would be appreciated. Best regards, Kacper Kłys email:
kacper.klys at e9controls.com
|