> Using LV 6.1 with WIN 2000.  I am wanting a way to pass several graph
> parameters to a SubVI without having to cluster properties together.
> I have several graphs that I need to pass serveral parameters each and
> would like a compact way to pass all parameters for an XY graph into a
> SubVI.   Are references the way to go here?  if so, does anyone  have
> example code on this?

References are really a way to interact with UI object, not a general 
pointer to data.  In LV, which is a value-based dataflow language, you 
either pass the parameters individually, in an array if they are of the 
same type, or in a cluster if they are not.

Greg McKaskle


Reply via email to