03-27-2011 02:28 AM
BTW, just to give you an idea. You're still using a dynamic call to your VI's. Is there a reason for that? Using dynamic calls to VI's increases the difficulty of your project where in 75% (just a number to indicate that is is a lot) of all cases dynamic calls are not needed.
Dynamic calls to me is only needed in some very special cases ! Please don't make it to hard on yourself
01-26-2016 12:16 AM
I have one doubt how to create buttons in front panel so that when we click that buttons the required action will be done by block diagram.
01-26-2016 01:24 AM
this is an ancient tread that has already be marked as solved. Please start a new thread with a new question.
@hemak95 wrote:
I have one doubt how to create buttons in front panel so that when we click that buttons the required action will be done by block diagram.
This seems like a very basic question. Have you done any introducuctory LabVIEW tutorials? Looked at some examples? What does the program do? What are the "required action"? What code design pattern are you using?
Please write a few more sentences explaining what you want to do and maybe even attach your coding attempt.