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: Area Detector: print report from iocsh |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | David Vine <dvine at sigray.com> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 1 Feb 2022 19:53:02 +0000 |
Hi David, Ø
How do I execute the report function from the iocsh for a camera? Eg AndorCCD::report You use the asynReport command. To see all asyn port drivers in the IOC with minimum details you omit any arguments: epics> asynReport PG1 multiDevice:No canBlock:Yes autoConnect:Yes Number of cameras detected: 2 Image1 multiDevice:No canBlock:No autoConnect:Yes Port: Image1 FileNetCDF1 multiDevice:No canBlock:Yes autoConnect:Yes Port: FileNetCDF1 FileTIFF1 multiDevice:No canBlock:Yes autoConnect:Yes Port: FileTIFF1 FileJPEG1 multiDevice:No canBlock:Yes autoConnect:Yes Port: FileJPEG1 … To see just the camera driver, in this case PG1, with minimum details: epics> asynReport 0 PG1 PG1 multiDevice:No canBlock:Yes autoConnect:Yes Number of cameras detected: 2 To see more details increase the “details” argument from 0 to 1, 2, …, 20, etc. epics> asynReport 1 PG1 PG1 multiDevice:No canBlock:Yes autoConnect:Yes enabled:Yes connected:Yes numberConnects 1 nDevices 0 nQueued 0 blocked:No asynManagerLock:No synchronousLock:No exceptionActive:No exceptionUsers 1 exceptionNotifys 0 traceMask:0x1 traceIOMask:0x2 traceInfoMask:0x1 Number of cameras detected: 2 Camera 0 Device Vendor Name (DeviceVendorName): Device Model Name (DeviceModelName):Updater Device Serial Number (DeviceSerialNumber):13481965 (DeviceVersion): Device Type (DeviceType):GigEVision Camera 1 Device Vendor Name (DeviceVendorName):Point Grey Research Device Model Name (DeviceModelName):Grasshopper3 GS3-U3-23S6M Device Serial Number (DeviceSerialNumber):17475357 Device Version (DeviceVersion):FW:v2.22.3.00 FPGA:v2.02 Device Type (DeviceType):USB3Vision Report for camera in use: Feature list Node name: AccessPrivilegeAvailable value: false Node name: AcquisitionFrameCount value: Not available Node name: AcquisitionFrameCount value: Not available Node name: AcquisitionFrameRate value: 85.106384 … Mark From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of David Vine via Tech-talk Hi all, How do I execute the report function from the iocsh for a camera? Eg AndorCCD::report This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have
received this email in error, please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee, you should not disseminate, distribute or copy this email. Please
notify the sender immediately by email if you have received this email by mistake and delete this email from your system. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the
contents of this information is strictly prohibited |