LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VIPM

Solved!
Go to solution

Hi All,

 

I installed the 'JSONtext' package in VIPM. I had to modify some of the VIs within this package so it would execute exactly how I require. I want my team mates to also have access to these modified VIs, but I do not just want to send the VIs I changed and get them to replace it with the original VI in the 'JSONtext' package manually. This is because issues will arise when the 'JSONtext' package has updates, or if we need to reinstall this package onto a new device etc. Is there a way I can re-build this package, or somehow distribute the modified VIs to my team mates efficiently? 

 

Please note, that I tried to rebuild the 'JSONtext' package, but the build failed because VIPM cannot build packages which contain VI names that already exist in the main LabVIEW folder. 

 

I hope this makes sense. I am very new to LabVIEW, programming and source control so all help is appreciated. 

 

Thanks!

0 Kudos
Message 1 of 3
(1,584 Views)
Solution
Accepted by topic author StruggleStreet

Hi StruggleStreet,

 

I would at all costs avoid modifying the VIs of the package from VIPM - especially for this reason.

 

What you could do is save the modified VI as a new one and have it as a part of your project. Then, you'd share the project with your colleagues (git) with your modified VIs. And at the same time let them use the un-modified JSONtext library.

_______________________________________________________________

-Patrik
CLA || CTA
If it helps - Kudo it, if it answers - Mark As Solution
0 Kudos
Message 2 of 3
(1,571 Views)

Thanks for the tip Patrick. Will take it on board!

0 Kudos
Message 3 of 3
(1,567 Views)