10-14-2009 05:34 AM
I have a project with a VI containing DAQmx Data Acquisition VIs, timed loops and other standard conrols and indicators. When trying to save for previous version (from LV2009 to LV8.5) an error occurs. All of the dependencies can be saved to previous versions but the main VI cannot. Can anyone help with this problem?
The error message can be seen in the image attached.
10-14-2009 05:59 AM
This problem appeared recently at
http://forums.ni.com/ni/board/message?board.id=170&thread.id=444592
It's a known problem.
If you have 8.6, a possible workround may be to save for 8.6, then in 8.6 save for 8.5.
NI are working on it. CAR#: 183005
Rod.
10-15-2009 07:52 AM
10-15-2009 09:27 AM - edited 10-15-2009 09:31 AM
Steve,
File -> Save for previous version.
Save the top level Vi and everything in it will (should) get saved for the version you have selected.
BUT.... make sure you have a backup of it, and have saved everything else open (at rev 2009), because of the bug linked to elsewhere on this thread
Rod.
10-15-2009 09:41 AM
I tried it, but it does not work well. It makes me save the files to a completely different location and also has trouble finding some support files. Is there is way to save as a previous version without having to create new files. I can manually back everything up.
Also, is there a way to set the default so everything that I save is automatically saved in 8.5? Thanks.
10-15-2009 10:52 AM
Backsaving creates a folder structure with the backsaved VI and all support files in their relative locations. This might be useful in most cases.
Very often I just need a single VI (without SubVIs) backsaved. I do this programmatically using VI server (open VI reference, then call the "Save For Previous" method, then close the reference). See image below.
To do this for a project you could of course use a recursive file list and go through the whole list (programmatically), saving the VIs in a parallel folder structure (create destination folder before saving the VI).
10-15-2009 11:27 AM - edited 10-15-2009 11:28 AM
10-16-2009 04:10 AM
Hi Steve,
If you are using LabVIEW 9.0 you can't automatically save everything in 8.5. Can you not just open your VI's in 8.5, then edit and save them there?
Thanks alot,
10-16-2009 09:21 AM
10-19-2009 03:00 AM
Hi Steve,
Thanks for your suggestion, I will look into it. Placing a post on the product suggestion page is the right step if you would like something in our software changed.