LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

prgramatticaly using source code control

Does anyone know of any way i can programmaticly control the built in source code control system (or systems intergrated with it). Are there any VI's that can be used? I want to be able to control access to configuration files, and output files, and be able to see who has modified these.

Any ideas?
0 Kudos
Message 1 of 3
(2,575 Views)
Mathew,

Send me an email. My address is jim at jimkring.com

-Jim
0 Kudos
Message 2 of 3
(2,575 Views)
Matthew Simpson wrote:
> Does anyone know of any way i can programmaticly control the built in
> source code control system (or systems intergrated with it). Are there
> any VI's that can be used? I want to be able to control access to
> configuration files, and output files, and be able to see who has
> modified these.
>
> Any ideas?

I changed behaviour of scc by modifying the built in service provider.

It a normal vi. You can stop it with ctrl-. and save your own version.
If I remember right it uses a string queue to drive a state machine.

You might be able to take some cases. It is easiest if just modify the
strings that are put into the queue. Then again maybe there's no
suitable cases for you. But at least you get some kind of an example

Juha
0 Kudos
Message 3 of 3
(2,575 Views)