1) Give a description of the problem
I have a real basic piston. If switch is on, log once every second.
I have tried using a WHILE loop as well as a REPEAT loop with the same results.
2) What is the expected behavior?
Log should write one line every second while the switch is on
3) What is happening/not happening?
It works great 10 times in a row, and then there is a 3.5 second delay, then works ten times in a row, then a 3.5 second delay… Can anyone please shed some light why there is a hiccup after every ten seconds??
(and more importantly, how to bypass that issue)
4) The variables below are just to make troubleshooting easy
5) The log below was left running for over 30 seconds straight
Notice the highlighted pauses being MUCH more than they should have been.
Is there a workaround for this, or should I file a bug report?