cancel
Showing results for 
Search instead for 
Did you mean: 

Use Read from Measurement File to Create Array

SOLVED
Pete.Dunc
Active Participant
Solved!

Use Read from Measurement File to Create Array

Message contains an attachment

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


Regards,

Peter D

2 REPLIES 2
Guruthilak
Active Participant
Solution

Re: Use Read from Measurement File to Create Array

Message contains an image

use shift register... See the attached snippet

 

1.png

Regards
Guru (CLA)
Pete.Dunc
Active Participant

Re: Use Read from Measurement File to Create Array

Thank you!  It has been a while since I used shift registers (or LabVIEW for that matter!).

 

 

Peter


Regards,

Peter D