11-14-2007 10:00 PM
11-14-2007 10:25 PM
No, I don't understand the problem. 'It works and it has to find the file'. Do you mean that it does notwork because it does not find the file?
An extremely common problem for first time users of the LabVIEW application builder is that they don't take into account the fact that paths are different when the app is built. If you use the Current VI's path function, in development mode it will return something like c:\folder\example.vi. When built, it will return c:\folder\app.exe\example.vi. In order to get to the folder, you need to do an extra strip path. Go to http://digital.ni.com/public.nsf/websearch/686119C33C2C30C186256CA70081AC25?OpenDocument and read about one way to fix it.
If this is not the problem you are seeing, try to provide some details.
Also, try to keep questions like this in the LabVIEW board. It has nothing at all to do with multi-function DAQ.
11-15-2007 12:32 AM
11-15-2007 06:47 AM
11-15-2007 10:27 PM