‎02-03-2009 04:58 PM
I built an executable with one startup vi and deployed it on the RT target. The vi doesn't run on startup. I can run the vi once remotely from the host computer but after the vi stops, it is unloaded from the memory so I can't start it again. I have to restart the RT target. Is there any way to keep the vi in memory as long as the system is running?
‎02-04-2009 03:16 PM
HI,
Did you want the VI to run at startup? What target are you running this on? An when you say you run the VI once remotely, are you using remote front panels or just controlling it from the project?
‎02-05-2009 08:32 AM
No, I don't want to run the vi at startup. I am using a RT Desktop running Labview RT. I am running the vi using Invoke Node from the host machine (after opening up a reference to the vi server application).
‎02-05-2009 08:49 AM
Build your VI so that it doesn't stop (easiest is placing all the code in a while loop).
Ton
‎02-05-2009 11:46 AM
‎02-06-2009 02:56 PM
‎02-06-2009 03:05 PM
I have been work LV RT apps since LV 6.1 and to the best of my knowledge, Ton's suggestion is the only viable option.
Ben