Is there a way to lock the position and value of the markers so that they cannot be modified while the VI is running? I'm trying to make my VI as idiot-proof as possible so that a user won't ruin the front panel. Any input is appreciated.
I think I've found a workable solution. By converting the numeric marker values to text values, the user is no longer able to change the markers while the VI is running. This works well for controls, not too sure if it can be applied to indicators or graphs. Thanks for all the input.