Sorry, pulled the trigger too soon...
I see, use a chart to display the data as it's being acquired and logged
then use a graph to scroll and pan and also to use cursors.
> 3)This is another case of preference. It should be a fairly simple
> matter to incorporate this, especially if you are using a state
> machine type architecture.
That's just it, building a trivial example that does just one thing is easy.
Building a real application that acquires, logs, displays, scrolls, pans and
exports data is a lot harder. I've spent over a week on this and have very
little to show for it. I'm learning a lot but I can't help the feeling that
there's an easier way. After all, isn't acquiring, logging, displaying,
scrolling, panning and exporting data LabView's prim
ary function? I found
examples for each of these functions but putting them togather in one
application difficult! Should it be?
> 4.LabVIEW's built in front panel datalogging can be very useful if you
> want to save all the data on the front panel of a VI at a particular
> time. It certainly cuts down the amount of file I/O programming you
> need to do. But it also does what it does and is hard to customize if
> you want to do something unique. Not very difficult to use though.
Please elaborate on the built in datalogging. I'm acquiring data from an OPC
server and displaying the data in a chart. Now what? Can't find any examples
and the documentation is unclear.
Thanks