LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Y scale flip in waveform graph when using property node.

I'm having problem with property node. I'm trying to build a stackable scope with Waveform Graph And dynamically change the number of plots. It is working. But The Y scale is flipping. The minimum goes on the upper part and the minimum scale goes down. when I change it appearance it's not very fast. It take about 1 or 2 second on my computer.

The way it is build actually is:

Cluster_1 is containing 8 clusters. And each of the 8 clusters are containing a Waveform Graph. By reference I change the property of each Waveform to make visible or not each of the Waveforms.

First I would like to solve the scale problem and second accelerate the redrawing of my scope.

Maybe there is an other way t
o do what I need.

Thanks.

Nitrof
0 Kudos
Message 1 of 2
(2,800 Views)
Wow, you have a neat program! The problem with your y axis flipping is because the last four charts in the cluster were programmed with a flipped axis. I relabeled the charts and it worked correctly.

From what I could tell with your code, you do not need the sequence structures. The one inside of the even actually runs the same code twice. Remove this duplication and you should see improvement. Also clusters are slow, so you should not expect it to blink back with additional coding. Use defer panel updates to get that behavior. I incorporated these changes and attached the program.

Jeremy Braden
National Instruments
Message 2 of 2
(2,800 Views)