I am working on a data acquisition vi, and one of the
features is to have one or more user-configurable x-y
plots displaying real-time data. I have it working
with the plot running in the main vi. Now I want to
create a sub-vi for the plot, and once it's open, to
write additional data to it as the data is acquired.
I'm thinking I will use a queue, but I'm open to any
expert opinion on the best way to do this.