EPICS Home

Experimental Physics and Industrial Control System


 
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  <20192020  2021  2022  2023  2024  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  <20192020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Image display on ImageJ not showing up. [AravisGigE, areaDetector, ADViewer]
From: Ashish Sharma via Tech-talk <[email protected]>
To: "Engbretson, Mark S." <[email protected]>
Cc: tech-talk <[email protected]>
Date: Wed, 4 Sep 2019 16:34:28 +0530 (IST)
Hi Mark,

Thanks for your response.
EPICS_DISPLAY_PATH setup could recognize the missing .adl files and that error has gone but the follwing long list is still appearing as soon as I am opening my camera link in medm,

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:Gain", Connecting to: 169.254.0.2:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:DataType_RBV", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308
.............

I have both ADGenICam and ADSpinnaker built in my system but I tried first wiith AravisGigE after reading T. Cobb's comment that it should work with GigEVision camera. Am I mistaken here?
I found setting up ADSpinnaker setup a bit difficult in comparison to aravisGigE. Can you please help here?

Still I am unable to see the ImageJ display and NX, NY, NZ still being blank with 0.0 Frames/s. [ Duplicate issue of PV in ImageJ is still there even after EPICS_CA_ADDR_LIST setup]

Also the medm screens does not show any histogram etc. plots however, it seem to acquire from camera. [I have enable SCIPLOT in medm installation and commented out Xrtgraph]

Please help.


Thanks.

-
Ashish


From: "Engbretson, Mark S." <[email protected]>
To: "Ashish Sharma" <[email protected]>
Cc: "tech-talk" <[email protected]>
Sent: Wednesday, September 4, 2019 3:32:41 PM
Subject: Re: Image display on ImageJ not showing up. [AravisGigE, areaDetector,        ADViewer]

First of all, you do not have the EPICS_DISPLAY_PATH variable set that points to the location of the adl files in ADCore.

If you are using a FLIR camera, you should probably be using just the GenICam and ADSpinnaker directories, not the Aravis ones.

The duplicate PV's are caused my most OS's these days having more than 1 ethercard, or virtual ethernet cards. You normally solve this by setting the EPICS_CA_ADDR_LIST to a single ip # ( or even to 127.0.0.1) and setting EPICS_AUTO_ADDR_LIST to NO

On Sep 4, 2019, at 04:26, Ashish Sharma via Tech-talk <[email protected]> wrote:

Dear all,

I am trying to configure and use FLIR BFS-PGE-16S2C-CS camera for beam viewing application. This camera has GigEVision interface.
My system has Ubuntu 16.04, 32-bit version.
Successfully tested Acquisition app of Spinnaker SDK to capture 10 images.
I have installed AreaDetector module successfully and also configured the aravisGigE module of areaDetector. arv-tool-0.6 successfully recognized my camera and using the following link I was able to generate the .template file, .edl, -feature.edl, and .adl files successfully.

http://controls.diamond.ac.uk/downloads/support/aravisGigE/0-1-9/documentation/doxygen/index.html

I then added the following to my st.cmd file in aravisGigE/iocs/aravisGigEIOC/iocBoot/iocAravisGigE

aravisCameraConfig("$(PORT)", "FLIR-19308820")
dbLoadRecords("$(ARAVISGIGE)/db/FLIR-19308820.template","P=$(PREFIX),R=cam1:,PORT=$(PORT),ADDR=0,TIMEOUT=1")

This is corresponding to my Camera ID.
then upon running ./start_epics it loads the db from template (~ 1202 PVs).

Next I installed the MEDM package successfully and ran

medm -x aravisTop.adl

It starts the top menu and when I select my camera from drop-down, (infact any of the listed cameras), it gives following console output simultaneously opening the control page for camera with features listed as well:

MEDM Version 3.1.14: Loading aliased fonts.................

compositeFileParse: Cannot open file
  filename: ADSetup.adl

compositeFileParse: Cannot open file
  filename: ADPlugins.adl

compositeFileParse: Cannot open file
  filename: ADShutter.adl

compositeFileParse: Cannot open file
  filename: ADAttrFile.adl

compositeFileParse: Cannot open file
  filename: ADBuffers.adl

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:Gain", Connecting to: 169.254.0.2:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:DataType_RBV", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:ArraySizeX_RBV", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:ArraySizeY_RBV", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:ColorMode", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:ColorMode_RBV", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:AcquireTime", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:AcquireTime_RBV", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:AcquirePeriod", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:AcquirePeriod_RBV", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:NumImages", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:NumImages_RBV", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:NumImagesCounter_RBV", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:ImageMode", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:ImageMode_RBV", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:TriggerMode", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:TriggerMode_RBV", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:TriggerSoftware", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:Acquire", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:BinX", Connecting to: 169.254.0.2:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:Acquire", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:Acquire", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:TimeRemaining_RBV", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:DetectorState_RBV", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:ArrayCounter", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
  Channel Name: Unavailable
  Native Type: Unavailable
  Native Count: 0
  Access: Unavailable
  Host: Unavailable
  Message: Identical process variable names on multiple servers
  Context: Channel: "13ARV1:cam1:ArrayCounter_RBV", Connecting to: llrf-Control.local:5064, Ignored: 10.1.15.37:5064
  Requested Type: TYPENOTCONN
  Requested Count: 0
  Source File: ../cac.cpp
  Line number: 1308

Wed Sep 04 14:44:02 IST 2019
medmCAExceptionHandlerCb: Channel Access Exception:
Too many exceptions [25]
No more will be handled
Please fix the problem and restart MEDM


