LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Win2000 security and IMAQ vis

I have installed Labview6.1 and IMAQ on WIN2000 and written my own vis for video camera control. I installed the software as an administrator. When I log in as an administrator everything works fine. When I log in as a user the IMAQ vis cannot be found. Why?
0 Kudos
Message 1 of 5
(2,860 Views)
It's likely a permissions issue if you have an NTFS system. Either your vi's are in an admin folder made private or a portion of the software is trying to access an admin only folder. You'll have to change the security setings to allow others to use the files.
See:
http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/d95e17dfa38ca8a386256b21007660d0?OpenDocument

or

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/7f8c8c8c567d160c86256b2000498379?OpenDocument

or do a search on NI.COM for administrator or NTFS


2006 Ultimate LabVIEW G-eek.

0 Kudos
Message 2 of 5
(2,860 Views)
Oh yeah, another way around is to just build it as an executable application and put it somewhere convienent, that way you only have to deal with one file.


2006 Ultimate LabVIEW G-eek.

0 Kudos
Message 3 of 5
(2,860 Views)
Thanks Jonni 5. I've gone with the standalone exe as it seemed the simplest.
0 Kudos
Message 4 of 5
(2,860 Views)
No sweat.
Glad to be of serevice.


2006 Ultimate LabVIEW G-eek.

0 Kudos
Message 5 of 5
(2,860 Views)