07-19-2013 11:16 AM
Solved! Go to Solution.
07-19-2013 11:25 AM - edited 07-19-2013 11:42 AM
LabVIEW program is based on DATA FLOW, now, until the subVI will finish execution (while loop will be stopped), the execution in Main VI will not proceed any further.
If you can pass the reference of 'XY Graph' inside the subVI, you'll be able to update the plot (placed on MAIN VI) from within subVI.
Find attached example for your reference.
07-19-2013 11:50 AM
thanks for the reply. I tried to find some help online. but I dod not know where to start. Can you tell me how do I do that? or send me a link which I can use
Thanks
07-19-2013 11:56 AM
@moderator1983 wrote:
If you can pass the reference of 'XY Graph' inside the subVI, you'll be able to update the plot (placed on MAIN VI) from within subVI.
Find attached example for your reference.
WOW that's freekin' magic!
In over a decade of programming LV I have never been able to do anything like this.
Where can I find a good detailed explanition on using References?
07-19-2013 12:07 PM
07-19-2013 12:09 PM
@RTSLVU wrote:
Where can I find a good detailed explanition on using References?
07-19-2013 04:56 PM
srms,
You need to mark Moderator's message as the solution to your question. Not your own thank you message. First you need to go to the options menu to the upper right of your message to unmark it as the solution.
07-21-2013 06:51 AM - edited 07-21-2013 06:51 AM
@moderator1983 wrote:
@RTSLVU wrote:
Where can I find a good detailed explanition on using References?
Control References: Overview
Its my bad, in my previous reply I included wrong hyperlink, below is the correct one: