02-18-2006 10:26 AM
02-18-2006 11:45 AM
02-18-2006 12:25 PM
02-18-2006 12:27 PM
here is my vi which i want to implement this on. if it helps to understand more!
02-18-2006 12:57 PM
02-18-2006 01:18 PM
ok, here is a snapshot of my vi.
basically, from the power output node, i send this along with the current and voltage to the measurement block, and i get an excel file with time in seconds (between each sample of current and voltage) along with power and voltage.
so i can simply graph time vs power/volts, if i run the test for 20 hours, i just stop it, and check the resulting excel file, it will have all the data,
i wish to do exactly the same with the mean power vs time. but to get the mean power i need arrays, and this has me well stuck.
i can use the example you gave me and get mean, max min and send that to another excel file. which is what i want, and for it to save all the values after i stop the program (manually)
hope that clears things up as i have no idea how to get this done!
thanks
02-18-2006 01:36 PM
02-18-2006 02:30 PM
thanks man, i will check this out now.
regards
02-18-2006 02:31 PM
on a different note. i am using a cell module attached to a 25mm sensor node, to graph the battery vs time. but its taking ages, the battery went from 2.3 volts to 3.5 volts. how can the voltage increase vs time? !
you can see the module under test from tyndall.ie, and search for 25mm.
best
02-18-2006 02:38 PM
i attach the 'dice' to my output multiplier node right? this loop will run for 1000 counts? and send all the data in that time to the output array and then do 1000 more counts?
i am trying out that now, see how it goes.