I am attemp
ting to run two loops in parallel. One loop will display current time at 1 sec intervals, while the second loop reads data at scheduled intervals. I am doing this to clean up all the junction widgets and wires running around. The time loops is short and appears to be short circuiting the second loop. Is parallel loop operations possible?