07-18-2006 01:46 AM
07-18-2006 02:54 AM
07-18-2006 02:59 AM
07-18-2006 04:49 AM
Hi tst,
I did not understand your statement about "File>>New dialog" patterns. Can you elaborate more on that?
I dont understand why NI doesnt give up this capability, when they given option to trigger for a Switch boolean (value signaling). It is developer responsibility to understand that the local variable for a latch might not work correctly. But Value signaling the Latch boolean will be useful option in many cases. Its sad that i am struck.
thanks,
logic
07-18-2006 05:35 AM
07-19-2006 04:19 AM
Hi tst,
I have found a way to set the LatchValue using the property node with the help of LAVA Forum. However, it is not going to trigger any events as Value Signaling does.
What i need is to generate a Value change event of a Latch boolean running in another VI.
Thanks,
logic
07-19-2006 05:06 AM - edited 07-19-2006 05:06 AM
Message Edited by pincpanter on 07-19-2006 12:07 PM
07-19-2006 05:44 AM
07-19-2006 06:59 AM
07-19-2006 09:33 AM
Since you can't access the code, the best solution would probably be to add another loop which will poll the value of the boolean and use that to fire an event. If you run the loop fast enough it should probably work alright.
Another option (although I wouldn't recommend it) - since the button is in a fixed spot, you can register for a mouse down event for that VI and find out when the mouse was clicked while it was over the button.
P.S. If you kept the thread alive on the LAVA forums as well, it would be polite to close it there by informing what responses you already got.