LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graph properties

Hi

With Labview 7.1, I want to "synchronize" the properties of 2 graphs on 2
different vis.

I would like to :
- collect ALL the properties/attributes of a graph object (axis scales,
colors, cursors...),
- pass them to a called sub-vi through a cluster,
- apply them to another graph object, which is on the front pannel of the
called sub-vi.

With a property mode, I know how to read/write the properties one by one,
but it would be convenient to get/set all of them with a cluster for
exemple. Is it possible ?

Thanks.

Eric
0 Kudos
Message 1 of 2
(2,581 Views)
Eric -

I've written a vi that does this, one property node at a time, and it's not too heavy. You pass a reference to the control and select 'Write to Graph' or 'Read from Graph'. It was developed in LV 6.1, so some of the properties are missing, and it's not perfect. But if you'd like it as a starting point, I've included it here.

-Scott
0 Kudos
Message 2 of 2
(2,581 Views)