04-30-2007 04:01 PM
05-01-2007 07:25 PM
Hello,
Let me address your questions; 1 and 2 are really centered around the same idea, so I'll group those two:
Questions 1 and 2
The digital waveform datatype is much like a cluster - it contains components which must be "unbundled." You can do the "unbundling" with the Get Digital Data Components function from the Digital Waveform palette. From there you can expose the relevant underlying data which you can write to file etc.
Question 3
The update modes of charts are definitely distinct - perhaps it's hard to tell given the data you have, but here are the official descriptions/behaviors as documented in the LabVIEW Help:
Strip—Shows running data continuously scrolling from left to right across the chart with old data on the left and new data on the right. A strip chart is similar to a paper tape strip chart recorder.
Scope—Shows one item of data, such as a pulse or wave, scrolling partway across the chart from left to right. For each new value, the chart plots the value to the right of the last value. When the plot reaches the right border of the plotting area, LabVIEW erases the plot and begins plotting again from the left border. The retracing display of a scope chart is similar to an oscilloscope.
Sweep—Works similarly to a scope chart except it shows the old data on the right and the new data on the left separated by a vertical line. LabVIEW does not erase the plot in a sweep chart when the plot reaches the right border of the plotting area. A sweep chart is similar to an EKG display.
I hope this helps!
Best Regards,
JLS