> Also, I'm wondering if it is possible to have several graphs
> "underneath" each other in the front panel, so that when the user
> presses say, F1 through F10 it "brings to the front" different graphs.
> That way I can have 10 graphs but only show one at a time (but I can
> scroll them back in time to look at the history of it). That way I
> could have one big graph area on my screen and cycle which one is
> active. Hard to explain... I don't want to have just 1 graph window,
> because then I cant go back in time, so I actually need one graph for
> each data-set, I just want to controll which one is visible at all
> times.
> 

You have a couple options.  You may want to have a shift register where 
you keep your own data in a history buffer, then index one plot out and 
wire to a graph.  Or you could have ten charts.  You can either show and 
hide them using a property node, or you can place them in a tab control, 
color it transparent, hide the tabs, and write to the tab control terminal.

Greg McKaskle


Reply via email to