LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to call user manager interface

I programmed an operator interface for teststand in labwindows CVI. I based him on the interface "/operatorinterfaces/NI/simple/CVI".
 
In my new interface I want to open the "user manager interface" of teststand in a CALLBACK EVENT of a pictureboutton. How it is possible?
 
Do I must to program my "home made" user manager windows or other possible solution?
 
thank you!
0 Kudos
Message 1 of 2
(3,105 Views)
Hi,

You will have to manually add this functionality to your code.  How it works is you first get a list of all the users by creating a UsersFile property object.  From there, you can grab specific users from that list to modify.  Attached is an example code working with user management.
Message 2 of 2
(3,078 Views)