Local Variables Clock Not working

Please help. My local variables clock on the right is not working but the global variables clock on the left is working just fine. Can someone please tell me what is going on?

Thank you

I am using both clocks in one screen. Does that matter?

Because every time the clock fires, it sets the three local variables to 0

3 Likes

I see. Is it then possible to use local variables for clocks? If you do, please advise. I am a newbie.

You will need some form of external counter, or feed clock1.now into your local variables, but the clock may not be able to keep up due to losses in processing time.

I see. I guess I will stick with global variables for now. Thank you so much.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.