LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I convert labview code to text code?

Solved!
Go to solution
Hi,

I have a complicated LabView code given by a device maker (LakeShore). I want to convert it to a simpler LabView code. I think that the best way to do that is to first understand their algorithm. Is there a way I can "convert" the Labview code to a simple, text algorithm?

Thanks,

Amit.
0 Kudos
Message 1 of 2
(2,991 Views)
Solution
Accepted by topic author Finkler
No, but if the code is fully available, you can do some refactoring and cleaning up to better understand what's going on. Usually, just cleaning up the code and documenting each section using comments makes it easier to understand. Also, you can use the Edit>>Create SubVI option to encapsulate pieces of the code into VIs to make it easier to read.
 
Just note that all this requires being careful so that you don't change the functionality of the code.

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,981 Views)