LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I have two different versions of the same vi.

I want to use the write characters to file vi instead of a global variable, but I already have a write characters to file vi in my program and when I try to save my new version vi it changes the old one too. I just want this new write vi to write to a different file.
0 Kudos
Message 1 of 6
(2,962 Views)
You should rename one of the VI's. LabVIEW will not allow two VIs with the same name.
www.vartortech.com
0 Kudos
Message 2 of 6
(2,962 Views)
I mean, LabVIEW will not allow two DIFFERENT VIs with the same name.
www.vartortech.com
0 Kudos
Message 3 of 6
(2,962 Views)
Yea, I do that and it changes all the other write to file vi's. I just want to change that one but its automatically changes all of them. Is it a lib problem.
0 Kudos
Message 4 of 6
(2,962 Views)
Save a copy without updating callers. In LabVIEW 6 this is done by using SaveAs... and selecting the "Save a copy with out updating callers" check box in the dialog box.

Brian
0 Kudos
Message 5 of 6
(2,962 Views)
When you do a save as, do you check the "Save a copy without updating callers." box (assuming LV6)? Do that and then replace the single vi with the new one. Also, you said you just want to change the file you are writing to. You can use the same VI for this and just change the file parameter input. Or are you doing something else?
0 Kudos
Message 6 of 6
(2,962 Views)