02-16-2006 03:24 PM
02-16-2006 03:35 PM
i have tried using your example to get this done, can you look at the snapshot here?
i have noticed the time between each click of the meter has increased considerably, way too much.
regards
02-16-2006 03:51 PM - edited 02-16-2006 03:51 PM
That example was NOT intended to be used in your VI. It was to show you different ways to create arrays and how you were doing it was wrong. Run the VI by itself and watch the front panel. You will see how each different indicator is updated. You need to look into taking the Labview Basics course as you are not understanding the basic functions of Labview. I strongly recomend you pick an example go the the block Diagram and click on the Highlight Execution and watch the code run to understand what is going on.
In your picture this is what placing my example into your VI is doing. You take ONE measurement, my for loop runs 10 times with a 500ms delay between each itteration. Your one measurement is then built into arrays. Here is the data you will get, let's say your power calculation was 10. ARRAY=10, ARRAY2=10,10,10,10,10,10,10,10,10,10 ARRAY3=10,10,10,10,10,10,10,10,10,10
Look at the picture of how to do the calculations and save the file after the Batteries are dead.
Message Edited by AndrewAlford on 02-16-2006 02:51 PM
02-16-2006 03:52 PM
02-16-2006 04:00 PM