04-26-2008 04:30 PM
04-26-2008 04:33 PM
04-26-2008 04:36 PM
04-26-2008 04:45 PM
So is it a bad idea to have one within the other if I was them to run simultaniously? Should I put the two whileloops side by side? I have attached the block diagram
Thanks
04-26-2008 04:52 PM
sparrowroad wrote:
So is it a bad idea to have one within the other if I was them to run simultaniously? Should I put the two whileloops side by side? I have attached the block diagram
04-26-2008 05:28 PM
Hi there,
I am trying to send a boolean value from one loop to another to stop the loop also am trying to send a value form one loop to another.
Thanks.
04-28-2008 03:06 AM
Hi
If you want to send values between two loops (running in parallel), do not wire them up, instead create indicators for the values that u want to pass and use their local variable in the loop where you want to read/receive them.
Hope it helps!
04-28-2008 04:18 AM
04-28-2008 11:13 PM