LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieving VI's from a previous Labview Application

Solved!
Go to solution

I am new to Labview and am wondering is there any way to over write an existing project and its VI's from just a previous application  (Labview Build) which I have backed up??

 

 

0 Kudos
Message 1 of 6
(2,872 Views)

If I understand you correctly, no, you cannot retrieve the source VIs from within a built executable. You will need the original project/VIs to be able to modify the code and then rebuild the application.

 

This is the reason it is very important to have some sort of source control in any programming language!


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 2 of 6
(2,866 Views)

No, a compiled exe removes things like the block diagram, you'll need the old source code.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 6
(2,835 Views)

Cheers.  

 

I hate located my problem as to why emails werent sending. I keep getting "Not a Path" and error 7.

 

Any ideas how to fix this as i have used to correct path?

 

 

0 Kudos
Message 4 of 6
(2,820 Views)
Solution
Accepted by KevinO298

Remove the directory separator from before 'data' in the path. It should be "data\TBIMon.ini" instead of "\data\TBIMon.ini"


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 5 of 6
(2,817 Views)

Perfect Thanks!

0 Kudos
Message 6 of 6
(2,805 Views)