Jump to content

Editing/Saving Program Interrupts Wait Loop?


Exten

Recommended Posts

Posted

Got a program that works just fine - it has a wait loop. If I edit the program and save it, even editing just the comment, is the

wait loop interrupted and it terminates the program? I think I'm seeing this behavior but wanna make sure.

 

If so, is there a way around this? Such as put the wait loop inside another program and then call the other program

from inside the first program?

Posted

Changes are being made and saved to a running Program and the question is does this stop the execution of the current version? Yes. That is the only way for the changes to take effect. The fact that a comment is being changed does not matter.

 

Of course if the running Program is not changed (moved to a second Program) it would not be stopped. Seems it would be simpler to just start the changed Program again since wherever the logic is moved it still cannot be changed and saved without it being interrupted.

Guest
This topic is now closed to further replies.

×
×
  • Create New...