LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to add Andor SDK to labVIEW

When I try to add Andor SDK to LabVIEW by adding "atmcd32.llb" file to function and control palette, it just says "Inserting llb failed". 

0 Kudos
Message 1 of 2
(751 Views)

@AaduThoma wrote:

When I try to add Andor SDK to LabVIEW by adding "atmcd32.llb" file to function and control palette, it just says "Inserting llb failed". 

This looks like an object archive lib file. LabVIEW can’t do anything with that


You probably want to use the Call library Node to interface to the according DLL instead. You only can add VIs and CTLs to the palette or MNU menu files that point to them.

 

If your Andor SDK comes with VIs for use in LabVIEW you can simply create a folder in instr.lib or user.lib and put the VIs in there. If you don’t have such VIs already you have to create them first using the Call Library Node to interface to their DLL.

Rolf Kalbermatter
My Blog
Message 2 of 2
(733 Views)