LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

parse native vi for comments

Is there a way to read in a vi and retrieve all the texts in the comment boxes?

 

I would like to use other software to read the comments in the vi for documentation purposes?

0 Kudos
Message 1 of 4
(2,406 Views)

See this - http://forums.ni.com/t5/LabVIEW/programmatically-return-block-diagram-free-labels/m-p/2366370#M73700...

 

Of course, you will have to supply the reference to the relevant VI.


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

That is almost what I was looking for. I want to use perl, java, etc. to read the vi and obtain the comments without using LabVIEW. If I do your method I will have to but all that extra in every vi for a project.

0 Kudos
Message 3 of 4
(2,380 Views)

After a few seconds of thinking I could be a bit more clever and some how read all of the vi's in a project and get all of the comments. I would then have to use perl, etc to read the one file will all of the texts.

0 Kudos
Message 4 of 4
(2,378 Views)