06-16-2008 11:03 AM
I initialise a spectrometer using a call to a dll through a call function library node. The dll was supplied with the spectrometer (which also came with its own stand alone software) and was installed in the spectrometer folders in C:\Program Files\Spectrometer. The standalone software works fine. However my labview code does not initialise the spectrometer properly if I point the function node to same copy of the dll.
In order to get my code to initialise properly I have to
a) put a copy of the dll in the same folder as Labview85.exe
b) reset the path in the call library function node every time I open my code (ie browse and reselect the dll that the node is already pointing to and click OK)
Any ideas why this is?
I am considering using the ‘Specify path on diagram’ option to see if this would make a difference and allow me to point to the dll in C:\Program Files\Spectrometer but since I have many function nodes that I would need to change I would like to know if there is another fix, before ploughing ahead.
I use calls to other dlls in the same program and these work fine wherever the dll is located.
Thanks in advance
Dave
06-16-2008 12:14 PM
06-19-2008 09:15 AM
06-20-2008 01:24 AM
06-20-2008 04:59 AM
06-30-2008 09:10 AM
06-30-2008 10:24 AM
06-30-2008 10:33 AM
06-30-2008 10:40 AM
06-30-2008 11:03 AM