03-11-2021 02:22 PM
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!
03-12-2021 12:45 AM