07-01-2008 07:46 AM
07-01-2008 08:11 AM
07-01-2008 09:58 AM
I was running ne of my VI's and was able to save it while it was running.. Not that I usually do that 😉
I would suspect that you have a loop that does not have any wait inside it. SImply add a delay, as small as 1ms so that the CPU can process interface items. You can verify this by the fact that the CPU reaches 100% on a single core CPU and probably 50% or greater or dual-core.
You should also make sure there is a way to stop loops, even adding a STOP button to a while loop (ORing it); especially when developing code.
RayR
07-01-2008 10:44 AM
Anyway, 6.1 is ancient. Have you considered upgrading? 😉
07-01-2008 10:55 AM
07-01-2008 01:15 PM
We all need the definition of "endless loop" 😉
Is it while running or when inserting a structure?