LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read/write "vi documentation"

Hi all,

Working on my projects, I usually try to develop generic re-usable functions ; in order to sort my these VIs and to help me remenber where/when/why I used then I use [VI properties >> VI documentation] to put the date and name of the project.

What I'd like to know is it possible possible (and how) to programmatically read/write these information.

thanks for any help.

We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 1 of 3
(2,714 Views)
As with all programmatic contol of LV functionality, this can be done with a property node. The only trick is to know where to look. 
In this case, you should get to the VI class (either by using Open VI Reference or by selecting the class on a new property node) and select the "VI Description" property.

___________________
Try to take over the world!
Message 2 of 3
(2,706 Views)
Thanks alot tst !

We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 3 of 3
(2,701 Views)