@MT_at_home wrote:
You were right, putting them in parallel without any wire-connections was the correct way i didn't know to use in the first place.
By creating local variables and using these instead of wiring from one loop to the other the problem was solved, thx 4 the advice.
I would recommend NOT using local variables unless you're very certain on what you are doing. Local variables often lead to "buggy behavior" due to race conditions. Did you study the training materials at the top of this board?