02-23-2010 09:37 AM
Hello all
I was thinking, is it possible to save data in a loop to next iteration without the use of a shift register or a feedback loop?
I need the possibility to reload data within a loop from a lvm file, but I want to use the same data until i load some new ones.
The reason why I don't want to use the shift register or feedback node is due to speed, even though I am not sure if the shift register
actually moves all the data from one register to another, or if it is stationary until a change in the data occur.
The data I want to reuse is medium-large (6 force measurements, 2 pressure, 1 flow channels)of about 10sec data in each file with samplingsrate of 2kHz..
In my analysis program I have many CPU demanding calculations and 3D graphs, so I just want to minimize the CPU load as much as I can for each part of the
software..
I have attached a small VI to explain what I am talking about.
I now I shouldn't use the express VI, and I am going to change that as well - this is just a proof of concept!
Hope you guys can help me understand this shift register better...
Thanks!
- Tommy
Solved! Go to Solution.
02-23-2010 09:45 AM
02-23-2010 09:46 AM
tombech wrote:
[...]The reason why I don't want to use the shift register or feedback node is due to speed[...]
Tommy,
shift register are the fastest you can ever get...........
Norbert
02-23-2010 09:52 AM
Hi all!
This is why I like this forum - I post a question and less then 10 min later, I get the answer...
Great - thanks guys!
Have a nice day!!
Regards
Tommy