LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

any way to use property nodes for indicators in a cluster?

I have a vi that had 4 waveform charts in a cluster. I wanted to use a
property node to clear them, but couldn't figure out how to get it to act on
the cluster or on the graphs in the cluster. I ended up abandoning the
cluster and just having 4 graphs seperate, but is there any way to do it
within the cluster?
0 Kudos
Message 1 of 3
(2,714 Views)
From the Front Panel, "right-click" the desire indicator, from the pop-up menu, select create Property Node.

Now, you should have a Property Node of a indicator within a clustor of indicators.

Same apply to clustor of controls.

Regards
ian.f
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 2 of 3
(2,714 Views)
> I have a vi that had 4 waveform charts in a cluster. I wanted to use a
> property node to clear them, but couldn't figure out how to get it to act on
> the cluster or on the graphs in the cluster. I ended up abandoning the
> cluster and just having 4 graphs seperate, but is there any way to do it
> within the cluster?
>

If you popup on the front panel control/indicator within the cluster you
can make a property node for the individual item. Write an empty array
to the history property of a chart and it is cleared.

Greg McKaskle
0 Kudos
Message 3 of 3
(2,714 Views)