11-09-2005 10:09 AM
11-09-2005 10:46 AM
You can use the build array function to put several strings into an array. If you are capturing strings one at a time, use a loop with a shift register, and build array.
To output the strings one at a time, use a loop with index array. Both functions are found in the Array palette.
11-09-2005 12:05 PM
Hi,
Once i have enter the data in the main vi,will this then be stored in the array. Then how do i go about getting the characters out of the array one after another and if i probe the output of the built array will the output be a string.
11-09-2005 01:11 PM
11-10-2005 01:14 PM
Hi,
I am using labview 6.1, how do i get the string 4 in the main vi to display both of the strings that i have entered.
thank you
11-10-2005 01:39 PM
Input to your loop has indexing enabled. What happens is that on the first iteration, the indicator displays the first string in the array, then in the next iteration, the indicator displays the second string in the array, the first one is overwritten. This happens so fast that all you see is the second one. Look at attached vi in LV6.1 to see how to concatenate both into one indicator. You really need to study Labview to learn the functions. Go to NI's website and search for Labview tutorials.
11-11-2005 11:28 AM
Hi,
How would you create a string that automatically increment, until it reached a numercal number and the output was the string that you created.
11-11-2005
11:38 AM
- last edited on
01-28-2025
12:17 PM
by
Content Cleaner
I'm not sure what you mean. You can't increment a string. Using a loop, the i terminal automatically increments on every iteration. You can convert that number into a string by using the Decimal Number to String function.
Instead of asking these very basic questions here, why don't you look for labview tutorials on the NI website. You would learn a lot more, a lot faster.
You can start here