LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Vis that reside in different location but have a same name und different funktion

Can i use in LabView 5.01 Vis that reside in different location but have a same name und different funktion?
How? I don´t wand to rename the VIs.
0 Kudos
Message 1 of 4
(2,692 Views)
Sorry, you can't have homonymous VIs simultaneously in memory. You'll have to rename one of them.


LabVIEW, C'est LabVIEW

Message 2 of 4
(2,692 Views)
Hoch kann i rename automatly in LabView 5.01 all the same Vis-name from a directory?
0 Kudos
Message 3 of 4
(2,692 Views)
You could always use the system exec and rename the files through a dos command. Otherwise, you will need to use the file I/O functions to open the files, write it to a different file name and delete the original file.
0 Kudos
Message 4 of 4
(2,692 Views)