LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to do very small increments with controls

 

hi

I need to vary an input parameter over la large range .I am using a dial control .But when i reach the some values i need fine adjustments is it possible

Certified LabVIEW Developer
0 Kudos
Message 1 of 8
(3,210 Views)

Hi mjaugustin,

insert a floating point number into your control. Use as much decimal places as you need. You can choose with the mouse the position which you want to change. If you then use the increment field, then the selected position will change.

 

Hope it helps.

Mike

0 Kudos
Message 2 of 8
(3,207 Views)

I'm not sure if this is what Mike was suggesting...

 

If you show to digital indicator for the control, and click so that you have selected the hundreds digit the up down arrows will increment it by 100's.

Choose the tens place the arrow key increment by 10's etc.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 3 of 8
(3,189 Views)

Hi mjaugustin,

Check out the example I made for you. To make fine adjustments over a limited range on a slide control you can use property nodes.

Charly 

It's always sunny in California! Certified LabVIEW Associate Developer!
0 Kudos
Message 4 of 8
(3,165 Views)

Another possibility would be to use a multiturn dial, and manually set the increment/revolution.

 

Have a look a this old example.

 

You could also make the increment selector a ring with a small selection of possible values.

You could even wrap the entire thing into an xcontrol. 🙂

Message 5 of 8
(3,155 Views)
Yet another possibility would be to temporarily zoom the scale to +/- 5% of the current value while the <ctrl> key is held down. Just use events for key-down and modify the scale on "key down" and "key up" as desired. 
Message 6 of 8
(3,152 Views)

Dear Charly

 Thanks a lot for your time.It is  a working  one  for  me

Certified LabVIEW Developer
0 Kudos
Message 7 of 8
(3,121 Views)

 Dear Altenbech

 

Thanks  a lot for  the idea

Certified LabVIEW Developer
0 Kudos
Message 8 of 8
(3,119 Views)