06-06-2025 05:59 AM
Hello to you all,
I am developing a program on a cRIO. The cRIO can be used by a "normal" user which may change some settings, but not all of them. Another user must have the ability to change all settings.
I did a search I can find a lot of info of password settings for the cRIO but not for the question above.
can someone please point me in the right direction?
06-06-2025 07:17 AM
How do you plan to have them change the settings? If I am understanding what you want, I believe that you are going to have to write the code to do this yourself.
06-06-2025 07:47 AM
A lot will depend on exactly what you're wanting to do. You can of course create different accounts on the cRIO and assign different permissions to each but that still leaves the exact implementation unknown.
If you're writing LabVIEW code that will also always run under the lvuser account so you'll need to be aware of that.