07-07-2008 06:52 PM
07-07-2008 07:20 PM
07-07-2008 07:21 PM
Thanks altenbach
No i didnt,i dont know how to do.Pls give me ideas
Thanks
07-07-2008 07:29 PM
07-07-2008 07:43 PM
Thanks altenbach.
Its working, but in my subvi i got some control buttons,at the moment these buttons are opening in the new front panel(FP of subvi),but i want these control buttons in the main Vi FP.
Another question pls, for all my control buttons i am using the OK button and assining to latch when pressed.These buttons, for sometime its works as per i assigned and some times it doesnt.
Thanks
07-07-2008 09:28 PM
07-07-2008 10:37 PM
Veeru wrote:
Another question pls, for all my control buttons i am using the OK button and assining to latch when pressed.These buttons, for sometime its works as per i assigned and some times it doesnt.
07-07-2008 11:54 PM
07-08-2008 01:17 AM - edited 07-08-2008 01:18 AM
Hi Ranjith,
if you call a subvi in your main vi inside the event structure, this event is first execute completly if your subvi call is ready. If you show the front panel of the subvi, the event in the main vi is not finished and that´s the reason why you can´t execute another event. To solve this you can uncheck the "lock FP ..." in the specified event or you call your vi dynamically and set the function "wait til ready" to false.
Hope it helps.
Mike
07-08-2008 02:34 AM
Thanks Everyone,
Joe i will post the code