LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PVCS version manager to control VIs version?

Can we PVCS version manger to control on version of LabVIEW codes (vi or llb) as we can on C/C++ codes?

THanks
0 Kudos
Message 1 of 3
(2,538 Views)
I have been using PVCS to control versioning of labview vi's. As far as I can see you just check them in and out as with any other files. The only problem is that I don't think the vi's are simple text files so PVCS will not do a comparison of the files. The storing of older versions though works fine.
0 Kudos
Message 2 of 3
(2,538 Views)
I assume that you declared your VI's as regular text files for PVCS purposes.
1. Have you tried other file definitions, such as binary?
2. Did you have to submit all NI dll's into PVCS in order to perform baseline builds?

I am required to place my LabVIEW project under PVCS within the next month and these questions have come up.
0 Kudos
Message 3 of 3
(2,538 Views)