10-14-2023 10:47 AM
Hello to all,
I want to prevent user of my Veristand project form edit the Workspace (.nivscreen files).
I searched the official NI documentation but could not find anything about it.
Does anyone know if there is a way to do this?
I'm using Veristand 2019 R2.
Thanks
Solved! Go to Solution.
10-14-2023 10:56 AM
How Do I Allow Only Operator Privileges in NI VeriStand?
10-14-2023 11:17 AM
Thanks for your reply ZYOng.
If i set privilege levels as "Operator" it prevent users to edit ssdf.
I have tried to launch my project in Operator Mode, calling the following command in cmd window:
"C:\Program Files\National Instruments\VeriStand 2020\VeriStand.exe" /nivsprj
"C:\Users\Public\Documents\National Instruments\NI VeriStand 2020\Examples\Stimulus Profile\Engine Demo\Engine Demo.nivsprj" /operateScreen
But it doesn't work.
10-14-2023 12:08 PM
I believe that the command line method only works for UI Manager.
UI Manager and legacy workspace are two different executables. The former is built using C# and the latter is LabVIEW. They have their own user management. You need to configure using the legacy User Account Manager.
10-14-2023 12:24 PM
So should I open the project with the Veristand2018 or earlier?
10-15-2023 06:23 PM
You still can configure the user account from the legacy project explorer.
From the VeriStand Editor >> File >> Preferences, under General tab enable Show Legacy Project Window.
10-16-2023 07:22 AM
Now it works. Thank you very much for the help!