07-14-2016 11:52 PM
Hi everyone,
On my computer, everytime I close a dynamic VI I get the message "VI cannot save at this time, Your changes will be retained in memory. You will have opportunity to save the changes when it is safe". I need to hit OK for it to close.
However, on my college computer, there is no such prompt and those dynamic VI will close without prompts. I suspect there is a settings in Labview but I couldn't find it. Can you help ?
Thanks !
Solved! Go to Solution.
07-15-2016 06:23 AM
Not sure about the problem, Please check the version of LabVIEW which you and your colleague using. Also check in tools-> options any setting difference between the two.
07-15-2016 07:19 AM
07-15-2016 09:57 AM
Hello PalanivelT and MikePorter,
I am using Labview 2015 and my college is using 2013. The prompts were coming from dynamic VIs that spawned from a Template VI. It's the same code that was cloned from our version control. This could be 2015 "new" thing but it's strange that I haven't seen anyone reported this as annoying.
07-15-2016 12:28 PM
07-15-2016 01:20 PM
07-15-2016 04:17 PM - edited 07-15-2016 04:18 PM
Hello Mike,
Your explanation is spot on. When I checked the .vit files, indeed they were 2013 source version, I simply hit Save to convert them to 2015 source version and wholah, no more prompts !
Thanks a lot !
07-15-2016 05:05 PM
07-16-2016 12:49 AM
Hi Mike,
Would you be able to refer to App notes that recommends "best techniques for calling VIs dynamically" ? Why would you say spawing clones from .vit is not recommended ?
I found this note:
http://digital.ni.com/public.nsf/allkb/98847B4E4C715E6D86256C59006B57CC
and my impression is that all these methods are up to preferences.
07-16-2016 07:31 AM