LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Page navigation - Main page

Hi!

I am just trying to use Lab view 7 to make my programs. I have a doubts in creating Main page as well as sub pages, and its navigation techniques. Please can any one send me the logic or explain me how to make the main page and load the next page and switching between these two.

I am very thankful in any one give me the solutions. Also i want to know how to collect the data Using DDE protocol. Please help...

Regards
Ramesh
0 Kudos
Message 1 of 9
(3,994 Views)

Hi,

The following tutorial explains how to use DDE in LabVIEW:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019LMUSA2&l=en-US

I'm not quite sure what you mean by main pages and sub pages? Are you referring to subVIs within a main application?

What exactly don't you understand about them?

Regards,

 
Sarah

Applications Engineer | National Instruments | UK & Ireland
0 Kudos
Message 2 of 9
(3,974 Views)
 

Hi Ramesh,

You may also want to check out these online LabVIEW Introductions: https://learn.ni.com/learn/article/labview-tutorial

 

Hope this helps!
Megan B.
National Instruments

0 Kudos
Message 3 of 9
(3,963 Views)
Dear Mr.Sarah,

I am asking for the page navigation. Opening subpages and closing them from main page. I made a continous running while loop and place a case structure in that, placed a Vi in true condition and then created a boolen control for that. Setted the Vi properties (Run when called)But there is no option in Labview 7 to close window when suspended.

When i called from my main page the sub vi fron panel appeared. But im confused how to close that vi front panel and jump into my main page.

I am asking for this logic. Please explain me.
Thanks
Regards
Ramesh.C
0 Kudos
Message 4 of 9
(3,953 Views)
Typically, the subVI has a while loop that is terminated with a front panel Boolean on the subVI.

You should really check into the tutorials mentioned by Megan. Other resources for learning can be found at http://www.ni.com/devzone/lvzone/fundamentals.htm.

p.s. Sarah and Megan are womesn's names.
0 Kudos
Message 5 of 9
(3,946 Views)


@Dennis Knutson wrote:
Typically, the subVI has a while loop that is terminated with a front panel Boolean on the subVI.

You should really check into the tutorials mentioned by Megan. Other resources for learning can be found at http://www.ni.com/devzone/lvzone/fundamentals.htm.

p.s. Sarah and Megan are womesn's names.


Dear Dennis,

Thanks for the reply, I tried the link that you sent, unfortunately it is showing Not found. My doubt is may be very simple for you. just i am learning it. my messanger is ramesh_king11@hotmail.com. I am online right now.

Please help.

Thanks
Regards
Ramme.
0 Kudos
Message 6 of 9
(3,940 Views)
 
 

The best you could do would be to go through the 3 Hr and 6 hour LabVIEW introduction Links given by Megan.

You will understand the concepts required for LabVIEW programming and its features

Even Sarah's link to DDE ( it takes to the link successfully) will help you.

once you have gone through these, you can visit styleguide 

I advise you to try to visit those links again. That's your best shot

Regards

Dev

 

Message Edited by devchander on 07-07-2006 12:55 AM

0 Kudos
Message 7 of 9
(3,936 Views)

Hi...

 

1) I'm trying to navigate away from my home page to another page, say 'History'. Can anyone tell me how this is done?

2) Another doubt is if I click on a button on my front panel, can I open another VI?

 

Thanks & Regards

0 Kudos
Message 8 of 9
(3,375 Views)

What are calling 'pages'? There are VIs and subVIs.

 

Of course you can open another VI. You can have a static or dynamic reference to a subVI. One of the common methods is to simly call the subVI in an event structure with a Value Change event for the control.

 

Like the others in this old thread, you should start with the basic tutorial.

0 Kudos
Message 9 of 9
(3,368 Views)