LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I programmatically change the number displayed on a digital control?

In my application, there are two while loops. The inner loop has a digital control where the user can enter a number. If he enters an invalid number, I want to clear his input.
0 Kudos
Message 1 of 3
(2,644 Views)
One way of doing is see attach..
need to use property node and case structure.
------------------------------------------------------------------
When you feel sad, laugh
0 Kudos
Message 2 of 3
(2,644 Views)
Right click on the digital control and select "Create Local Variable", write to a default value if the user input is invalid.

or, right click on the control and select property "Data Range", you can change the data range which will be forced upon when user enter data.

Joe
Message 3 of 3
(2,644 Views)