12-15-2013 11:26 PM
Hi I’m a newbie in LabVIEW. I’m trying to integrate the Avantes Multichannel Spectrometer into LabVIEW 8.5 using USB. Can you suggest any tutorial, VI or manual that I can refer to, to get me started. I have no idea how to start. Your help and advice are very much appreciated.
Best regards,
Mai
04-07-2017 12:21 PM
Hi Mai,
I am looking to develop the same. Were you able to develop it?
Thanks!
Anna
12-07-2020 04:39 AM
Hi mai ,anna.
i am looking to do the same by using serial commnication but i couldnt find anycommands in the data sheet of spectrometer so any help or info would be very useful 🙂
regards,
Anil
12-07-2020 04:46 AM
Hi anilkumarmuppirala,
@anilkumarmuppirala18 wrote:
i couldnt find anycommands in the data sheet of spectrometer so any help or info would be very useful
When your datasheet doesn't provide the information you need then you need to ask the manufacturer of that devices for a better (programming) manual!
Did you ask "Avantes"?
12-07-2020 05:28 AM - edited 12-07-2020 05:29 AM
Thanks for the fast reply gerd yes I just asked them and am still waiting on a reply . Apparently they are not as quick as this community
08-24-2023 06:19 PM
I have the same need and it looks like I'll have to purchase AvaSpec-DLL from Avantes to get the labview drivers. Details here:
https://www.avantes.com/products/software/interface-packages-and-libraries-for-windows-and-linux/
If anyone else knows of another way please let us know!
08-25-2023 02:47 AM - edited 08-25-2023 02:51 AM
I have used AvaSpec.dll (or AvaSpecX64..dll, for 64 bit LV) to work with the spectrometers. I believe our client supplied both the hardware and the drivers directly, so I don't know exactly what was involved in getting them. I don't remember seeing other options for working with the hardware at the time.
Edit: if you are comfortable with working with DLLs, you can also create the VIs yourself (directly, or possibly using the wizard if you have the headers and they use data types which LV can understand), but I do remember that some of the structs used by the DLL are large and annoying, so having to build the code for working with them on your own will be annoying. In my case, I believe I took the original code, reused the code for the annoying parts and cleaned up the rest so that the API is much cleaner.
09-08-2023 06:10 PM
I contacted Avantes directly and was given a link to download the DLL and labview wrappers for the DLL. I'm working with them now. They're not great, but good enough.