08-22-2003 03:49 AM
08-22-2003 07:09 AM
Blog for (mostly LabVIEW) programmers: Tips And Tricks
08-22-2003 07:13 AM
08-25-2003 09:07 AM
08-07-2007 04:00 PM
08-08-2007 03:47 PM
Hi SailinShoes,
The VI your using to generate the sine wave doesn't start at 0V and end at 0V every
time. After the first iteration of the loop, it begins the sine wave a
tick after zero. So, after several iterations, it will begin to generate
the sine wave starting at a new value (increased by a bit) every time.
This is why the graph appears to be shifting. I would recommend
generating your own sine wave with a “for loop”. When you run
continuously, your program redraws the first sine wave (0V to 0V) every time.
I hope this helps,
Paul C.