02-17-2009 12:54 AM
Hi to all,
I am getting the problem in my program i am using the two structure one is the even and other is the case structure.
In the case structure i had taken the button as an input to the case structure and LEB as an output to the case stucture.
And in the even i had then the two text box(num control A and B)in that i had put the value change event.Then even i put the value in A
num control or B num Control the value of that corrosponding num control will save in num indicator C. Now the problem is when i click
the button theLEB is not blinking until or unless you donot put the value of any of the corrosponding num control.i had post my file in 8.5 and 8.6 version please find tha.
Solved! Go to Solution.
02-17-2009 01:04 AM
HI
I think you just missed the timeout terminal of event, connect any value to timeout terminal your problem is resolved.
Hope this helps
Regards
Santosh
02-17-2009 01:09 AM
Hi santosh,
Thanks for the quick reply but i had put the delay even then the problem had not solve.
02-17-2009 01:11 AM
You have not added the timeout case in event structure, add event case as This Application - Timeout and put the timeout as 0/100 ms.
No need to put the delay
02-17-2009 01:35 AM
HI santosh.
I had done the same as you say but the problem had not solve will you please send me the tested VI.
02-17-2009 01:46 AM
HI
Please find attached snapshot.
If still your problem is not resolved, so please clarify your requirement in the detail so I can do anything.
Regards
Santosh
02-17-2009 01:52 AM
Hi,
It should work like this or I misunderstood what you want to do.
If boolean is true , boolean 2 is true, in same time you can change value of A so C or B so C.
See attachment
02-17-2009 01:55 AM
What is the case structure supposed to be doing? As it is there is no reason for it to exist: create one more value change event for the boolean input and inside it set the boolean indicator to be equal to the boolean control.
In asking him to post his working code, why don't you post your try at implementing his suggestion. You'll learn more that way.
Mike...
02-17-2009 04:22 AM
Hi mikeporter,
Thanks for the suggestion in future i will keep in my mind but before put the post i had do all the R&D then after that i put the post.
02-17-2009 04:25 AM