Use the Edit Multiple Parameters dialog box to edit multiple parameters at run time and apply changes all at once. You can save a set of parameter values to a file that you can load at a later time. Complete the following steps to edit multiple parameters at run time.
![]() |
Note Any values that you change do not affect the simulation until you click either the Apply button or the OK button in the Edit Multiple Parameters dialog box. |
If you enter a parameter value outside the scale range of a knob or slider control, the LabVIEW Simulation Interface Toolkit automatically adjusts the scale range to accommodate the new value. You can disable this autoscaling by closing LabVIEW, entering LVSITNumScaleUnchanged=True on a separate line of the labview.ini file, and launching LabVIEW again. The labview.ini file is located in the labview\ directory. If you disable autoscaling, you still can adjust the scale range manually. However, if you then enter a parameter value outside the scale range, the control saves the value but shows only the maximum value of the scale range. For example, if the scale range of a knob is 0–10 and you enter a value of 20, the front panel shows the value of the control as 10, even though the actual value is 20.