07-10-2012 01:59 AM
Solved! Go to Solution.
07-10-2012 03:14 AM
Hello Olaf,
First of all I just want to say that OpenG libraries are not fully recommended by National Instruments for Real time System. I think problem is related with your building EXE and set EXE as startup. Try building the EXE again and keeping your OPEN G library folder in Source file always include section.
As you mention that its working fine from your project but not working in RT startup. As you are reading the file in the RT make sure file is available in RT on same path or give constant path in RT. May be you are using the building the path function and in RT EXE its different. So for checking gives constant path.
07-10-2012 03:45 AM
07-10-2012 04:04 AM
07-10-2012 04:12 AM
Hello Olaf,
You have to check the file folders in the RT, FTP the RT target and check the file are available on same path or not....
07-10-2012 04:40 AM
So after the reprogramming it might be that you forgot to refresh the build specification and one of the new VI's is missing. Try to check or setup a new build specifcation.
Hope it helps
Christian
07-10-2012 04:43 AM
07-10-2012 04:48 AM
If you build the RT executable with debug information you will be able to connect and debug the running application. Try that next...
07-10-2012 05:04 AM
@christian_w wrote:
So after the reprogramming it might be that you forgot to refresh the build specification and one of the new VI's is missing. Try to check or setup a new build specifcation.
Hope it helps
Christian
Thanks Christian,
that was actually the problem. I deleted the old build specifications and generated a new one and now it works.