LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

range of number in numeric control

hi,      im new to this program and im trying to generate a range of number (ex. 5.0 1.0 0.25 and 0.10) using a numeric control. can anyone please shed some light? thanks.

0 Kudos
Message 1 of 4
(2,935 Views)
It is not entirely clear what you really want, but you could just create an array control showing 4 elements. For that, you would first drop an array container on the front panel, the drop a suitable numeric control inside it. Now resize the container (horizontally or vertically) to show as many elements as you want.
 
 
On the block diagram you would get a 1D array terminal.
 
 
 

Message Edited by altenbach on 04-08-2007 07:50 AM

0 Kudos
Message 2 of 4
(2,911 Views)

Are you trying to programmatically generate those numbers?. If the numbers that you are trying to generate follow a certain pattern. you could use a "For Loop" to generate them. Please provide more infomation so that we can further help you.

Thanks,

Rudi N.

0 Kudos
Message 3 of 4
(2,892 Views)
thank you for your replies... sorry for the delayed response. thanks again.
0 Kudos
Message 4 of 4
(2,852 Views)