05-10-2019 06:01 AM
Hello,
I have been reading Labview explanations about how to work with "Timed Loop" and how to use "Waveform Chart" but I'm not able to achieve what I want.
What I want:
I want to sample each 5 seconds with "Timed Loop" and I want to see the data in my "Waveform Chart" each 5 segonds.
What I see (Image 1 and 2) is that each sample is shown like it happened each2-3hours!! I've tried with/without autoscale in X axis.
What should I do to see sample at the correct time it was taken?
Solved! Go to Solution.
05-10-2019 06:12 AM - edited 05-10-2019 06:13 AM
Hi yavs,
it's all your fault! 🙂
You set the X scale multiplier to 1000*x in seconds: why don't you wire the "x" in seconds directly to the multiplier property?
(You also should enable the display of the seconds at the x scale by using a better format code.)