From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically editing VI Description

Solved!
Go to solution

I am trying to programmatically edit the VI Description for a large set of VIs. Seems like it should be very easy, but it doesn't appear to work. I can read the VI Description text fine, but when I try to write to that property, nothing happens. The text does not get edited, and no error is reported. What am I doing wrong?

 

NI documentation says that the VI Description property can be programmatically set:

http://zone.ni.com/reference/en-XX/help/371361J-01/lvhowto/creatingediting_vi_desc/

 

Thank you for your help.

 

Download All
0 Kudos
Message 1 of 2
(2,591 Views)
Solution
Accepted by topic author Chris_12345

You need to save the VI after you update the description.

Message 2 of 2
(2,587 Views)