Skip to content

Releases: jimkring/a-version-explorer-for-labview

v0.0 (PPLs Built in LV 2020 for Windows 32-bit and 64-bit)

06 Sep 07:34
b82c586
Compare
Choose a tag to compare

An initial prototype release.

image

The source for this VI is here: .\experiments\save-for-previous-version\source\A Version Explorer - UI.vi

This prototype works as follows:

  • Saves VIs/CTLs in place using the VI.Save for Previous method
  • Saves LVLIBs and LVCLASSes to a temp directory (using the Save for Previous methods of those project item types) and then copies the output .lvlib or .lvclass file, replacing the original file.
  • Directly modifies the .lvproj file XML data, setting the version information.

This seems to work pretty well.