06-01-2011 01:13 PM
actually you can add a new table with all values and the existing table you can keep as it is since this would be the sum of all
06-02-2011 05:30 AM
I am trying to do something like that which you already did for another program.
Attached
The new values store indvidually
Similar to this
06-02-2011 10:57 AM
That's what I had in mind too. Were you able to adapt it to your problem. Should be quite easy.
06-02-2011 02:06 PM
i am trying
bu not been able to run the vi because of error
Can you give an idea how to add shift register with the String
06-02-2011 03:12 PM
try something like this.....
06-02-2011 04:02 PM
If i were to take seperate readings for each cycle, this is actually what i wanted to do.
For example if i have area values for above and below and i would want to repeat the same, the next row should contain new values
that means the next the cycle will start reading from 0- so on for each above and below areas
At the moment it is quite similar to what you had before, the next values add to the previous.
06-06-2011 08:51 AM
06-06-2011 08:55 AM
Altenbach
i am unable to figure out how to take the values so that the new values start from zero, i.e. should not add with the previous values.
Its fine until with your latest program but values keep on adding and donot reset after the cycle is complete
Thanks
06-08-2011 08:13 AM
i have simplified a program little bit and taking values for Above area only.
But i would like to know how can i reset values when a cycle is complete
Attached
06-08-2011 02:36 PM - edited 06-08-2011 02:48 PM
weeke wrote:But i would like to know how can i reset values when a cycle is complete
Sorry, I don't know what you mean.
(Also, waht is up with that weird code construct, taking a scalar, turning it into an array with a single elements, the integrating it with simpson's rule, then indexing the single element out again???)