LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I make cursors including their controls invisible?

I'm working on waveform graphs in LV 6.0.2.
Sometimes but only sometimes I need more then two cursors. In the other time I want to make the other cursors including their controls invisible so that I have again only two cursors. how can I realize that?

thanks in advance, Sven
0 Kudos
Message 1 of 2
(2,491 Views)
The graph has a property called cursor list. You can read the property...modify the cluster array (e.g. deleting all or some of the elements..or add elements) and then write it back to the property.

In you case if e.g. the cursors you always want to keep is the two first cursors just read the cursor array, wire it into an array subset function with the index set to zero and the length to 2..and wire the ouput to another instance of the property node.
0 Kudos
Message 2 of 2
(2,491 Views)