04-13-2010 06:13 AM
Good morning!
I have some data logged in .lvm file format. I would now like to arrange this data in a sequential array so I can apply a median filter to it.
When I run the VI I notice that the first element of the indicator seems to be getting overwritten on each loop (rather than going to the next element), I think the array should be built outside the loop but I am unsure how to code this.
Please find my current VI attached.
Peter
Solved! Go to Solution.
04-13-2010 06:44 AM
use shift register... See the attached snippet
04-13-2010 07:28 AM