LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Software Security Access options

Is there security access on any version of software?
0 Kudos
Message 1 of 5
(3,351 Views)
Think you're gonna have to rephrase your question, or provide more info. Are you refering to password access to use some software, or limiting a program's use to particular user accounts??
0 Kudos
Message 2 of 5
(3,351 Views)
Yes!
Other than having policies and procedures in place at a test facility, some test engineers change code without making proper annotation. Plus limiting test technician with some "C" language experience from change code to fit there test needs, our facility runs 24 hours. Security access option would be beneficial. I'm just learning CVI/LabWindows and was looking for a security feature in the software, didn't find it.
0 Kudos
Message 3 of 5
(3,351 Views)
I understand your question now... What I've done in the past to limit access to development packages on test systems is to change the privaledges on the executable so that only certain users can run the package... This works to an extent, as long as you can trust the 'allowed' users to follow the procedures... but it does deter the caual fiddler... Of course this only works to some extent unless you change the privivedges to all the source code too, as c code is mainly just text files anyway... so it does get a bit messy and time consuming.
If you have a bit of spare budget, you could always go for one of the source control packages such as clearcase or source safe... I beleive cvi can integrate with both of these (tried it with source safe, and seen i
t done with clear case) and they will enforce the proper procedure by making users check in and out code before changing it, and handling the versioning of the changes... don't know how much these apps cost, I got source safe as part of visual studio...
Hope this helps...
John
0 Kudos
Message 4 of 5
(3,351 Views)
I recently rolled out CVS with a Tortoise plugin for Windows Explorer to manage sourcecode. It's really easy to implement and it's open source.

If your target is CVI and Windows I would strongly advise looking at these sites and give them I try. I was pleasantly surprised.

CVSNT
Tortoise
Jattie van der Linde
Engineering Manager, Software & Automation
TEL Magnetic Solutions Ltd
0 Kudos
Message 5 of 5
(3,351 Views)