取消
显示结果 
搜索替代 
您的意思是: 

multiple files version convert how?

已解决!
转到解答

Hi all, I have a folder with subfolders of labviews in LV 2009 version.  Is there a quick way to convert all of them to a older verson?  Or do I have to open and save as an older version one by one?  Thanks!

 

yik

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 项奖励
1 条消息(共 6 条)
5,856 次查看

Create a new VI. Place all the VIs on the block diagram of this new VI. Then do a save for previous version on this "top-level" VI.

2 条消息(共 6 条)
5,839 次查看

Similar suggestion to smercurio's, except I add the folder to a new project and save that for the previous version. 

 

Or, I sometimes use scripting.

3 条消息(共 6 条)
5,831 次查看

Sneaky...

 

I wish I'd thought of that when I need to back-rev reuse code......DUH! pretty obvious NOW极度高兴的表情


"Should be" isn't "Is" -Jay
0 项奖励
4 条消息(共 6 条)
5,826 次查看

I understand what you are suggestion, but I don't understand how this method will convert all the vis into an older version?  If I want to have both new and old version, do I have to make a copy of all vis before I use that method? 

 

Yik

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 项奖励
5 条消息(共 6 条)
5,802 次查看
解答
接受人 jyang72211

 


@jyang72211 wrote:

I understand what you are suggestion, but I don't understand how this method will convert all the vis into an older version?  If I want to have both new and old version, do I have to make a copy of all vis before I use that method? 

 

Yik


 

NO ! what you will do is -

  • create a new project
  • add the existing folder to the project
  • save >for previous version
  • select a new folder when prompted

LabVIEW will "copy" the vi's in the folder to the new location and recompile all files in the folder for the previous LabVIEW version


"Should be" isn't "Is" -Jay
6 条消息(共 6 条)
5,788 次查看