04-23-2009 09:08 AM
Can a VI that has been deployed on a RT target in .vi format be retrieved and somehow opened in Labview?
Or the source code is lost forever, just like when you deploy in .exe format?
I don't want to retrieve it, but just make sure it can't be done by others...
Solved! Go to Solution.
04-24-2009 04:48 AM
Hi Snamprogetti,
I guess that when you say "a VI that has been deployed on a RT target in .vi format" you're referring to the deployment process available in the LabVIEW project: if so, the VI code is not copied "as is" (with a .vi file saved on the RT target) but only the generated code is transferred to the target and run by LV RT.
Anyway, all the code (i.e. VIs) you deploy on a RT target can be configured not to have block diagram or even the front panel. You can do it when configuring the RTEXE build specification into the LabVIEW project.
Let me know if I understood your question,
Best regards,
Fabio
04-24-2009 05:03 AM
04-27-2009 03:33 AM
You're right,
a VI without block diagram won't allow anybody to retrive its source code. The only thing you could do is to watch its front panel with controls and indicators.
Best regards,
Fabio