Upon Pressing "Acquire" button, the camera link LED is constant ON and I think it starts acquiring as well.
After that I installed ImageJ and Java on my PC and subsequently added and complied/run the EPICS_areaDetector Plugins (i.e. EPICS AD Controller, EPICS AD Viewer, EPICS NTNDA Viewer).
When I started EPICS AD Viewer and added my PV prefix as 13ARV1:image1: (it is shown in green highlight) and status is 4/9/2019 14:49:51.869: Connected to EPICS PVs OK

But on pressing Start nothing happens, 4/9/2019 14:51:23.206: Image display started message is displayed but no display is actually started and NX, NY, NZ and Frames/s boxes are still empty.
However, the console of ImageJ shows the following issues:

Sep 04, 2019 2:02:30 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:Over1:1:PositionX' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:30 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:Over1:1:PositionY' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:30 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:Over1:1:SizeX' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:30 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:Over1:1:SizeY' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:32 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:MinX' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:32 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:MinY' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:32 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:MinX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:32 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:MinY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:32 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:BinX' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:32 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:BinY' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:32 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:ReverseX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:32 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:ReverseY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:32 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:SizeX' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:32 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:SizeY' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:32 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:ArraySizeX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:32 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:ArraySizeY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:34 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:Trans1:Type' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:34 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:Trans1:ArraySizeX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:34 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:Trans1:ArraySizeY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:36 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:MinX' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:36 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:MinY' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:36 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:MinX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:36 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:MinY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:36 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:SizeX' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:36 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:SizeY' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:36 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:ArraySizeX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:36 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:ArraySizeY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:36 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:MaxSizeX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:36 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:MaxSizeY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:36 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:BinX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:37 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:BinY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:37 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:ReverseX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:02:37 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:ReverseY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:04:19 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArraySize0_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:04:19 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArraySize1_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:04:19 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArraySize2_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:04:19 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ColorMode_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:04:19 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:DataType_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:04:19 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArrayData' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:04:19 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArrayCounter_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:14:59 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArraySize0_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:14:59 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArraySize1_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:14:59 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArraySize2_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:14:59 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ColorMode_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:14:59 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:DataType_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:14:59 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArrayData' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:14:59 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArrayCounter_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:19:08 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArraySize0_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:19:08 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArraySize1_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:19:08 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArraySize2_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:19:08 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ColorMode_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:19:08 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:DataType_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:19:08 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArrayData' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:19:08 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArrayCounter_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:MinX' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:MinY' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:MinX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:MinY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:SizeX' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:SizeY' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:ArraySizeX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:ArraySizeY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:MaxSizeX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:MaxSizeY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:BinX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:BinY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:ReverseX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:cam1:ReverseY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:MinX' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:MinY' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:MinX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:MinY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:BinX' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:BinY' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:ReverseX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:ReverseY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:SizeX' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:SizeY' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:ArraySizeX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:ROI1:ArraySizeY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:Trans1:Type' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:53 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:Trans1:ArraySizeX_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:54 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:Trans1:ArraySizeY_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:54 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:Over1:1:PositionX' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:54 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:Over1:1:PositionY' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:54 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:Over1:1:SizeX' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:23:54 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:Over1:1:SizeY' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:48:13 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArraySize0_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:48:13 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArraySize1_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:48:14 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArraySize2_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:48:14 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ColorMode_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:48:14 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:DataType_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:48:14 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArrayData' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:48:14 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArrayCounter_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:49:51 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArraySize0_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:49:51 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArraySize1_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:49:51 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArraySize2_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:49:51 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ColorMode_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:49:51 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:DataType_RBV' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:49:51 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArrayData' detected, additional response from: /169.254.0.2:5064
Sep 04, 2019 2:49:51 PM com.cosylab.epics.caj.CAJContext searchResponse
INFO: More than one PVs with name '13ARV1:image1:ArrayCounter_RBV' detected, additional response from: /169.254.0.2:5064


Since, I am an EPICS user (not developer) and a beginner, I am unable to comprehend this situation to view the Image Display. Please help of in resolving this issue.

Please let me know if anything else needs to be done from my side.



Thanks and regards
--
--
Ashish Sharma
Engineer 'C'
Inter-University Accelerator Centre,
Aruna Asaf Ali Marg, New Delhi - 110067, India


Replies:
Re: Image display on ImageJ not showing up. [AravisGigE, areaDetector, ADViewer] Mark Rivers via Tech-talk
References:
Image display on ImageJ not showing up. [AravisGigE, areaDetector, ADViewer] Ashish Sharma via Tech-talk
Re: Image display on ImageJ not showing up. [AravisGigE, areaDetector, ADViewer] Engbretson, Mark S. via Tech-talk

Navigate by Date:
Prev: Re: Image display on ImageJ not showing up. [AravisGigE, areaDetector, ADViewer] Engbretson, Mark S. via Tech-talk
Next: Re: Image display on ImageJ not showing up. [AravisGigE, areaDetector, ADViewer] Mark Rivers via Tech-talk
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  <20192020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: Image display on ImageJ not showing up. [AravisGigE, areaDetector, ADViewer] Engbretson, Mark S. via Tech-talk
Next: Re: Image display on ImageJ not showing up. [AravisGigE, areaDetector, ADViewer] Mark Rivers via Tech-talk
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  <20192020  2021  2022  2023  2024