09-09-2024 04:01 AM - edited 09-09-2024 04:02 AM
Hello Everyone
I am new in TestStand so maybe my question seems stupid for you.
I have only a RunTime Licence for TestStand 2019, therfore I can´t run the sequence Editor at all.
My question is: Is there a way to manage users (add/ delete/ change properties...) without using the sequence editor ?
Since I don´t have a developpement licence I think I can´t use the TestStand APIs to manage users programmaticaly, I am not sure about that.
Thanks for helping me.
09-09-2024 07:28 AM
There is an example on how to create and delete users via TestStand API.
https://www.ni.com/docs/de-DE/bundle/teststand/page/creating-and-deleting-users-using-api.html
The description says, you need an existing admin account to make it work. Not sure if it works Runtime only, but you could give it a try.
If it works, you can also implement a LabVIEW or whatever application using the API.
09-09-2024 08:37 AM
Thanks for your response.