VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically change user account

Hi all,

 

I want to change users from within Veristand while a configuration is deployed and running. Is this possible? If it requires a custom LabVIEW extension that is fine. I just need to know what the functions are that I can use to manipulate the user accounts.

 

Thanks

Dave

0 Kudos
Message 1 of 3
(3,679 Views)

One way to do this would be to disconnect the host PC/workspace from the RT machine using the API WorkSpace->Disconnect from System.vi.  You could then use API Project->Open Project.vi to specify the user, then Project->Execution->Connect Project.vi to connect your project to the running RT.  I haven't tried this, but using the Project API's should allow you to do what you want.

 

Good Luck

0 Kudos
Message 2 of 3
(3,661 Views)

That isn't quite as clean a mthod as I was hoping for. Maybe that's why Veristand doesn't provide a change-user  function in the user interface. Thanks for your input though. I'll see if the disconnect-reconnect will work. 

0 Kudos
Message 3 of 3
(3,654 Views)