04-12-2024 12:25 PM
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
Solved! Go to Solution.
04-12-2024 01:14 PM - edited 04-12-2024 01:15 PM
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!?
04-12-2024 03:25 PM - edited 04-12-2024 03:46 PM
Hi Gerd,
Thanks. Just rewired the shift register.
Kind regards,
TK