bbrisson / coltonlab

Automatically exported from code.google.com/p/coltonlab
0 stars 0 forks source link

Spectrometer control program - boot time #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The program takes a while to boot up the first time, even if the
spectrometer hasn't been turned off recently.  Should check for whether the
spectrometer needs to be reinitialized ("MAIN" program running?) or not.
Maybe there are other things that slow it down.

Original issue reported on code.google.com by john.s.c...@gmail.com on 11 Aug 2009 at 7:09

GoogleCodeExporter commented 9 years ago
Now correctly checks the spectrometer itself to see if it has been initialized, 
instead 
of relying on a global that gets cleared when LabVIEW exits.  (It starts up 
pretty fast 
now if the spectrometer was already initialized.)

Original comment by mjjohn...@byu.net on 22 Aug 2009 at 7:51