07-18-2012 10:18 AM
I think you r confused between "run mode" and "the program is running". Run mode can be acheived by clicking Operate----Change into run mode
whenever I change into run mode, I can't even right click or change or do anything for any controls or indicators. My question is how to unlock all controls after you change into "run mode"
07-18-2012 10:19 AM
And if you want the users of your program to be your friends, make it so they don't have to know anything about this "run mode" It is a confusing name for this mode. It should be called something along the lines of "preview".
07-18-2012 10:21 AM
Bombbooo wrote:My question is how to unlock all controls after you change into "run mode"
Norbert already told you. Switch back to edit mode.
07-18-2012 10:22 AM
Bombbooo wrote:whenever I change into run mode, I can't even right click or change or do anything for any controls or indicators. My question is how to unlock all controls after you change into "run mode"
When you run the VI, the code enables all the disabled controls and you are fine.
Run mode itself is quite useless. Why do you think you even need to go to run mode (ctrl+m). Is there anything particular that you are trying to achieve by doing so?
Just run the VI instead!
07-18-2012 10:34 AM
I want to turn on run mode because I want to avoid the user movinfg stuff on the front panel. I might add some password for the user to be only able to run the program without moving anything on the front panel
07-18-2012 10:38 AM
Who are we considering "users"? Are these people that will be calling your VI or people that will only be running it? If they are only running it, build it into an EXE and your problem is solved. BTW, you need to use a project in order to perform a build.
07-18-2012 10:47 AM
There are much better options. You have the 'Reorder' button that you can use to lock the controls. Besides building an exe, you can set the properties of the VI to run when opened. You have VI>Properties>Protection options. Why you be concerned about someone just moving controls on the front panel but not changing the block diagram is a mystery.
07-18-2012 11:07 AM
07-18-2012 11:13 AM
I can scroll just fine when running the program. How are you trying to scroll?
07-18-2012 11:16 AM