LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

overlap signals from different files at different times in XY graph

Solved!
Go to solution

Dear FOlks,

Searched the forums and couldnt find the answer, if there is one already please direct me to the link.

I have few real time data (this can vary from 2-15 maybe) from torque sensor for different runs. For analysis I need to plot the data overlapped and also trim it to the point so it starts at rising slope.The data are all in different files and the user may load these files one after the other. No of signals that will be overlapped is not fixed. In my program, the first signal, it works fine, it trims the signal and all.. From second file onwards, it does not trim and it seems to start from the previous signals last value... 

tried various things. Attached are my Vis and jpeg.

 

Thanks,

Palch

Download All
0 Kudos
Message 1 of 3
(2,148 Views)
Solution
Accepted by topic author Palch

Hi Patch,

 

you might restart the PtByPt-Filter function for each new signal using it's "Init" input…

Or use the "standard" (non-PtByPt) version of this filter!

 

check.png

 

The next time PLEASE don't forget:

- don't attach VIs set to "auto-start at open"

- remove this silly "programmatically close VI on stop"

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,140 Views)

Thanks so much... 

0 Kudos
Message 3 of 3
(2,115 Views)