LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to append waveform from when the test starts to when it stops?

Solved!
Go to solution

Hey everyone,

 

I have a waveform called CH 2 and I would like to display the waveform timestamp from when it starts to when it ends rather than just the next timestamp. I was just wondering how I should go about this because I tried using append waveform but it just appends the previous and current waveform. 

 

Kind regards,

TK

0 Kudos
Message 1 of 3
(1,012 Views)

Hi TK,

 


@Teekayy wrote:
I tried using append waveform but it just appends the previous and current waveform. 

Your VI does exactly what you have programmed to do.

Apparently you need something different, so you better program something different!

 

See this core routine of your VI:

You append the current waveform to the previous waveform!

 

Maybe you should append the current waveform to the whole waveform instead!?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(975 Views)
Solution
Accepted by topic author Teekayy

Hi Gerd,

 

Thanks. Just rewired the shift register.

 

Kind regards,

 

 TK

0 Kudos
Message 3 of 3
(936 Views)