07-05-2006 10:49 PM
07-06-2006
08:02 AM
- last edited on
07-08-2024
05:50 PM
by
Content Cleaner
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,
07-06-2006
01:27 PM
- last edited on
07-08-2024
05:51 PM
by
Content Cleaner
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
07-06-2006 09:43 PM
07-06-2006 10:32 PM
07-06-2006 10:40 PM
@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.
07-07-2006
12:53 AM
- last edited on
04-27-2025
12:39 PM
by
Content Cleaner
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
12-15-2011 04:24 AM
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
12-15-2011
09:36 AM
- last edited on
07-08-2024
05:52 PM
by
Content Cleaner
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.