fc59fa4a51
Updates for GigE detectors, other changes for R1-8
rivers2012-03-06 18:44:32 +00:00
d2e6ba0d10
New path to asynPortDriver
rivers2012-03-06 18:43:59 +00:00
029e1f0a13
Switch from GetOldestImage to GetImages to fix problem saving files in Fast Kinetics mode
rivers2012-03-06 00:39:22 +00:00
a060ee36ba
Use fast ADC, fixes problems with slow acquisitions
rivers2012-03-06 00:38:52 +00:00
23aa822983
Fix fixes for Linux; switch from GetOldestImage to GetImages to fix problem saving files in Fast Kinetics mode
rivers2012-03-06 00:38:20 +00:00
1c22ec9be8
Removed PSPacketSize; now read-only
rivers2012-03-06 00:36:47 +00:00
046a995a1f
Removed PSPacketSize record, it is now read-only
rivers2012-03-06 00:35:19 +00:00
24e6613341
Removed PSPacketSize record, it is now read-only
rivers2012-03-06 00:35:04 +00:00
70bff5cf22
Changed documentation on PacketSize
rivers2012-02-29 23:33:45 +00:00
0da5144ead
Changed documentation on PacketSize
rivers2012-02-29 23:33:29 +00:00
f643ecd481
Added PSPacketSize docmentation; reformatted with VS2008
rivers2012-02-29 19:21:00 +00:00
9a1d720a49
Added note about PacketSize for Prosilica
rivers2012-02-29 19:19:32 +00:00
8c052867a6
Added PSPacketSize; made new GigE area of display
rivers2012-02-29 18:55:50 +00:00
5acf039a4a
Added notes on new Andor driver and Nexus plugin bug fixes
rivers2012-02-02 20:08:12 +00:00
7886be93c7
Added comments about my changes
rivers2012-02-02 18:14:54 +00:00
dc2a6451b2
Added comment about my changes
rivers2012-02-02 18:14:44 +00:00
6028fb346b
Changes to build with different DBD file on windows-x64 so only that arch does not use the GraphicsMagick plugin due to name confict on SetImage functions
rivers2012-02-02 18:06:54 +00:00
8fa85adc64
New file for windows-x64
rivers2012-02-02 18:05:46 +00:00
ca4bd90af5
Added line to load NDStdArrays.template for 16-bit waveforms as well are 32-bit
rivers2012-02-02 17:23:48 +00:00
7ff49703b2
New version of EPICS base
rivers2012-02-02 02:45:14 +00:00
225fc07a73
Use STATIC_BUILD=NO on Linux, because Andor's only has a shareable version of their library
rivers2012-02-02 00:47:55 +00:00
8b30d060da
Changes to build on 64-bit Linux and Windows
rivers2012-02-02 00:47:09 +00:00
a2371d088f
Removed throw from declaration of checkStatus, leads to warnings on Windows, and discouraged as bad style by many
rivers2012-02-02 00:46:20 +00:00
205bce7a94
Decrease stack size from 500000 to 100000, which is the minimum that works on windows-x64
rivers2012-02-02 00:38:03 +00:00
c3fc852968
New arguments in andorCCDConfig command
rivers2012-02-01 18:05:28 +00:00
8940d5800e
Added DataType, replaced AcquireTimeActual with AcquireTime_RBV, etc.
rivers2012-02-01 18:03:13 +00:00
699b2619d7
Removed AcquireTimeActual, etc. record, use RBV; added Gain and DataType records; removed support for TEXT from NDFileFormate
rivers2012-02-01 18:02:06 +00:00
ec66f2e0b3
Removed AcquireTimeActual, etc. parameters, use RBV instead; remove shutter private variables, not needed; remove data array, not needed; add desired values of AcquireTime, etc. to store desired values even when SDK changes them; added setupShutter function; print AndorCapabilities in report function; removed support for saving as TEXT file; change order of reading image and saving to disk
rivers2012-02-01 16:36:05 +00:00
b764f274d9
Removed AcquireTimeActual, etc. parameters, use RBV instead; remove shutter private variables, not needed; remove data array, not needed; add desired values of AcquireTime, etc. to store desired values even when SDK changes them; added setupShutter function
rivers2012-02-01 16:33:17 +00:00
a546eaabb6
Support array callbacks; Removed readInt32; support TemperatureActual; many other changes
rivers2012-01-31 15:29:11 +00:00
d802707c2c
Removed readInt32, no longer needed
rivers2012-01-31 15:23:25 +00:00
0797777311
Added TemperatureActual record
rivers2012-01-31 15:22:41 +00:00
3676c83cfc
Many changes for deleted and added PVs
rivers2012-01-27 04:16:06 +00:00
af001a2407
Removed maxSizeX and maxSizeY from constructor, added installPath Removed Fast Kinetics parameters, added AccumulatePeriod and Actual acquisition time parameters Removed readFloat64, initializeCCD, runAtInitialization, and shutdowCCD methods Added SetupAcquisition and report methods Removed parameters from saveDataFrame method Removed many private variables (mRunning, mXBinning, etc. Significantly simplified code Not yet working!
rivers2012-01-27 04:14:41 +00:00
14afba1ac6
Removed maxSizeX and maxSizeY from constructor, added installPath Removed Fast Kinetics parameters, added AccumulatePeriod and Actual acquisition time parameters Removed readFloat64, initializeCCD, runAtInitialization, and shutdowCCD methods Added SetupAcquisition and report methods Removed parameters from saveDataFrame method Removed many private variables (mRunning, mXBinning, etc.
rivers2012-01-27 04:12:43 +00:00
aa6d2e6f11
Removed Fast Kinetics PVs, use normal ADBase PVs instead; replaced AndorACTInKinetics with AndorAccumulatePeriod; removed AndorImageMode
rivers2012-01-27 03:59:44 +00:00
60fe771045
Removed Fast Kinetics PVs, use normal ADBase PVs instead; replaced AndorACTInKinetics with AndorAccumulatePeriod; removed AndorImageMode, add FastKinetcis to ADImageMode as last option instead; change Cooler to PINI=YES
rivers2012-01-27 03:58:48 +00:00
83ec7cb0a7
Updated and reformatted with VS2008
rivers2012-01-23 21:06:34 +00:00
5d56cc3742
Reformatted with VS2008
rivers2012-01-23 21:05:39 +00:00
851a645316
Added Andor; reformatted with VS2008
rivers2012-01-23 21:04:54 +00:00
15ec3f0ea1
Set stack size to 100000, were getting stack overflow crashes with default stack size
rivers2012-01-13 00:15:30 +00:00
6e48c27551
Added priority and stackSize arguments to constructor; it was crashing with stack overflow on Windows, and all other drivers allow specifying the stack size, so this one should too
rivers2012-01-13 00:14:49 +00:00
b20e35ddc9
Removed AndorFileFormat, just use NDFileFormat; changed some variable types to at_32 to work on 32 and 64 bits systems; added support for WIN32
rivers2012-01-09 15:40:39 +00:00
9566392b6b
Removed AndorFileFormat, just use NDFileFormat; changed mData from long to at_32 to work on 32 and 64 bits systems; added support for WIN32
rivers2012-01-09 15:38:41 +00:00
7ecf9f0edf
Renamed library to be andor on both 32 and 64-bit systems
rivers2012-01-09 15:37:22 +00:00