LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the interval of increment/decrement buttons?

Solved!
Go to solution

I have an array of doubles as seen here:

Capture.PNG

 

The increment/decrement buttons change the values by a factor of 1. Is it possible to bring that down to 0.001 for each one?

0 Kudos
Message 1 of 3
(1,515 Views)
Solution
Accepted by topic author danthecoffeecan

Yes, right-click, open properties.  On the Data Entry tab there is an Increment parameter.

 

Keep in mind that if you put your cursor in the control your keyboard's left/right arrow keys can change the resolution and up/down arrows will change the number based on that.  This trick works better if you change precision type to "Digits of Precision" and disable "Hide trailing zeroes" in the Display Format tab.

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019 - Unfortunately now moving back to C#, .NET, Python due to forced change to subscription model by NI. 8^{
0 Kudos
Message 2 of 3
(1,507 Views)

Thank you!

0 Kudos
Message 3 of 3
(1,487 Views)