ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

source code control in executable

LabVIEW 8 and 8.20 offers a connection to a scc server. I was thinking of making a tool wich could get versions from the scc server. But as I see it, it is not possible to create an executable which will be able to connect to a user specified scc server, since the vis uses the development setup. Are these VIs only for development use?
 
Best Regards
Svendsen
0 Kudos
Message 1 of 4
(2,963 Views)
SCC stands for Source Code Control and is such designed to work with source code within a compatible development environment.

Perhaps an executable file can be stored as an auxiliary file to the source code, I dont know.

If you want an exe to be able to retrieve the latest version of a certain plug-in from a SCC provider, then I have no idea how this would be implemented (apart from manually of course).

I think you will need to implement the correct protocol within the executable yourself....

Anyone else know more?

Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 2 of 4
(2,956 Views)
From the help:

http://zone.ni.com/reference/en-XX/help/371361B-01/lvhowto/build_scc_apps/

And a related knowledge base:

http://digital.ni.com/public.nsf/allkb/F6CCDD186CD54BE686257099005B2F95

George M
National Instruments
0 Kudos
Message 3 of 4
(2,948 Views)
That's something I need to remember.

Has some really nice applications in testing.....

Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 4 of 4
(2,944 Views)