07-09-2014 12:27 PM
Hello,
I have a Ring Control (Text Values) in Labview 2009 and it is programatically populated with 20 items. The end user either selects from the items in the list or populates it with a new item based on a checkbox for adding new item. What I want to do is when the 20th item is entered and the user selects the checkbox for item 21 to be added I would like to rap around to the first item in the list and overwrite it. Is this possible and a sample vi would be great to demonstrate how this is done. Any help would be greatly appreciated!
Thanks in Advance
Charlie
Solved! Go to Solution.
07-09-2014 12:31 PM
Replace Array Subset. You will need to keep track of which item to replace in a shift register. I would also keep the list in a shift register to make your life a little easier.
07-09-2014 12:32 PM