08-03-2009 09:05 AM - edited 08-03-2009 09:05 AM
Hi! I've 2 WaveFormGraph, the first one contains just one plot with DefaultIncrement = 1, the second contains 2 plots, each one with DefaultIncrement = 1. Every second, I plot an array of double to each plot. After plotting for a minute, the first waveformgraph shows a correct range from 12:00 to 12:01 but the second waveformgraph shows 12:05. This is the code i use for
waveformgraph1.Plots[0].PlotY(array);
waveformgraph2.Plots[0].PlotY(array);
waveformgraph2.Plots[1].PlotY(array);
The problem exists also using PlotYAppend, plotting a single value at time and specifying the increment (as attribute of PlotYAppend) too.
08-03-2009 09:26 AM
08-04-2009 05:15 AM - edited 08-04-2009 05:16 AM
Hi karpediemnow,
I'm trying to reproduce your behaviour and report it to R&D.
Could you tell me which is your Development enviroment (CVI I guess) and which version.
Thanks so much for your report.
M
08-04-2009 09:57 AM - edited 08-04-2009 09:57 AM