LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2D array to Tensity graph,How to hide the picture when no data arrive, and show with new data come?

Hello,

    I have a  U16 2D array,which will  change value every 1 send ,  I know how to draw  intensity graph, but I do not want the graph show all the time except when new data coming, I mean the graph always hides, and popup when new data is coming. How can I achieve this?And I am using Labview 2011.

   Hope for your help!

  Thank you!

0 Kudos
Message 1 of 4
(2,205 Views)

Did you try the Visible property of the graph? Any time you can turn ON/OFF depending on the data.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 4
(2,201 Views)

I have tried, but the major difficity is how to achieve "popup"?

0 Kudos
Message 3 of 4
(2,197 Views)

If you want a pop-up, then create a seperate VI with just the graph and update the data to it (using Global variable/Functional Global). You can keep the window as floating, so whenever the data comes you can pop-up the window inside that VI.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 4 of 4
(2,188 Views)