[OpenSPIM] HamamatsuHam, Windows 7 & OpenSPIM
Luke Stuyvenberg
stuyvenberg at wisc.edu
Thu Jun 6 12:23:35 CDT 2013
Hi Alexis,
On 06/06/13, Johannes Schindelin wrote:
> I *think* all you have to do is extend the CShutterBase class:
> https://github.com/openspim/micromanager/blob/openspim/DeviceAdapters/DemoCamera/DemoCamera.h#L695
I suspect you'll also have to implement some specific member functions -- DemoCamera is a reasonable source, though I'd suggest using CoherentCube's DeviceAdapter for reference -- it doesn't contain code for a camera, and is more relevant to laser controllers. A quick overview of what I think will need changing:
- Cobolt.h line 30: change CGenericBase<Cobolt> to CShutterBase<Cobolt>
- Cobolt.h: add shutter API calls (see CoherentCube.h lines 153 - 156)
- Cobolt.cpp: Implement the shutter API functions -- probably, they will just call LaserOnOff with the right value.
> Seems that the "reg" tool is not as universally present as we originally
> thought!
Oops! Sorry; I don't yet have a Win7 machine/VM to test on, so I wasn't aware of this. tclsh is included in our dev env package, so I suppose we'd best switch to that. Thanks Johannes for the substitute.
Please let us know how the tests go!
Thanks again,
Luke Stuyvenberg
More information about the OpenSPIM
mailing list