11-14-2022 07:18 PM
Hi Everyone I am new to LabView. I have been tasked with converting the output of an Ocean Optics USB4000 and displaying it. The main parameters that I need to control are integration time, stop, collect spectrum, and blank spectrum. I really don't know how to go about doing this and I would appreciate any and all help on the matter.
Solved! Go to Solution.
11-14-2022 07:29 PM
Start by downloading the LabVIEW driver code here:
Just in general, if you need instrument driver code you can check if there is already a public driver available by going to https://ni.com/idnet and doing a search there.
If I remember right, the driver code on the linked page needs you to install a different driver (included in the download) than the Ocean Optics installs when you use the drivers it comes with. I haven't used one of these in a while so I could be remembering wrong.
11-14-2022 07:34 PM
Hi Kyle,
I have already installed the required drivers, What would be my first steps in graphically displaying the data of the required parameters? I'm really new to this so I'd appreciate any guidance.
11-15-2022 11:11 AM
The drivers should have come with some example code that displays some of that... have you tried that yet?
11-17-2022 01:17 PM
I have been sleuthing through the provided examples and am starting to make some progress. But I am still having trouble controlling the integration time of the spectrometer.