How can I generate changing values over time?

I’d like to have a value change over time at a specified time interval.
Thought it would be easy, and I’m 1 hour in rummaging through the forum and testing random stuff.
My intuition led me to the “Timer” component of course, but this thing proved quite useless.
Then I though I’d try the “Clock” component, but it only updates when it is double-clicked.
So I tried to connet the Timer to the clock, and this does zilch.

I’m sure it’s right in front of my eyes, but I don’t see the solution.

This little C# I found must do the trick

timer_pause_c#.gh (4.2 KB)

3 Likes

Or you could try the Anemone plugin:

Increment at intervals.gh (14.4 KB)

2 Likes

It did ! And I used your great Nautilus components too.

2 Likes