04-25-2007 04:27 AM
04-26-2007 03:47 PM
MuratG:
Thank you for getting back with me. Are you able to still ping your cRIO while you are getting the error. I wonder about whether or not it is merely a network connection. You can also try to use Datasocket while you are experiencing errors to see if the issue is related to the Shared Variable Engine. Let me know what you find.
Thanks,
Rudi N.
04-18-2008 03:40 AM
04-21-2008 04:20 PM
Hi Nicolas,
It sounds like the host VI SVvi.vi is attempting to redeploy Lib.lvlib, the library containing Variable1 and Variable2. Since the variables have been deployed by RTvi.vi, they do not need to be deployed again by the host VI. If you right-click Lib.lvlib and uncheck Autodeploy Variables, the variables will only deploy once.
Another option is to create new variables in SVLibrary.lvlib and bind them to Variable1 and Variable2. Both methods are discussed in more detail here.
04-29-2008 03:09 AM
04-29-2008 09:25 AM
Hi Nicolas,
My pleasure. Glad to hear everything is working