08-14-2008 09:58 AM
Hello,
How can I make an infinit timed loop?
My program stops when i=2^32 is reached, replacing the loop with a sequence loop gives an error.
Thanks for the help
08-15-2008 09:06 AM
Dear Kim,
Please note that the I terminal stops counting when reaching i=2^32, you loop will go on. So if you are using another way of counting and not the iteration, your program will continue. You can use a simple increment function and a shift register to arrange this. I hope this will help you further,
Have a great weekend!
Best regards,
08-15-2008 09:12 AM
Thanks, my colleague already provided me with the right information!!
Have a nice weekend...
regards
08-15-2008 09:40 AM