LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Setting Numeric Controls to a Constant?

This is a very simple task that is only meant to save me some time. In the front panel, I have a few Numeric Controls. Is there a way such that every time I open the VI, those Numberic Control are at values that I've set in my last VI run so that I don't have to initialize it every time I open it? (eg. the values don't change when I closed the VI and open the VI again) I would prefer not to change the Numeric Controls to indicators or constants.
0 Kudos
Message 1 of 3
(2,573 Views)
You can use Default Values:Make Current Default method.
Warning: this method not available in Run-Time Engine.
 
regards,
Andrey.
0 Kudos
Message 2 of 3
(2,568 Views)
Ah, that's what I was looking for. Thanks!
0 Kudos
Message 3 of 3
(2,566 Views)