07-20-2006 01:42 AM
07-26-2006 02:50 PM
Hi ROMP,
You can install your DSC 8 application to any folder you like and it does not have to be constrained to the DSC Run-Time installation folder. Hence, I suggest that you install the LabVIEW DSC Run-Time in the default location and then customize where your application will be installed. Have a great day!
Regards,
Prashanth
07-27-2006 11:31 AM
07-28-2006 01:38 AM
Thank you Prahanth and REM1.
OK, so I've build an executable and made an installer to create custom folders structure needed on a target computer. Before that I installed LV DSC 8.0 RTS and upgraded it to 8.0.1. I've included additional installers ( Enhanced DSC Deployment Support, NI Variable Engine, LV RTS 8.0.1 and some others). Also, custom IO Servers were copied to target PC, too.
After application installation, I start the application but he can not find this modules:
<vilib>:\platform\TimedLoop\XdataNode\XdataNode.xnode
<vilib>:\variable\varXNode.llb\varXNode.xnode
When I searched for this files, I found out that they are not installed ( no platform folder at all, only tagger folder inside variable). Why these folders are missing? Did I make a mistake when building executable and installer ?
What is even more strange, when I start the same application on a machine with full LV + DSC development, it is the same! Even though these files are there for sure. Looks like it can not find them. If I put everything in LabVIEW 8.0 folder, it works. Must be something with Search Order.
Any suggestions?
Regards,
romp
07-31-2006 02:23 PM
Hi Romp,
This is a known issue that some DSC 8.0.1 executables give the 'varXNode.xnode' message and NI R&D has been working on it and it may be solved in the next release of DSC version 8.2. In the mean time as a workaround you can replace your shared variable nodes with data socket vis. Also, another thing to try would be to enable your debug option in the build specifications. However, if you are able to get rid of the message from the executable by placing your project in the LabVIEW folder, then that may be an easier way to go around this issue. Have a great day!
Regards,
Prashanth
02-19-2007 11:02 AM
I'm having a simular issue but am using LV8.2. Has this issue been fixed yet? it seems to work fine while developing the app. but as soon as I build it, it can't fined varxnode.xnode.
Thanks,
Matt
02-20-2007 06:56 PM
Matt:
Please try the following and let me know what you find.
I am curious to know what you find.
Regards,
Rudi N.
02-20-2007 06:58 PM
Matt:
Please try the following and let me know what you find.
I am curious to know what you find.
Regards,
Rudi N.
02-21-2007 07:31 AM
Thanks for the Advice,
That did seem to fix the problem. But now I'm confused. I was told that I need to check that if I am using logging or alarms with my shared variables. But these functions apear to work without that checked. Why?
Thanks,
Matt
02-22-2007 03:34 PM