cancelar
Mostrando resultados para 
Pesquisar então 
Você quer dizer: 

Enabling/disabling plots in a multi-plot XY Graph...

Resolvido!
Ir para a solução

As in the title. I have an XY Graph with multiple plots in the region of 5-10. I am updating the graph via a queue containing an array the of plots. I want to be able to view some or all of these plots at any specific time, and for the visible plots to be changeable whilst the program is running. However, I am not sure how to achieve this and after looking at the available properties of the graph I am still none the wiser.

 

Please advise. Thank you.

 

James



Never say "Oops." Always say "Ah, interesting!"

0 Kudos
Mensagem 1 de 9
6.547Exibições
Use the Active Plot and Plot.Visible properties to select/deselect plots.
>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
Mensagem 2 de 9
6.535Exibições

Something like this:

 

plot control.PNG

>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
Mensagem 3 de 9
6.534Exibições
Solução
Aceita por J.Mamakos

Tip: You can expand the property node vertically to set more than one property. The execution order will be top to bottom.

Example_VI_BD.png

Mensagem 4 de 9
6.512Exibições
Thank you both. I probably should have played around with the properties a bit more but I was running out of time before having to move to something else. 🙂


Never say "Oops." Always say "Ah, interesting!"

0 Kudos
Mensagem 5 de 9
6.500Exibições

Hi

 

I am not sure this where I can post a question or not, But here goes.

 

I am new to labview and have been tring to do something simalr,Display 4 plots fromanalog inputs on one graph.

I posted eariler, My problem is I cannot get the data to display on the graph.

I have view several different display graph and none I have tried worked.

 

I am using a PCI-6220 Card abd a SCB-68 connect box.

The graphs I want to bulid will have 4 to 6 channels each and display a voltage from the PCI-6220.

I have used tha DAQ Assisitant to help bulid the input but still cannot get it to run.

The last code I tried looks like this one.

0 Kudos
Mensagem 6 de 9
6.343Exibições

Don't hijack TWO message threads!

 

Create a new message thread.

0 Kudos
Mensagem 7 de 9
6.339Exibições
Where do I get to those properties?  I feel like a bonehead having to ask, but I dont see them anywhere.
0 Kudos
Mensagem 8 de 9
6.130Exibições
Right-click on the graph and select Create -> Property Node -> Active Plot for one, and Create -> Property Node -> Plot -> Visible for the other. As I noted, once you create one property node you can expand it and select a different property by simply left-clicking on the property row to pop up the property menu.
0 Kudos
Mensagem 9 de 9
6.105Exibições