LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

clear graph

I need to clear the attached graph run time pressing a button.
can some body help me.
Thanks in advance,
Ranjith
0 Kudos
Message 1 of 5
(3,357 Views)

Hi Ranjith,

there is nothing in your graph. Smiley Happy You can clear the graph if you connect an empty constant to it. Use a loop with a shift register, insert a case structure to it. create one case to clear your graph and one to acquire your data. Connect the reset button to the case structure.

Hope it helps.
Mike



Message Edited by MikeS81 on 07-07-2008 08:35 AM
0 Kudos
Message 2 of 5
(3,355 Views)
I got the solution myself.. if i clear with constant. i couldnt clear. i used intialize array concept to clear. it does work
Thanks for your response.
Ranjith
0 Kudos
Message 3 of 5
(3,351 Views)

Hi Ranjith,

attached is a short example and to clear the graph with a constant works. Smiley Wink

Mike

0 Kudos
Message 4 of 5
(3,346 Views)


TRanjith a écrit:
I got the solution myself.. if i clear with constant. i couldnt clear. i used intialize array concept to clear. it does work
Thanks for your response.
Ranjith



As mentionned by Mike : a graph can be cleared by wiring an EMPTY array constant !
0 Kudos
Message 5 of 5
(3,345 Views)