In this release, we've added a new construct called a VI Package Configuration file, which allows you to save and recall the state of LabVIEW for each of your projects (meaning, which libraries are installed).
Configuration management was a very important problem for us to solve, since we work on a lot of different LabVIEW projects, both internally at JKI and for our clients. We can't afford the risk of not knowing which versions OpenG and other library VIs are required for a given project. So, before we start working on a project, we use VI Package Manager to apply our project's VI Package Configuration file.
Congratulations, Jim.
The previous versions of both Commander and VIPM were very good and this new feature sounds like it could be very useful for some things.
Thanks, Yen. We hope you like it
Jim,
I am really interested to know how you manage the dependencies of multiple version of the package.
Hi Raj,
Each package defines its dependencies on other packages. And, each project maintains a list of the packages that it requires (depends on).
-Jim