10-17-2007 08:31 PM - edited 10-17-2007 08:31 PM
1) I have a very simple Library Call Function that calls up CondorMeasure.dll and, in turn, calls up an io.dll for a piece of equipment we are testing.
The two DLLs must be placed in the same directory to function properly. The CondorMeasure.dll has several functions, but the CondorMeasure_Init fuction must be executed first with the proper parallel port address. If does not detect the io.dll in same directory, it will return a -1. It returns a 0 if it is ok. The next required step is to turn on the PSU (the device), and then issue commands as needed.
The DLLs work fine when called from a working C executable file, and a working Python file. It works fine in
Enclosed, is a simplified version of the vi that only contains the initialization function and turn-on function.
2) Another annoyance is that once saved, the browse path cannot be changed to another version of the vi. Once saved, it always reverts back to the first location the call node was pointed too. It seems this may be a common issue. I didn't see a fix for this yet, has this issue been resolved?
Message Edited by ewtotem on 10-17-2007 06:33 PM
Message Edited by ewtotem on 10-17-2007 06:39 PM
10-18-2007 05:03 AM
10-18-2007 07:21 AM - edited 10-18-2007 07:21 AM
Message Edited by nrp on 10-18-2007 01:21 PM