LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Digital Control Increment/Decrement Values

How can you change the values that a digital control increments and decrements? I want to have the data increment by a specific value based on another variable rather than by the default incremental value.
0 Kudos
Message 1 of 4
(2,566 Views)
(I assume you mean a "numeric control", there is no "digital control".)

Create a property node for the control and select property "data range:Increment" Now wire the desired value to it.

( You can also statically set the increment by right-clicking on the control ... "format and precision")
0 Kudos
Message 2 of 4
(2,566 Views)
All you have to do is create a property node and select datarange/increment then right click on the property node and select change to write and then wire your variable to that. If this is going to be a subvi then you would want to wire a control to the property node so that you can input your variable.

See Attached example



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 3 of 4
(2,566 Views)
Obviously I'm new at LabView. Thanks! That beats my previous (non-working) solution.
0 Kudos
Message 4 of 4
(2,566 Views)