fc59fa4a51
Updates for GigE detectors, other changes for R1-8
rivers
2012-03-06 18:44:32 +00:00
d2e6ba0d10
New path to asynPortDriver
rivers
2012-03-06 18:43:59 +00:00
029e1f0a13
Switch from GetOldestImage to GetImages to fix problem saving files in Fast Kinetics mode
rivers
2012-03-06 00:39:22 +00:00
a060ee36ba
Use fast ADC, fixes problems with slow acquisitions
rivers
2012-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
rivers
2012-03-06 00:38:20 +00:00
1c22ec9be8
Removed PSPacketSize; now read-only
rivers
2012-03-06 00:36:47 +00:00
046a995a1f
Removed PSPacketSize record, it is now read-only
rivers
2012-03-06 00:35:19 +00:00
24e6613341
Removed PSPacketSize record, it is now read-only
rivers
2012-03-06 00:35:04 +00:00
70bff5cf22
Changed documentation on PacketSize
rivers
2012-02-29 23:33:45 +00:00
0da5144ead
Changed documentation on PacketSize
rivers
2012-02-29 23:33:29 +00:00
5acf039a4a
Added notes on new Andor driver and Nexus plugin bug fixes
rivers
2012-02-02 20:08:12 +00:00
7886be93c7
Added comments about my changes
rivers
2012-02-02 18:14:54 +00:00
dc2a6451b2
Added comment about my changes
rivers
2012-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
rivers
2012-02-02 18:06:54 +00:00
8fa85adc64
New file for windows-x64
rivers
2012-02-02 18:05:46 +00:00
ca4bd90af5
Added line to load NDStdArrays.template for 16-bit waveforms as well are 32-bit
rivers
2012-02-02 17:23:48 +00:00
7ff49703b2
New version of EPICS base
rivers
2012-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
rivers
2012-02-02 00:47:55 +00:00
8b30d060da
Changes to build on 64-bit Linux and Windows
rivers
2012-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
rivers
2012-02-02 00:46:20 +00:00
205bce7a94
Decrease stack size from 500000 to 100000, which is the minimum that works on windows-x64
rivers
2012-02-02 00:38:03 +00:00
c3fc852968
New arguments in andorCCDConfig command
rivers
2012-02-01 18:05:28 +00:00
8940d5800e
Added DataType, replaced AcquireTimeActual with AcquireTime_RBV, etc.
rivers
2012-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
rivers
2012-02-01 18:02:06 +00:00
4fd0496524
Moved file
rivers
2012-02-01 18:00:03 +00:00
db4a34a5b5
Added support for NDDataType
rivers
2012-02-01 17:59:52 +00:00
be7e27464e
Moved to documentation directory
rivers
2012-02-01 17:58:23 +00:00
dd19192d74
Added Andor in front of name
rivers
2012-02-01 17:57:34 +00:00
81498e9661
Remove spaces from file name
rivers
2012-02-01 17:56:28 +00:00
3d2a768d9b
New file
rivers
2012-02-01 16:36:37 +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
rivers
2012-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
rivers
2012-02-01 16:33:17 +00:00
a546eaabb6
Support array callbacks; Removed readInt32; support TemperatureActual; many other changes
rivers
2012-01-31 15:29:11 +00:00
d802707c2c
Removed readInt32, no longer needed
rivers
2012-01-31 15:23:25 +00:00
0797777311
Added TemperatureActual record
rivers
2012-01-31 15:22:41 +00:00
38b288c65b
Added Temperature
rivers
2012-01-31 15:22:16 +00:00
3676c83cfc
Many changes for deleted and added PVs
rivers
2012-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!
rivers
2012-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.
rivers
2012-01-27 04:12:43 +00:00
aa6d2e6f11
Removed Fast Kinetics PVs, use normal ADBase PVs instead; replaced AndorACTInKinetics with AndorAccumulatePeriod; removed AndorImageMode
rivers
2012-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
rivers
2012-01-27 03:58:48 +00:00
83ec7cb0a7
Updated and reformatted with VS2008
rivers
2012-01-23 21:06:34 +00:00
5d56cc3742
Reformatted with VS2008
rivers
2012-01-23 21:05:39 +00:00
851a645316
Added Andor; reformatted with VS2008
rivers
2012-01-23 21:04:54 +00:00
15ec3f0ea1
Set stack size to 100000, were getting stack overflow crashes with default stack size
rivers
2012-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
rivers
2012-01-13 00:14:49 +00:00
0ead0ef3cb
New file
rivers
2012-01-12 23:16:42 +00:00
ee8968e2cc
Updates for R1-8
rivers
2012-01-12 23:06:01 +00:00
bc40cadfe8
Added note about increasing stack size on NDFileNexus
rivers
2012-01-12 23:01:47 +00:00
fac86cc39d
Increased stack size on NFFileNexus plugin, it was crashing on windows-x64
rivers
2012-01-12 22:58:52 +00:00
b7478cbd22
New file for Andor detectors
rivers
2012-01-09 15:49:14 +00:00
1ab8e40cf9
Changed UCHAR to CHAR
rivers
2012-01-09 15:45:56 +00:00
50d78f2159
New version from DLS; removed AndorFileFormat, just use NDFileFormat; changed case of some enum strings
rivers
2012-01-09 15:45:12 +00:00
7860254f05
New file
rivers
2012-01-09 15:41:45 +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
rivers
2012-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
rivers
2012-01-09 15:38:41 +00:00
7ecf9f0edf
Renamed library to be andor on both 32 and 64-bit systems
rivers
2012-01-09 15:37:22 +00:00