05-20-2009 03:33 AM
Need help:
For example:
This is my data:
10(user input)
i want all the between value from 0-10 to be listed.
How to do that?
05-20-2009 03:49 AM
Hi,
I require some more information. Where (Which format/indicator) do you want to list the data?
Try this vi
05-20-2009 04:07 AM
05-20-2009 04:14 AM
Try This..
05-20-2009 04:15 AM
Hi,
If I understood your question incorrectly please give me more info.
05-20-2009 06:04 AM
jeyanthi wrote:10(user input)
i want all the between value from 0-10 to be listed.
You want as integers or float?
You can use Random Number Generator & multiply it ny 10.
05-20-2009 06:27 AM
jeyanthi wrote:This is my data:10(user input)
i want all the between value from 0-10 to be listed.
Sorry i have no LabVIEW in my system right now else ill give u a screenshot. Try this.
Use "Get user from input" function to get the user input (10). Connect the input to the 'N' terminal of a FOR loop and inside the loop, connect a build array to the 'i' terminal of the FOR loop and create an indicator after the build array output. This will give you what you want. Post back if problem solved.
05-20-2009 06:45 AM
Hi,
Please see the pictures attached to this post...
05-20-2009 09:53 PM