11-14-2016 08:03 PM
Solved! Go to Solution.
11-14-2016 08:34 PM
Sometimes Wait time is important..
11-14-2016 08:37 PM
I have added wait times up to 5 seconds and encountered the same behavior.
11-14-2016 09:11 PM
While I can't fully explain the behavior, I can make my app work by moving the constructors, initalization and the cleanup functions so that they only run once, outside the loop. I'm guessing this is an issue with the library leaving something in memory if it isnt done this way. I doubt this is a LV issue. Thanks.