05-23-2017 08:31 AM
hello,
I am going to interface Spectrometer with Labview using VISA /USB. Kindly guide to develop the VI and data control interface.
05-23-2017 08:34 AM
05-23-2017 09:12 AM
If it is a VISA device, then send it SCPI commands through the VISA WRITE and read back the instrument response with VISA READ. Always remember to use the VISA CLOSE once your task is completed.
05-24-2017 09:32 PM
I HAVE DATA FROM SPECTROMETER IN TEXT FILE. (*.txt) . with delimiter option as ,. I have used Read from Text file and saved datas in 2 string array. Now guide to guide to plot as continous XY plot.
05-25-2017 01:52 AM
Thanks Albert. Kindly guide me to develop a VI to obtain spectrum data from Spectrometer (connects to pc through USB).
Thanks once again.
05-25-2017 08:45 AM
look at the ocean optics spectrometer diver. It is not optimal but at least all the source code is available.
the next link may be stretching over more lines.
05-26-2017 02:06 AM
Thanks. Albert. I will contact you for further help if needed. Let me go through this vi and understand it.