LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmaticly adding to Revision History of a VI?

Hi Folks,

 

I am looking into if we can programmatically add comments to the Revision history of a VI.

 

The use case would be to insert in to the history every time the VI was compiled. (This is for Veristand Model VIs which are compiled a little differently then an application.)

 

Basically when the build version is assigned, we want to have a comment in the Revision History stating the build version number, and a note about what was changed. This would then be checked in to our software repository with additional comments.

 

It looks like you can programmatically edit the Documentation text. So it seems like you should be able to edit the, or at least add comments to the Revision History. (You can delete it programmatically, so why not add to it?)

 

Thanks!

0 Kudos
Message 1 of 2
(783 Views)

Hi cgibson,

 

the History.Text property is only readable, so you cannot set the history text programmatically…

(I didn't care the check scripting properties or "supersecret" properties.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(735 Views)