08-22-2007 06:46 AM
08-22-2007 07:36 AM
08-22-2007 07:51 AM
08-22-2007 09:10 AM
08-22-2007 09:26 AM
Could it be the file naming convention being different from the devlopment environment to how it is compiled in the .exe?
Maybe this thread will help.
08-22-2007 09:45 AM
08-22-2007 10:22 AM - edited 08-22-2007 10:22 AM
I think what I stated earlier is almost definitely your problem. I see in configuration cycle .VI and the Initializer case a case where you use a global variable called VI path. I'm not sure where the global variable gets written to. But the path of a VI looks different in the development environment then it does in a compiled executable.
Development environment: c:\myfiles\mysub.vi
Compiled environment: c:\myfiles\myexecutable.exe\mysub.vi
By the way, when posting a large zip file like this with numerous sub-VI's. It is helpful if you state which one is the main or toplevel VI. It is even harder for someone who doesn't know your project to figure out which is the top VI when everything is written in a foreign language.![]()
Message Edited by Ravens Fan on 08-22-2007 11:24 AM