03-05-2004 06:58 PM
03-06-2004
11:14 AM
- last edited on
12-11-2024
06:17 PM
by
Content Cleaner
Posting an example ussually help us nail these types of issues fast.
I am therfore forced to guess.
Do you have your code written such that the scale operations occur before the loop?
The next thing I have to suspect (not being able to see your code) is if your dt is correct. If your dt is larger than what the chart is set for, then the time will fall behind.
I have included an image showing how the chart can be used to show multiple sample rate plots such that the t0 of the readings are used to control how the readings are displayed. This example uses waveform data types (I believe they were available back in 6i). It should serve as a guide to do what you want.
I suggest you start by recreating the demo and play with it until you have what
you will need in your app.
The beauty of this method is it lets you use the chart to plot signals acquired at different frequecies and plot them all together.
reply to this answer if you have questions,
Ben
Ben Rayner
Certified LabVIEW Developer
www.DSAutomation.com
03-08-2004 09:49 PM
03-10-2004 10:30 AM