07-28-2022 01:16 AM
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".
07-28-2022 02:32 AM - edited 07-28-2022 02:35 AM
@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.