09-12-2005 12:59 PM - edited 09-12-2005 12:59 PM
Message Edited by tbob on 09-12-2005 11:59 AM
09-12-2005 01:24 PM
@aurelia wrote:
Thank you very much. I made some changes to loop MOD. In loop 2 there is a continue if true linked to a true / false. I need loop 2 to stop when I stop loop1. However, I have a message error for event structure and event data node. Do you know what I did wrong? Thanks again
09-13-2005 01:18 PM
09-13-2005 01:42 PM
09-13-2005 01:43 PM
09-13-2005 03:10 PM
12-11-2006 10:52 AM
Forgive me but I came across this post while trying find out how to stop two parallel loops.
I am wondering why there is an empty sequence block attached to the beginning of the first loop. What happens if this is not there?
Jeff
12-12-2006 10:08 AM
Hello Jeff,
It looks like its just an empty case structure and does absolutely nothing. It is just there to provide a place to put an initialization VI to set up the processes that are running inside of the loops. Normally the VI that sets everything up will have an error cluster out to let the loops know if there was an error in initializing. Since the error cluster wire will go from the first VI to the first while loop, there really isn't much need for a sequence structure there. I hope this explains things a little better for you. I would recommend checking out the LabVIEW 3 hour tutorial and 6 hour tutorial if you get a chance.
I hope this helps.
Steven T.