02-21-2008 10:21 AM
02-21-2008 11:12 AM
Hi Guber,
the for loop in your timed loop, get every iteration of the timed loop a bigger loop count number. so it could be that this is the problem. Why do you have so much loops? I´m not sure if you ever leave the timed loop.
I think your code is very complex for what you describes.
Mike
02-21-2008 11:59 AM - edited 02-21-2008 12:06 PM
02-21-2008 12:58 PM
02-21-2008 01:09 PM - edited 02-21-2008 01:11 PM
Guber wrote:
?The time loop is to execute the ip ping every 10 mins. Would the VI work better with a seq loop?