LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Real Time Absorbance for Ocean Optics spectrometer with OmniDriver

Hi, I am new here.

I am developing a LabVIEW code to measure real time absorbance for Ocean Optics spectrometers with OmniDriver.

I used "SetAcquisitionParameters_NET" file provided by OmniDriver sample pack for multi-spectrometers.

It is working well for normal scope mode intensity measurement with integration time, average to scan, and boxcar width. But, I do not know how to collect real time absorbance data with reference and noise data like SpectraSuite software does.

Could anyone tell me how to program this?

0 Kudos
Message 1 of 9
(3,286 Views)

Good Afternoon,

 

I am not sure what your exact spectrometer is, however, there are many drivers for Ocean Optics products at ni.com/idnet.  If there is a LabVIEW driver for you spectrometer here, then you can use the API within that driver to acquire the desired data.  Hope this helps!

 

-Cody C

0 Kudos
Message 2 of 9
(3,270 Views)

Cody C,

 

Good Morning. I am using S2000 and HR2000 now. I will try what you suggest. Thank you.

 

yoralph

0 Kudos
Message 3 of 9
(3,248 Views)

Hello,

 

   As long as your S2000 has an USB ADD, you will be able to use it with OmniDriver-SPAM.  The HR2000 will work fine.

 

  Here are two good videotutorials that will show you how to use OmniDriver-SPAM with its LabView dll to acquire spectra:

 

http://spectroscopytv.com/2009/02/02/omnidriver-labview-part-1/
http://spectroscopytv.com/2009/02/02/omnidriver-labview-part-2/

 

  Hope this helps,

R

0 Kudos
Message 4 of 9
(3,240 Views)

Forgot to add that for the Absorabnce, you need to use or have SPAM (Spectral processing and manipulation - OmniDRiver component). http://www.oceanoptics.com/Products/omnidriver.asp 

 

In SPAM you need to use the class: CoreAbsorbance

And the method is: processSpectrum()

 

Cheers,

R

0 Kudos
Message 5 of 9
(3,239 Views)

Hello there, can u be more specific how to use the class with SPAM in labview especially to measure absorbance.

0 Kudos
Message 6 of 9
(2,830 Views)

Hi,

 

  Please see attached example VI.   In Labview 8.6, 32 bits.

 

Thank you,

R

Message 7 of 9
(2,810 Views)

Hi sir,,

 

I have tried to run this program using LabVIEW 2014  64 bits.. but it has got problem with the NetCoreAbsorbance. Should I use LabVIEW 8.6 32 bits for running this program?

 

 

Really need this info.

 

Thank you

 

 

0 Kudos
Message 8 of 9
(2,531 Views)

Hi R,

Thanks for your example. I really appreciate it. Can you share another examples to calculate CCT,CRI, Purity,x,y,Ra-R14? Hope to hear from you soon. 

0 Kudos
Message 9 of 9
(2,174 Views)