03-26-2008 09:33 AM
03-26-2008 09:44 AM
03-26-2008 09:46 AM
03-26-2008 09:49 AM
Hi avni,
close the refence of your notification after the while loop with the event structure in it. In the other while loop with the notification receiver in it, connect the error output of the receiver with the loop condition. If you close the notification reference the output of the receive function is an error and stops the loop. If you receive the stop condition over the notification you can change the value of your stop button with the property "value (signaling)", than it will stop your vi in the same way as you click the stop button. First the event loop stops -> than the notification will destroyed -> than the receive loop will be stopped.
Mike
03-26-2008 09:58 AM
Hi avni,
here is an example of what i said in the text.
Mike
03-26-2008 10:00 AM