I am trying to share data between two loops using shared variables, and I am having a hard time getting my second loop to start. I have waits in both loops, and there are no inputs to the second loop that would prevent it from starting to iterate. Sometimes it starts just fine, but I can't figure out what I am doing different if anything. I am fairly new to Labview, and this is the first time I am trying to do anything with shared variables. It seems like a great idea, but if I can't make this work, I'll have to go back to using queues. I know my code has a lot of "no-no's" in it (writing data in my time critical loop, loops inside an event structure, a few local variables, etc...), and in the future I will work on better programming practices, but for now I am curious if anybody might know what might be going on with my code.
I am developing the code remotely so I am using simulated DAQ devices to play around with the code.
I am also using: LV 8.0, and Windows XP.
Thanks!