LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Ploting graph on button click

On button click i am appending a new element to array,
so that i can have selected reading in my array.
This all things mention above is done in case structure, at true condition.
now i want to use this arrays(witch are created at true case)
When i press button plot, i should get a graph of above array.

help me please..

Shital
plz give me your e-mail id,
so i can say thanks to you.
0 Kudos
Message 1 of 14
(3,602 Views)
I've made a little example on how to plot the content of an array on button click.
Tell me if that's what you wanted Shital...

Julien
Message 2 of 14
(3,602 Views)
hi Julion..
i am very new to LabView,
I am learning and working at the same time on LabView7
thanks for your help..
your both asn. was exactly what i want
thank u very much.

I gone through you ans to other que. Can you please tell what is that language.

Regards
Shital
0 Kudos
Message 3 of 14
(3,602 Views)
hi Julion..
i am very new to LabView,
I am learning and working at the same time on LabView7
thanks for your help..
your both asn. was exactly what i want
thank u very much.

I gone through you ans to other que. Can you please tell what is that language.

Regards
Shital
0 Kudos
Message 4 of 14
(3,602 Views)
I'm sorry, I'm french and I didn't really understand what you meant there ??!?

Regards
Julien
0 Kudos
Message 5 of 14
(3,602 Views)
hi Julion
i got solutions, due to your example vi .
this is what i want to say.

thanks

shital
0 Kudos
Message 6 of 14
(3,602 Views)
hi juilion
i have a problem
i need your help.
i want to plot multiple graph, on a single xy graph
i want -->if user want to plot a new plot
user will press new button,give value of parameter using control,do needed operation .
then press button name as plot.
on button click user must see all previous and new plot."


For plotting a whole set of observation we use array with feedback node.
Is there is any same method...
so that we can use bunddle & feedback node to achive my task.

help me please..
0 Kudos
Message 7 of 14
(3,602 Views)
Hi Thandal,
I've done a little example on how to plot multiple graph using shift reg or feedback node. You could also have a look at 'XY Graph.vi' in LabView's examples.
If you want to keep the graphs plots beetween executions of your application, do not initialise the graphs at all.

Hope this helps ! Feel free to correct me if that's not what you wanted.
Regards,
Julien
0 Kudos
Message 8 of 14
(3,602 Views)
hi jumarion
thank you very much
you always give me a perfect ans.

as i want one graph to be display as you use 2 graph.
to achive my requirment we can hide one graph.
we have to use 2 graph it's not possible with single graph is it so.

thanks once again
0 Kudos
Message 9 of 14
(3,602 Views)
Your wish is my command !
0 Kudos
Message 10 of 14
(3,602 Views)