08-03-2013 02:12 AM
Solved! Go to Solution.
08-03-2013 03:24 AM
Hi yasmain,
when you have a question you should not write it in small light-gray font...
Well, you should explain in more detail your problem.
- What is a "new page" in LabVIEW terms? Do you want to open a (sub)VI frontpanel?
- Why do you want to "open a graph" by clicking on it? When you can click on the graph, it is already "opened"!
- You can detect mouseclicks using the event structure...
08-03-2013 04:10 AM
Hi ,
Sorry for writing my question in small font...
I want to get a large graph by clicking on it.
The same as, fit control to pane
thanks
08-03-2013 04:21 AM
08-04-2013 01:55 AM
Hi GerdW,
I do not know what do I do now. I'm not the professional in LabVIEW.
May you describe it for me in more detail.
thanks
من-pronoun
|
|||
I
|
من, خودم, اول شخص مفرد
|
||
من-noun
|
|||
manna
|
ترنجبین, مائده اسمانی, من, گزانگبین
|
08-04-2013 10:10 AM - edited 08-04-2013 10:17 AM
Here is a small example. Instructions;
1- Run Main.vi
2 - Click "Generate Data"
3 - Click on Graph
4 - Be Happy
PS:Relink the SubVI if need
08-05-2013 12:16 AM
Hi
The version of my labVIEW is 11 and I can not open vi.
08-05-2013 03:53 AM
Hi
I attached the main vi and 2 sub vi.
I want to open graph.vi from my main vi (event handler6.vi) by push "Acquire Data" button in main vi.
It must show my waveform in new window, but do not work correctly ( that is, it dose not open my graph sub vi).
thanks
08-05-2013 04:04 AM
Hi yasmain,
well, you just open the subVI, but you don't wire any data to it. You have to transport also data to the subVI, either by wire (preferred) or by reference.
Also the most part of the main VI will be finished as there is no loop around your DAQ code. What's the sense in displaying the same static data in a different graph?
08-14-2013 01:01 AM
Hi GerdW,
thanks for your attention.
I wire data to my sub VI. My sub VI open by clicking a switch. That is, I could open my Graph by clicking "Show Graph" switch.
I aatached my main and sub VIs.
Acquire Data is within uievents.llb
But I was faced with another problem. I could not apply graph palette (for eample, I could not zoom my graph),
Because my VI is within a loop and alternatively run.
May you help me. I do not know what do I do.
Best Regards,
Yasamin