Here's a really simple one using sin.
For the record, 'Every' can never trigger more often than once a tick. So Every 10ms can run at most every tick - if not, then less often. If you want to run something every tick, use Always, not a small value with Every.