LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict user to input 0 - 9 for string data

Solved!
Go to solution

Hi

 

I would like to input this control at the front panel. This control allow user to choose from 0 - 9. Eg 0 1 2 3 4 5 6 7 8 9 .

 

The control do not allow user to put -1 -2 -3 ... or 10 11 ... or decimal place.

 

This number will be further converted into string as a name of a folder to be created.

 

 

Thank for viewing this thread and give your assistance

 

 

PX

0 Kudos
Message 1 of 3
(2,698 Views)
Solution
Accepted by topic author pengxin

First, right click and select 'Representation and change to integer (i.e. U8), and then right click and select Data Entry. Uncheck the 'Use default limits' and enter the range you want.

 

If you noticed, everything is accomplished by right clicking. You should be familiar with all of the right click options. Have you done any of the tutorials?

Message 2 of 3
(2,697 Views)

Thank you Dennis

 

 

I will work on the tutorial too

 

Cheers 

 

PX

 

 

 

0 Kudos
Message 3 of 3
(2,691 Views)