LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatic access to VI changes

I'm writing a simple tool to automatically create backup files during development.  It will create a backup copy of a file every time it is saved.  I would like to be able to log the changes that were made for each particular revision.  I thought I could do this if I could get access to the changes list for the vi ie the list you see if you select "List Changes" when a vi is saved.
 
Is this possible?
 
TIA,
Bill F
0 Kudos
Message 1 of 5
(3,010 Views)
Hi Bill,

As far as I know there's no exposed access to that change list. You could certainly make that product suggestion on the "Contact Us" page if you'd like though.

If I hear anything that might work for you, I'll certainly post it here.

Regards,
Matt S.

LabVIEW Integration Engineer with experience in LabVIEW Real-Time, LabVIEW FPGA, DAQ, Machine Vision, as well as C/C++. CLAD, working on CLD and CLA.
0 Kudos
Message 2 of 5
(2,984 Views)

Matt,

Thanks.  I can get the Mods BitSet value that tells me a change has ocurred.  I assume this number is a bit mask for all the possible change types.  Is it possible NI could provide the decoder ring for that number vice a LV change?

Thankks,

Bill F

0 Kudos
Message 3 of 5
(2,975 Views)


@bfarley wrote:

Matt,

Thanks.  I can get the Mods BitSet value that tells me a change has ocurred.  I assume this number is a bit mask for all the possible change types.  Is it possible NI could provide the decoder ring for that number vice a LV change?

Thankks,

Bill F



NI has probably no inclinations to document that bitset either since I know it happened to change in the past between versions and NI wants to reserve that right to do so again.

Rolf Kalbermatter


Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 4 of 5
(2,959 Views)
Hi Bill,

Rolf pretty much hit the nail on the head. I'm still looking into potential solutions for you regarding this issue, but I'm not sure that this route would be best. I'll let you know if I hear anything new.

-Matt S.

LabVIEW Integration Engineer with experience in LabVIEW Real-Time, LabVIEW FPGA, DAQ, Machine Vision, as well as C/C++. CLAD, working on CLD and CLA.
0 Kudos
Message 5 of 5
(2,947 Views)