07-20-2006 03:56 PM
07-21-2006 08:08 AM
I have seen this behaviour myself with charts when using waveform data types.
If you are not using WF datatypes, you can ignore the rest of this post.
What was happening with me was that my code was presenting inconsistant data to the chart. What I mean by this is that new updates to the chart where over-lapping the time period already displayed on the chart. Here is an example of how this happens.
1) You present a set of data to the chart that starts at 12:00 has 60 samples and the dt is 1 second. The end of this data then should end at 12:01.
2) Another update occurs that specifles the T0 of 12:00:59. Since the new dat over-laps the old data in time, the old data is tossed and the new data is displayed.
I am not sure if this is what is happening to you but it does fit with your description.
Trying to help,
Ben
07-21-2006 11:44 AM
07-21-2006 06:09 PM
07-24-2006 04:48 PM
07-25-2006 07:24 AM
07-25-2006 12:04 PM