I have a Labview 5.1 program that records flow vs. rotation data for valves that we manufacture. It is set up so the tech turns the valve to the desired location & hits a button on the front pannel to pass the data to an array. When the tech is done with the valve, he stops the program and it opens excel, loads the data, plots it, etc. The problem is, if he forgets to hit the button at some point during the test, the whole test is lost because we can not go back to fix it. My thought is if I could put in a control that he could manually enter the data in that he missed (it is usually easy to figure out which point was missed), the data could be added to the array before the program is stopped and the data is sent to excel.
The problem is it can not easily be appended to the array because it needs to be placed in the middle somehow and all the rotations will need to be adjusted after that point. For example, if the data is 0°,0: 10°,1000: 20°,3000: 30°,4000: etc. And we realized we missed the point at 20° because it should be 20°,2000; we would need to insert that where the 20°,3000 is and then change that 20° to 30° and the 30° to 40° and so on. I hope that makes sense. I have no idea's on how to do this so if anyone has had to do something similar, some direction would be appreciated.